From 2bb2cd855cf061c275b6388c8203316040e506a7 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sun, 14 Jan 2007 21:56:35 +0000 Subject: [PATCH] Updated changelog with refactoring info. --- spring-ldap/changelog.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-ldap/changelog.txt b/spring-ldap/changelog.txt index 4a7f0a6b..f4cc0d19 100644 --- a/spring-ldap/changelog.txt +++ b/spring-ldap/changelog.txt @@ -12,7 +12,14 @@ http://www.ietf.org/rfc/rfc2696.txt Changes in version 1.2 (xx.yy.2007) ------------------------------------------- -* Moved the core classes into the package ldap.core. +* Restructured packages: + - Moved the core classes into the package ldap.core. + - Moved subpackages of ldap.support to top level. + - Moved most classes in ldap.support to ldap.core or ldap.core.support. + - Moved classes in ldap.utils to ldap.support and removed ldap.utils. + +* Changed the exception hierarchy to be an unchecked mirror of the JNDI + NamingException hierarchy. * Deprecated the userName property in AbstractContextSource and changed it to the more correct userDn.