From 787f563ec64431ff7aa76c0367a9f45c75414780 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 20 Apr 2007 20:31:39 +0000 Subject: [PATCH] LDAP-61 Upgrade to Acegi Security 1.0.3 http://opensource.atlassian.com/projects/spring/browse/LDAP-61 --- spring-ldap/changelog.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-ldap/changelog.txt b/spring-ldap/changelog.txt index 7e6346dd..a0145904 100644 --- a/spring-ldap/changelog.txt +++ b/spring-ldap/changelog.txt @@ -30,8 +30,6 @@ upgrade guide for details. * Deprecated the userName property in AbstractContextSource and changed it to the more correct userDn (LDAP-18). -* Upgraded ApacheDS to 1.0.0 (LDAP-32). - * Fixed bug causing PagedResultsRequestControl processing to fail against AD in the case of a PartialResultsException (LDAP-32). @@ -52,6 +50,10 @@ upgrade guide for details. * Rewrote LdapEncoder.nameDecode() to solve problem with national characters and remove regular expression used in parsing, drastically improving Distinguished Name parsing performance as a bonus (LDAP-30). + +* Upgraded ApacheDS to 1.0.0 (LDAP-32). + +* Upgraded to Acegi Security 1.0.3 (LDAP-61). * Upgraded to Spring 2.0.4 internally. Spring 1.2.x is still supported (LDAP-35, LDAP-51).