From b4410cec3db48cd429f8fae78cf3b3f34f7fc827 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 8 Aug 2015 13:36:30 +0000 Subject: [PATCH] Started 2.4.21 --- CHANGES | 9 ++++++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 17ec6c7..76830ab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +---------------------------------------------------------------- +Released 2.4.21 2015-07-xx + +Changes since 2.4.20: + +Lib/ + ---------------------------------------------------------------- Released 2.4.20 2015-07-07 @@ -1178,4 +1185,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.350 2015/07/07 13:21:42 stroeder Exp $ +$Id: CHANGES,v 1.351 2015/08/08 13:36:30 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 1cc3b2f..65e3b9f 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,13 +4,13 @@ dsml - generate and parse DSMLv1 data See http://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.37 2015/06/05 21:04:58 stroeder Exp $ +$Id: dsml.py,v 1.38 2015/08/08 13:36:30 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.20' +__version__ = '2.4.21' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 466ec0d..c7d59e2 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -3,12 +3,12 @@ ldap - base module See http://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.97 2015/06/05 21:04:58 stroeder Exp $ +$Id: __init__.py,v 1.98 2015/08/08 13:36:30 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.20' +__version__ = '2.4.21' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index a43c59b..c6a7ef0 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -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.72 2015/06/06 09:21:37 stroeder Exp $ +\$Id: ldapurl.py,v 1.73 2015/08/08 13:36:30 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.20' +__version__ = '2.4.21' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 447b1c7..d099f42 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -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.82 2015/06/21 11:38:32 stroeder Exp $ +$Id: ldif.py,v 1.83 2015/08/08 13:36:30 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.20' +__version__ = '2.4.21' __all__ = [ # constants