diff --git a/CHANGES b/CHANGES index a8ad44a..113eb27 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,15 @@ Released 3.0.0 xxxx-xx-xx Changes since 2.4.45: Mandatory prerequisites: -- Python 2.7.x +- Python 2.7.x or 3.3+ - pyasn1 0.3.7+ and pyasn1_modules 0.1.5+ +Python 3 support is merged from the pyldap fork (https://github.com/pyldap) + Infrastructure: - Add .gitignore +- Re-format README to ReStructured Text +- Setup for automatic testing using Travis CI Modules/ (thanks to Michael Ströder) @@ -48,6 +52,10 @@ Lib/ * module ldif now uses functions b64encode() and b64decode() * fixed pickling and restoring of ReconnectLDAPObject +Lib/slapdtest.py +* Automatically try some common locations for SCHEMADIR +* Ensure server is stopped when the process exits + Tests/ (thanks to Michael Ströder) * added explicit reconnect tests for ReconnectLDAPObject @@ -56,6 +64,13 @@ Tests/ * added more tests for sub-module ldap.dn * added tests for ldap.syncrepl (thanks to Karl Kornel) +Tests/ +(thanks to pyldap contributors): +* Expand cidict membership test +* Add test suite for binds +* Add test suite for edits +* Add a smoke-check for listall() and attribute_types() + ---------------------------------------------------------------- Released 2.4.45 2017-10-09