File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ----------------------------------------------------------------
2+ Released 3.0.0b2 2017-12-11
3+
4+ Changes since 3.0.0b1:
5+
6+ The module `ldap.async` is renamed to `ldap.asyncsearch`, due to
7+ `async` becoming a keyword in Python 3.7.
8+ The old module name is deprecated, but will be available as long
9+ as Python 3.6 is supported.
10+
11+ Lib/
12+ * Use custom ldap.LDAPBytesWarning class
13+ * Rename ldap.async to ldap.asyncsearch
14+
15+ Modules/
16+ * Support None for set_option(OPT_TIMEOUT) and OPT_NETWORK_TIMEOUT
17+ * Fix error reporting of LDAPObject.set_option()
18+ * Change memory handling in attrs_from_List()
19+
20+ Test/
21+ * Remove workaround for OpenLDAP NSS issue
22+
23+ Demo/
24+ * Use uniform shebang in all demos
25+
26+ Doc/
27+ * Provide build deps for Alpine and CentOS
28+ * Move sample workflow out of the main Contributing guide
29+
30+ Infrastructure:
31+ * Add valgrind target to check for memory leaks
32+ * Minimal configuration for pytest
33+
34+
135----------------------------------------------------------------
236Released 3.0.0b1 2017-12-04
337
You can’t perform that action at this time.
0 commit comments