Skip to content

Commit a484bc6

Browse files
committed
Add recent changes to release notes
1 parent 8f5184c commit a484bc6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
----------------------------------------------------------------
2+
Released 3.0.0b3 2017-12-20
3+
4+
Changes since 3.0.0b2:
5+
6+
The functions `ldap.open()`, `ldap.init()`, `ldif.CreateLDIF()`
7+
and `ldif.ParseLDIF()`, which were deprecated for over a decade,
8+
are scheduled for removal in python-ldap 3.1.
9+
10+
Infrastructure:
11+
* Require setuptools to build
12+
* Start running automatic tests on PyPy
13+
14+
Lib/
15+
* When raising LDAPBytesWarning, give helpful code locations
16+
* Use modern Python idioms in several places
17+
* Avoid reimplementing UserDict.get() in cidict and models.Entry
18+
19+
Doc/
20+
* Use https links
21+
22+
Test/
23+
* Add reproducer for openldap's NSS shutdown/restart issue
24+
* Make testing on non-Linux platforms easier
25+
26+
127
----------------------------------------------------------------
228
Released 3.0.0b2 2017-12-11
329

0 commit comments

Comments
 (0)