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+ ----------------------------------------------------------------
118Released 3.4.3 2022-09-15
219
320This is a minor release to bring back the removed OPT_X_TLS option.
Original file line number Diff line number Diff line change 11"""
22meta 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'
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.3 '
7+ __version__ = '3.4.4 '
88
99__all__ = [
1010 # constants
Original file line number Diff line number Diff line change 33
44See https://www.python-ldap.org/ for details.
55"""
6- __version__ = '3.4.3 '
6+ __version__ = '3.4.4 '
77
88__all__ = [
99 # constants
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.3 '
7+ __version__ = '3.4.4 '
88
99from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
1010from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments