From 86f5d7ed7132a77b151f13d86642f35273a8f8a7 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Wed, 18 Jun 2008 16:19:23 +0000 Subject: [PATCH] Added missing changes from spring-ldap/changelog.txt. --- mvn-build/core/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mvn-build/core/changelog.txt b/mvn-build/core/changelog.txt index 63b8db4c..bca3e0c7 100644 --- a/mvn-build/core/changelog.txt +++ b/mvn-build/core/changelog.txt @@ -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)