From bea272e7b446e3b0c2e75704156a1ff46c8b48fa Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Thu, 13 Nov 2008 14:54:19 +0000 Subject: [PATCH] LDAP-125 Upgraded to Spring 2.5.6. --- changelog.txt | 5 ++++- parent/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7718e99c..cc0e42e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -128,9 +128,12 @@ Changes in version 1.3 (XXX 2008) * Removed AcegiAuthenticationSource - use SpringSecurityAuthenticationSource (included with Spring Security) instead. +* DistinguishedName (LdapRdnComponent really) now correctly calculates the + hashCode for names where case differs. (LDAP-151) + * Upgraded commons-lang to 2.3. -* Upgraded Spring to 2.5.5. (LDAP-125) +* Upgraded Spring to 2.5.6. (LDAP-125) Changes in version 1.2.1 (Dec 2007) ------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 95ac8e42..ef396ec6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk - 2.5.5 + 2.5.6 @@ -433,4 +433,4 @@ test - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index d6fe0674..cf513d65 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ ${basedir}/src/docbkx ${basedir}/target/site/guide - 2.5.5 + 2.5.6 parent