diff --git a/python-ldap3.changes b/python-ldap3.changes index d181e3c..e5a08af 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 11 19:17:52 UTC 2020 - Michael Ströder + +- Update to 2.7: + - tested against Python 3.8.1 and pyasn1 0.4.8 + - re-enabled ssl exception raising on bad certificate when only 1 server is present in the server pool + - removed Python 2.6 from Travis configuration (thanks gliptak) + - added support for source specifications in LDAP connections (thanks Azaria) + - added support for allowing special AD security identifier (SID) in DN (thanks John) + - fixed pickling of entry and attribute (thanks cfelder) + - close connection when auto_bind fails (thank Hrishikesh) + - operational attributes can be used in Abstraction Layer (thanks Sohalt) + - additional SSL options can be used in Tls object (thanks Nazarii) + - threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now (thanks Yang) + - adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly (thanks Mark) + - when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed (thanks Nocturem) + - LDIF output properly formatted when controls are missing (thanks Tom) + - operational attributes are not returned in MOCK strategies when not requested (thanks kpinc) + - undecodable values are returned as raw bytes when using the pyasn1 decoder + ------------------------------------------------------------------- Mon Oct 14 13:50:37 UTC 2019 - Matej Cepl diff --git a/python-ldap3.spec b/python-ldap3.spec index 867d404..93b7685 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ldap3 -Version: 2.6.1 +Version: 2.7 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client License: LGPL-3.0-only diff --git a/v2.6.1.tar.gz b/v2.6.1.tar.gz deleted file mode 100644 index 8040f22..0000000 --- a/v2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21d1a65e19ed5a691d7cf30af375e84663254e800ddc950bd7b6f9bb15d2c19 -size 953713 diff --git a/v2.7.tar.gz b/v2.7.tar.gz new file mode 100644 index 0000000..a090a35 --- /dev/null +++ b/v2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7dccb19bedbeb40ac19b3b29c12ec8ca4514ebbca53e449c172b2aa209539 +size 956927