Added missing changes from spring-ldap/changelog.txt.

This commit is contained in:
Ulrik Sandberg
2008-06-18 16:19:23 +00:00
parent eed4e59d6f
commit 86f5d7ed71

View File

@@ -13,6 +13,16 @@ http://www.ietf.org/rfc/rfc2696.txt
Changes in version 1.2.2 (XXX 2008)
-------------------------------------------
* Added a method DistinguishedName.toCompactString that returns a more
compact String representation without blanks. (LDAP-91)
* Improved search methods that take handlers so that they will work
with handlers that use ContextMappers, eg ContextMapperCallbackHandler.
(LDAP-107)
* Fixed a problem where the narrowest possible exception subclass was
not always found in the exception translation. (LDAP-100)
* Made changes required for paged results to work when using Spring LDAP
connection pool with a single connection. (LDAP-114)