From 04fee781b6fddb95093e805efa2d2685b3e09510 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 17 Jul 2016 19:42:32 +0000 Subject: [PATCH] LDAPObject.unbind_ext() now flushes trace file --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 888eb55..773a719 100644 --- a/CHANGES +++ b/CHANGES @@ -9,7 +9,11 @@ Installation: Lib/ * LDAPObject.unbind_ext() now removes class attribute LDAPObject._l to completely invalidate C wrapper object +* LDAPObject.unbind_ext() now flushes trace file * added functions ldap.strf_secs() and ldap.strp_secs() +* Refactored ldif.LDIFParser + * ldif.LDIFParser.version ís now Integer + * ignore multiple empty lines between records Modules/ * Fixed #69 Segmentation fault on whoami_s after unbind @@ -1261,4 +1265,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.380 2016/07/17 15:12:58 stroeder Exp $ +$Id: CHANGES,v 1.381 2016/07/17 19:42:32 stroeder Exp $