--- a/docs/HISTORY.txt Fri Nov 09 10:40:19 2018 +0100
+++ b/docs/HISTORY.txt Fri Nov 16 15:19:21 2018 +0100
@@ -1,6 +1,11 @@
History
=======
+0.1.7
+-----
+ - updated LDAP plug-in connection mode and removed misunderstood pools support
+ - removed TLS option from connection settings (just use ldaps:// protocol to activate SSL instead)
+
0.1.6
-----
- updated forms prefix
--- a/src/pyams_ldap.egg-info/PKG-INFO Fri Nov 09 10:40:19 2018 +0100
+++ b/src/pyams_ldap.egg-info/PKG-INFO Fri Nov 16 15:19:21 2018 +0100
@@ -1,17 +1,21 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: pyams-ldap
-Version: 0.1.6
+Version: 0.1.7
Summary: PyAMS interfaces and classes for LDAP authentication
Home-page: http://hg.ztfy.org/pyams/pyams_ldap
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
-Description-Content-Type: UNKNOWN
Description:
History
=======
+ 0.1.7
+ -----
+ - updated LDAP plug-in connection mode and removed misunderstood pools support
+ - removed TLS option from connection settings (just use ldaps:// protocol to activate SSL instead)
+
0.1.6
-----
- updated forms prefix
@@ -51,3 +55,4 @@
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test