Started 2.4.16

This commit is contained in:
stroeder
2014-05-20 20:09:03 +00:00
parent 4f713542ab
commit e317ba0d30
5 changed files with 18 additions and 9 deletions

11
CHANGES
View File

@@ -1,3 +1,12 @@
----------------------------------------------------------------
Released 2.4.16 2014-xx-xx
Changes since 2.4.16:
Lib/
Modules/
----------------------------------------------------------------
Released 2.4.15 2014-03-24
@@ -1097,4 +1106,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19
$Id: CHANGES,v 1.318 2014/03/24 10:22:47 stroeder Exp $
$Id: CHANGES,v 1.319 2014/05/20 20:09:03 stroeder Exp $

View File

@@ -4,13 +4,13 @@ dsml - generate and parse DSMLv1 data
See http://www.python-ldap.org/ for details.
$Id: dsml.py,v 1.32 2014/03/12 23:11:26 stroeder Exp $
$Id: dsml.py,v 1.33 2014/05/20 20:09:03 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""
__version__ = '2.4.15'
__version__ = '2.4.16'
import string,base64

View File

@@ -3,12 +3,12 @@ ldap - base module
See http://www.python-ldap.org/ for details.
$Id: __init__.py,v 1.89 2014/03/12 23:11:26 stroeder Exp $
$Id: __init__.py,v 1.90 2014/05/20 20:09:03 stroeder Exp $
"""
# This is also the overall release version number
__version__ = '2.4.15'
__version__ = '2.4.16'
import sys

View File

@@ -3,7 +3,7 @@ ldapurl - handling of LDAP URLs as described in RFC 4516
See http://www.python-ldap.org/ for details.
\$Id: ldapurl.py,v 1.65 2014/03/12 23:11:26 stroeder Exp $
\$Id: ldapurl.py,v 1.66 2014/05/20 20:09:03 stroeder Exp $
Python compability note:
This module only works with Python 2.0+ since
@@ -11,7 +11,7 @@ This module only works with Python 2.0+ since
2. list comprehensions are used.
"""
__version__ = '2.4.15'
__version__ = '2.4.16'
__all__ = [
# constants

View File

@@ -3,13 +3,13 @@ ldif - generate and parse LDIF data (see RFC 2849)
See http://www.python-ldap.org/ for details.
$Id: ldif.py,v 1.74 2014/03/12 23:11:26 stroeder Exp $
$Id: ldif.py,v 1.75 2014/05/20 20:09:03 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""
__version__ = '2.4.15'
__version__ = '2.4.16'
__all__ = [
# constants