From 56d80b661321f6d3da2e2d59517c36c08fde362a Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 26 Jan 2016 10:43:24 +0000 Subject: [PATCH] Started 2.4.26 --- CHANGES | 11 ++++++++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 53df95a..fedd42f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +---------------------------------------------------------------- +Released 2.4.26 2016-xx-xx + +Changes since 2.4.25: + +Modules/ +* + (thanks to ) + ---------------------------------------------------------------- Released 2.4.25 2016-01-18 @@ -1235,4 +1244,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.370 2016/01/18 15:16:29 stroeder Exp $ +$Id: CHANGES,v 1.371 2016/01/26 10:43:24 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 5961931..845d784 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,13 +4,13 @@ See http://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.42 2016/01/18 15:16:29 stroeder Exp $ +$Id: dsml.py,v 1.43 2016/01/26 10:43:24 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.25' +__version__ = '2.4.26' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 2b5f438..ef106be 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -3,12 +3,12 @@ See http://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.102 2016/01/18 15:17:30 stroeder Exp $ +$Id: __init__.py,v 1.103 2016/01/26 10:43:24 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.25' +__version__ = '2.4.26' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index b41173f..49792e4 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -3,7 +3,7 @@ See http://www.python-ldap.org/ for details. -\$Id: ldapurl.py,v 1.77 2016/01/18 15:16:29 stroeder Exp $ +\$Id: ldapurl.py,v 1.78 2016/01/26 10:43:24 stroeder Exp $ Python compability note: This module only works with Python 2.0+ since @@ -11,7 +11,7 @@ 2. list comprehensions are used. """ -__version__ = '2.4.25' +__version__ = '2.4.26' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 6ef97cd..2d9f4c3 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -3,13 +3,13 @@ See http://www.python-ldap.org/ for details. -$Id: ldif.py,v 1.90 2016/01/18 15:16:29 stroeder Exp $ +$Id: ldif.py,v 1.91 2016/01/26 10:43:24 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.25' +__version__ = '2.4.26' __all__ = [ # constants