File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
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
+ ----------------------------------------------------------------
1
18
Released 3.4.3 2022-09-15
2
19
3
20
This is a minor release to bring back the removed OPT_X_TLS option.
Original file line number Diff line number Diff line change 1
1
"""
2
2
meta attributes for packaging which does not import any dependencies
3
3
"""
4
- __version__ = '3.4.3 '
4
+ __version__ = '3.4.4 '
5
5
__author__ = 'python-ldap project'
6
6
__license__ = 'Python style'
Original file line number Diff line number Diff line change 4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
6
7
- __version__ = '3.4.3 '
7
+ __version__ = '3.4.4 '
8
8
9
9
__all__ = [
10
10
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
- __version__ = '3.4.3 '
6
+ __version__ = '3.4.4 '
7
7
8
8
__all__ = [
9
9
# constants
Original file line number Diff line number Diff line change 4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
6
7
- __version__ = '3.4.3 '
7
+ __version__ = '3.4.4 '
8
8
9
9
from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
10
10
from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments