X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fldaptcl%2FCHANGES;h=09e976c6be715c1f2d4ad890cfec40242722fe9e;hb=487d3966eea565e8768b5b7b06f1dca7181d467e;hp=2a7b8ce6ae847cbadc2c8b44b08a3008bfd948bb;hpb=11eafc253c1281c5a5ae55d4fc187bebedc44626;p=openldap diff --git a/contrib/ldaptcl/CHANGES b/contrib/ldaptcl/CHANGES index 2a7b8ce6ae..09e976c6be 100644 --- a/contrib/ldaptcl/CHANGES +++ b/contrib/ldaptcl/CHANGES @@ -1,3 +1,22 @@ +Package rersion 2.0: +- Detects OpenLDAP 2.0 and builds correctly with it. +- Increment major version to 2, library file to libldaptcl2.0.so. +- Can now perform add/delete/replace modifications in a single command. +- Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce + dependency on Extended Tcl. +- Wrap dereference search control with #ifdef LDAP_OPT_DEREF. +- Deref during search should work. +- Add protocol_version option to ldap init command. +- Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default + protocol version used. +- Add controlArray(timeout) to control timeouts during searches. +- Add controlArray(cache) to control caching current search results. + (Experience has shown this to be not very useful or not working correctly. + Caching search results should probably be done in Ldaptcl rather than + letting the LDAP API do it.) +- Add "compare" subcommand +- Add experimental trap subcommand (undocumented -- use at your own risk). + Package version 1.2: - Filter no longer a required controlArray member, defaults to objectclass=*.