diff --git a/python-ldap3.changes b/python-ldap3.changes index 733d03c..32e992a 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sat Feb 16 20:25:26 UTC 2019 - Michael Ströder + +- update to version 2.5.2 + +# 2.5.2 - 2018.12.28 + - when starting tls before binding the connection is automatically open + - fixed changelog date (thanks Adam) + - support for AD timedeltas (thanks mprahl) + - fixed WhoAmI in mock strategies (thanks mprahl) + - prevent unnecessary exception in extend/standard/ModifyPassword (thanks Johnny) + - added support for external gssapi credentials to be passed to the sasl connection (thanks Firstyear) + - added support for gssapi store in sasl connection (thanks clhendrick) + - fixed LdifProducer (thanks antoinell) + - fixed NTLM bind (thanks ribx) + - server state in ServerPool is now a namedtuple "ServerState" (thanks Krisztian) + - fixed error when adding member to AD group with unsafe DN (thanks Maxim) + - properly restore lazy status in reusable strategy (thanks Krisztian) + - ServerState namedtuple converted to class in core/pooling (thanks Krisztian) + - empty schema doesn't raise exception in Abstraction Layer (thanks ghost) + +# 2.5.1 - 2018.08.01 + - connection.result is populated when exception raised with raise_exceptions=True + - fixed objectSid in mocking strategies + - fixed circular reference in exception history + - added objectSid validator + - byte values are properly searched in MOCK strategies (thanks dyj216) + - exception history refactored (thanks Tamas) + - connections in context manager don't bind anymore when auto_bind is set to AUTO_BIND_NONE (Thanks Tim) + - Cython compatible build (thanks Pedro) + - more detailed exception message in Mock strategy (thanks Janne) + - exceptions flow refactored in reusable strategy (thanks kxt) + - pwdlastset accept any positive integer (thanks abenbecker) + - fixed an exception while logging packet with pyasn1 decoder + - fixed importing abc from collections for Python 3.8 + ------------------------------------------------------------------- Tue Dec 4 12:49:56 UTC 2018 - Matej Cepl diff --git a/python-ldap3.spec b/python-ldap3.spec index d2b65da..c067c34 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.5 +Version: 2.5.2 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client License: LGPL-3.0-only diff --git a/v2.5.2.tar.gz b/v2.5.2.tar.gz new file mode 100644 index 0000000..26e9aa1 --- /dev/null +++ b/v2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f67c83185b1f0df8fdf6b52fa42c55bc9e9b7120c8b7fec60f0d6003c536d18 +size 352903 diff --git a/v2.5.tar.gz b/v2.5.tar.gz deleted file mode 100644 index ca47edd..0000000 --- a/v2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5a54bcdd08f25d31ebc0679e34e46b8b403d70c46363159be668695b1f22b9 -size 920336