1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
python-ldap3 (1.2.2-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Wed, 06 Apr 2016 13:29:21 +1000
python-ldap3 (1.0.3-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Sun, 03 Jan 2016 14:56:09 +1100
python-ldap3 (1.0.2-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Tue, 15 Dec 2015 17:07:38 +1100
python-ldap3 (0.9.9.3-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Thu, 19 Nov 2015 10:55:09 +1100
python-ldap3 (0.9.9.1-1) unstable; urgency=medium
* New upstream version.
* Add python-pyasn1 and python3-pyasn1 to build depends.
* Swap maintainer and uploaders. Maintainer is now DPMT.
-- Brian May <bam@debian.org> Wed, 14 Oct 2015 09:40:42 +1100
python-ldap3 (0.9.8.8-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Mon, 24 Aug 2015 18:39:58 +1000
python-ldap3 (0.9.8.4-2) unstable; urgency=medium
* Fix description for python-ldap3 package. Closes: #790307.
-- Brian May <bam@debian.org> Tue, 21 Jul 2015 16:36:39 +1000
python-ldap3 (0.9.8.4-1) unstable; urgency=medium
* New upstream release.
-- Brian May <bam@debian.org> Fri, 01 May 2015 11:06:12 +1000
python-ldap3 (0.9.8.2-1) unstable; urgency=medium
* New upstream release.
-- Brian May <bam@debian.org> Thu, 30 Apr 2015 14:33:03 +1000
python-ldap3 (0.9.7.4-1) unstable; urgency=low
* New upstream release.
* Upstream package name renamed from python3-ldap to ldap3.
-- Brian May <bam@debian.org> Thu, 19 Feb 2015 12:01:32 +1100
python-ldap3 (0.9.6.2-1) unstable; urgency=low
* New upstream version.
* Breaks current versions of python-tldap due to change in escaping
requirements. See https://code.vpac.org/gerrit/#/c/1342/.
* This version supports IPv6, but won't automatically fall back to IPv4 on
errror. See
https://bitbucket.org/python3ldap/python3-ldap/issue/42/doesnt-fall-back-to-ipv4-connection-if
* Update standards version to 3.9.6.
-- Brian May <bam@debian.org> Tue, 18 Nov 2014 11:23:45 +1100
python-ldap3 (0.9.4.2-1) unstable; urgency=low
* New upstream version.
-- Brian May <bam@debian.org> Wed, 09 Jul 2014 11:21:59 +1000
python-ldap3 (0.9.3.5-1) unstable; urgency=low
* New upstream version.
* Fix error closing connection when it is already closed.
-- Brian May <bam@debian.org> Thu, 19 Jun 2014 08:59:16 +1000
python-ldap3 (0.9.3.4-1) unstable; urgency=low
* New upstream version.
* Exception can now be imported from ldap3 package
* Escape_bytes return '' for empty string instead of None (thanks Brian)
* Added exception history to restartable connection (except than for
infinite retries)
* Fixed start_tls retrying in restartable connection (thanks Brian)
* New exception LDAPMaximumRetriesError for signaling when the
SyncRestartable
* Strategy has reached the maximum number of retries while performing an
operation
* Inverted deleteoldrdn value in LDIF output (thanks Joseph)
-- Brian May <bam@debian.org> Tue, 17 Jun 2014 09:38:11 +1000
python-ldap3 (0.9.3.3-1) unstable; urgency=low
* Initial release. Closes: #750396.
-- Brian May <bam@debian.org> Tue, 03 Jun 2014 16:10:41 +1000
|