Skip to content

Commit 16a3a3c

Browse files
authored
Prepare a new release
1 parent f481010 commit 16a3a3c

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Released 3.4.4 2022-11-17
2+
3+
Fixes:
4+
* Reconnect race condition in ReconnectLDAPObject is now fixed
5+
* Socket ownership is now claimed once we've passed it to libldap
6+
* LDAP_set_option string formats are now compatible with Python 3.12
7+
8+
Doc/
9+
* Security Policy was created
10+
* Broken article links are fixed now
11+
* Bring Conscious Language improvements
12+
13+
Infrastructure:
14+
* Add testing and document support for Python 3.10, 3.11, and 3.12
15+
16+
17+
----------------------------------------------------------------
118
Released 3.4.3 2022-09-15
219

320
This is a minor release to bring back the removed OPT_X_TLS option.

Lib/ldap/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
meta attributes for packaging which does not import any dependencies
33
"""
4-
__version__ = '3.4.3'
4+
__version__ = '3.4.4'
55
__author__ = 'python-ldap project'
66
__license__ = 'Python style'

Lib/ldapurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '3.4.3'
7+
__version__ = '3.4.4'
88

99
__all__ = [
1010
# constants

Lib/ldif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
See https://www.python-ldap.org/ for details.
55
"""
6-
__version__ = '3.4.3'
6+
__version__ = '3.4.4'
77

88
__all__ = [
99
# constants

Lib/slapdtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '3.4.3'
7+
__version__ = '3.4.4'
88

99
from slapdtest._slapdtest import SlapdObject, SlapdTestCase, SysLogHandler
1010
from slapdtest._slapdtest import requires_ldapi, requires_sasl, requires_tls

0 commit comments

Comments
 (0)