Skip to content

Commit

Permalink
Infra: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Viktorin committed Nov 24, 2017
1 parent 92283a2 commit 3138957
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3138957

Please sign in to comment.