Release v2.4.25.1
This is a pyldap-specific bugfix release, which restores "ldap.add" and "ldap.add_ext" under Python2.
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -1,3 +1,10 @@
|
||||
----------------------------------------------------------------
|
||||
Released 2.4.25.1 2016-03-10 (pyldap)
|
||||
|
||||
Lib/
|
||||
* Fix add/add_ext under Python2
|
||||
|
||||
|
||||
----------------------------------------------------------------
|
||||
Released 2.4.25 2016-01-18 (upstream), 2016-01-27 (pyldap)
|
||||
|
||||
|
@@ -10,7 +10,7 @@ Python compability note:
|
||||
Tested with Python 2.0+.
|
||||
"""
|
||||
|
||||
__version__ = '2.4.25'
|
||||
__version__ = '2.4.25.1'
|
||||
|
||||
import string,base64
|
||||
|
||||
|
@@ -8,7 +8,7 @@ $Id: __init__.py,v 1.102 2016/01/18 15:17:30 stroeder Exp $
|
||||
|
||||
# This is also the overall release version number
|
||||
|
||||
__version__ = '2.4.25'
|
||||
__version__ = '2.4.25.1'
|
||||
|
||||
import sys
|
||||
|
||||
|
@@ -11,7 +11,7 @@ This module only works with Python 2.0+ since
|
||||
2. list comprehensions are used.
|
||||
"""
|
||||
|
||||
__version__ = '2.4.25'
|
||||
__version__ = '2.4.25.1'
|
||||
|
||||
__all__ = [
|
||||
# constants
|
||||
|
@@ -9,7 +9,7 @@ Python compability note:
|
||||
Tested with Python 2.0+, but should work with Python 1.5.2+.
|
||||
"""
|
||||
|
||||
__version__ = '2.4.25'
|
||||
__version__ = '2.4.25.1'
|
||||
|
||||
__all__ = [
|
||||
# constants
|
||||
|
Reference in New Issue
Block a user