[Python-modules-commits] r29359 - in packages/python-ldap3/trunk/debian (changelog)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Jun 16 23:40:29 UTC 2014


    Date: Monday, June 16, 2014 @ 23:40:29
  Author: bam
Revision: 29359

Version 0.9.3.4.

Modified:
  packages/python-ldap3/trunk/debian/changelog

Modified: packages/python-ldap3/trunk/debian/changelog
===================================================================
--- packages/python-ldap3/trunk/debian/changelog	2014-06-16 21:44:02 UTC (rev 29358)
+++ packages/python-ldap3/trunk/debian/changelog	2014-06-16 23:40:29 UTC (rev 29359)
@@ -1,3 +1,19 @@
+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 at debian.org>  Tue, 17 Jun 2014 09:38:11 +1000
+
 python-ldap3 (0.9.3.3-1) unstable; urgency=low
 
   * Initial release. Closes: #750396.




More information about the Python-modules-commits mailing list