# HG changeset patch # User Thierry Florac # Date 1542377961 -3600 # Node ID 6d8757d5c2537b78674abf6ff640154bc87a8a62 # Parent d73e42df8de5c3b1ce38b1711766f5dcf2a9278f Version 0.1.7 diff -r d73e42df8de5 -r 6d8757d5c253 docs/HISTORY.txt --- 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 diff -r d73e42df8de5 -r 6d8757d5c253 src/pyams_ldap.egg-info/PKG-INFO --- 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