Skip to content

Commit 4472afd

Browse files
committed
Prepare a new release
1 parent f8aa289 commit 4472afd

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Released 3.4.6 2026-05-14
2+
3+
Fixes:
4+
* ``attrlist`` parameter is now properly checked before use, avoiding memory
5+
errors due to type mismatches
6+
* Fixed errors with requestName/requestValue in ``extop.dds``
7+
* ``ldif`` and ``ldap.schema`` modules now actively close sockets as they're
8+
finished with them
9+
10+
Infrastructure:
11+
* Package no longer requires setuptools-scm
12+
13+
----------------------------------------------------------------
114
Released 3.4.5 2025-10-10
215

316
Security fixes:

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.5'
4+
__version__ = '3.4.6'
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.5'
7+
__version__ = '3.4.6'
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.5'
6+
__version__ = '3.4.6'
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.5'
7+
__version__ = '3.4.6'
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)