15
0
forked from pool/python-ldap

- removed sasl.patch as it is no longer necessary

- update to 2.4.3
  * requires OpenLDAP 2.4.11 or higher
  * improved documentation
  * backwards-incompatible API for ldap.control
  * a couple new features, e.g. support for OPT_X_TLS_PACKAGE
  * improved LDAPv3 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=12
This commit is contained in:
Jan Matejek
2011-10-11 12:53:10 +00:00
committed by Git OBS Bridge
parent 092b443c15
commit 80c56db54e
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 11 12:45:02 UTC 2011 - jmatejek@suse.com
- removed sasl.patch as it is no longer necessary
- update to 2.4.3
* requires OpenLDAP 2.4.11 or higher
* improved documentation
* backwards-incompatible API for ldap.control
* a couple new features, e.g. support for OPT_X_TLS_PACKAGE
* improved LDAPv3 support
-------------------------------------------------------------------
Thu Mar 3 08:47:08 UTC 2011 - saschpe@suse.de