File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ Released 3.0.0 xxxx-xx-xx
4
4
Changes since 2.4.45:
5
5
6
6
Mandatory prerequisites:
7
- - Python 2.7.x
7
+ - Python 2.7.x or 3.3+
8
8
- pyasn1 0.3.7+ and pyasn1_modules 0.1.5+
9
9
10
+ Python 3 support is merged from the pyldap fork (https://github.com/pyldap)
11
+
10
12
Infrastructure:
11
13
- Add .gitignore
14
+ - Re-format README to ReStructured Text
15
+ - Setup for automatic testing using Travis CI
12
16
13
17
Modules/
14
18
(thanks to Michael Ströder)
48
52
* module ldif now uses functions b64encode() and b64decode()
49
53
* fixed pickling and restoring of ReconnectLDAPObject
50
54
55
+ Lib/slapdtest.py
56
+ * Automatically try some common locations for SCHEMADIR
57
+ * Ensure server is stopped when the process exits
58
+
51
59
Tests/
52
60
(thanks to Michael Ströder)
53
61
* added explicit reconnect tests for ReconnectLDAPObject
@@ -56,6 +64,13 @@ Tests/
56
64
* added more tests for sub-module ldap.dn
57
65
* added tests for ldap.syncrepl (thanks to Karl Kornel)
58
66
67
+ Tests/
68
+ (thanks to pyldap contributors):
69
+ * Expand cidict membership test
70
+ * Add test suite for binds
71
+ * Add test suite for edits
72
+ * Add a smoke-check for listall() and attribute_types()
73
+
59
74
----------------------------------------------------------------
60
75
Released 2.4.45 2017-10-09
61
76
You can’t perform that action at this time.
0 commit comments