Skip to content

Commit 673957d

Browse files
committed
Update CHANGES for 3.0.0b2
1 parent c09142a commit 673957d

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGES

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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
----------------------------------------------------------------
236
Released 3.0.0b1 2017-12-04
337

0 commit comments

Comments
 (0)