File tree Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 2.4.45 2017-09-xx
3
+
4
+ Changes since 2.4.44:
5
+
6
+ Lib/
7
+ *
8
+
1
9
----------------------------------------------------------------
2
10
Released 2.4.44 2017-09-08
3
11
@@ -1501,4 +1509,4 @@ Released 2.0.0pre02 2002-02-01
1501
1509
----------------------------------------------------------------
1502
1510
Released 1.10alpha3 2000-09-19
1503
1511
1504
- $Id: CHANGES,v 1.466 2017/09/07 22:22:08 stroeder Exp $
1512
+ $Id: CHANGES,v 1.467 2017/09/26 09:40:26 stroeder Exp $
Original file line number Diff line number Diff line change 4
4
5
5
See https://www.python-ldap.org/ for details.
6
6
7
- $Id: dsml.py,v 1.62 2017/09/07 09:01:01 stroeder Exp $
7
+ $Id: dsml.py,v 1.63 2017/09/26 09:40:26 stroeder Exp $
8
8
9
9
Python compability note:
10
10
Tested with Python 2.0+.
11
11
"""
12
12
13
- __version__ = '2.4.44 '
13
+ __version__ = '2.4.45 '
14
14
15
15
import string ,base64
16
16
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- $Id: __init__.py,v 1.123 2017/09/07 09:01:01 stroeder Exp $
6
+ $Id: __init__.py,v 1.124 2017/09/26 09:40:26 stroeder Exp $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.44 '
11
+ __version__ = '2.4.45 '
12
12
13
13
import sys
14
14
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- \$Id: ldapurl.py,v 1.98 2017/09/07 09:01:01 stroeder Exp $
6
+ \$Id: ldapurl.py,v 1.99 2017/09/26 09:40:26 stroeder Exp $
7
7
8
8
Python compability note:
9
9
This module only works with Python 2.0+ since
10
10
1. string methods are used instead of module string and
11
11
2. list comprehensions are used.
12
12
"""
13
13
14
- __version__ = '2.4.44 '
14
+ __version__ = '2.4.45 '
15
15
16
16
__all__ = [
17
17
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- $Id: ldif.py,v 1.118 2017/09/07 09:01:01 stroeder Exp $
6
+ $Id: ldif.py,v 1.119 2017/09/26 09:40:26 stroeder Exp $
7
7
8
8
Python compability note:
9
9
Tested with Python 2.0+, but should work with Python 1.5.2+.
10
10
"""
11
11
12
- __version__ = '2.4.44 '
12
+ __version__ = '2.4.45 '
13
13
14
14
__all__ = [
15
15
# constants
Original file line number Diff line number Diff line change 4
4
5
5
See https://www.python-ldap.org/ for details.
6
6
7
- $Id: slapdtest.py,v 1.21 2017/09/07 09:01:01 stroeder Exp $
7
+ $Id: slapdtest.py,v 1.22 2017/09/26 09:40:26 stroeder Exp $
8
8
9
9
Python compability note:
10
10
This module only works with Python 2.7.x since
11
11
"""
12
12
13
- __version__ = '2.4.44 '
13
+ __version__ = '2.4.45 '
14
14
15
15
import os
16
16
import socket
You can’t perform that action at this time.
0 commit comments