From b1a16eefb5940c6e6cbcb24766d3cbc973c8b803 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 26 Sep 2017 09:40:26 +0000 Subject: [PATCH] started 2.4.45 --- CHANGES | 10 +++++++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- Lib/slapdtest.py | 4 ++-- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 5fbfffb..ad48e28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +---------------------------------------------------------------- +Released 2.4.45 2017-09-xx + +Changes since 2.4.44: + +Lib/ +* + ---------------------------------------------------------------- Released 2.4.44 2017-09-08 @@ -1501,4 +1509,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.466 2017/09/07 22:22:08 stroeder Exp $ +$Id: CHANGES,v 1.467 2017/09/26 09:40:26 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 2477489..1cd204d 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,13 +4,13 @@ See https://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.62 2017/09/07 09:01:01 stroeder Exp $ +$Id: dsml.py,v 1.63 2017/09/26 09:40:26 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.44' +__version__ = '2.4.45' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 2f870a6..6aa9eac 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -3,12 +3,12 @@ See https://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.123 2017/09/07 09:01:01 stroeder Exp $ +$Id: __init__.py,v 1.124 2017/09/26 09:40:26 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.44' +__version__ = '2.4.45' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 7b215aa..bd1f42c 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -3,7 +3,7 @@ See https://www.python-ldap.org/ for details. -\$Id: ldapurl.py,v 1.98 2017/09/07 09:01:01 stroeder Exp $ +\$Id: ldapurl.py,v 1.99 2017/09/26 09:40:26 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.44' +__version__ = '2.4.45' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index ccc2a5d..f38e150 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -3,13 +3,13 @@ See https://www.python-ldap.org/ for details. -$Id: ldif.py,v 1.118 2017/09/07 09:01:01 stroeder Exp $ +$Id: ldif.py,v 1.119 2017/09/26 09:40:26 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.44' +__version__ = '2.4.45' __all__ = [ # constants diff --git a/Lib/slapdtest.py b/Lib/slapdtest.py index 8da5509..e2fceb1 100644 --- a/Lib/slapdtest.py +++ b/Lib/slapdtest.py @@ -4,13 +4,13 @@ See https://www.python-ldap.org/ for details. -$Id: slapdtest.py,v 1.21 2017/09/07 09:01:01 stroeder Exp $ +$Id: slapdtest.py,v 1.22 2017/09/26 09:40:26 stroeder Exp $ Python compability note: This module only works with Python 2.7.x since """ -__version__ = '2.4.44' +__version__ = '2.4.45' import os import socket