File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 2.4.40 2017-06-xx
3
+
4
+ Changes since 2.4.39:
5
+
1
6
----------------------------------------------------------------
2
7
Released 2.4.39 2017-05-31
3
8
@@ -1443,4 +1448,4 @@ Released 2.0.0pre02 2002-02-01
1443
1448
----------------------------------------------------------------
1444
1449
Released 1.10alpha3 2000-09-19
1445
1450
1446
- $Id: CHANGES,v 1.447 2017/05/31 12:35:00 stroeder Exp $
1451
+ $Id: CHANGES,v 1.448 2017/06/23 07:16:26 stroeder Exp $
Original file line number Diff line number Diff line change 4
4
5
5
See http://www.python-ldap.org/ for details.
6
6
7
- $Id: dsml.py,v 1.56 2017/04/28 20:03:51 stroeder Exp $
7
+ $Id: dsml.py,v 1.57 2017/06/23 07:16: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.39 '
13
+ __version__ = '2.4.40 '
14
14
15
15
import string ,base64
16
16
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- $Id: __init__.py,v 1.117 2017/04/28 20:03:52 stroeder Exp $
6
+ $Id: __init__.py,v 1.118 2017/06/23 07:16:26 stroeder Exp $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.39 '
11
+ __version__ = '2.4.40 '
12
12
13
13
import sys
14
14
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- \$Id: ldapurl.py,v 1.92 2017/04/28 20:03:51 stroeder Exp $
6
+ \$Id: ldapurl.py,v 1.93 2017/06/23 07:16: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.39 '
14
+ __version__ = '2.4.40 '
15
15
16
16
__all__ = [
17
17
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
6
- $Id: ldif.py,v 1.112 2017/04/28 20:03:51 stroeder Exp $
6
+ $Id: ldif.py,v 1.113 2017/06/23 07:16: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.39 '
12
+ __version__ = '2.4.40 '
13
13
14
14
__all__ = [
15
15
# constants
Original file line number Diff line number Diff line change 4
4
5
5
See http://www.python-ldap.org/ for details.
6
6
7
- $Id: slapdtest.py,v 1.12 2017/05/31 12:35:00 stroeder Exp $
7
+ $Id: slapdtest.py,v 1.13 2017/06/23 07:16: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.39 '
13
+ __version__ = '2.4.40 '
14
14
15
15
import os
16
16
import socket
You can’t perform that action at this time.
0 commit comments