From 0cb8f963681abf675a71784bbc4c7cbb3f9dc55f Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sat, 11 Sep 2004 06:18:19 +0000 Subject: [PATCH] General update. --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 23fc24d265..d6a8a01161 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,9 +6,12 @@ Changes in version 0.x (2004-xx-xx) * Added DaoAuthenticationProvider.hideUserNotFoundExceptions (default=true) * Added PasswordAuthenticationProvider for password-validating DAOs (eg LDAP) * Added FilterToBeanProxy compatibility with ContextLoaderServlet (lazy inits) +* Added convenience methods to ConfigAttributeDefinition +* Clarified contract for ObjectDefinitionSource.getAttributes(Object) * Extracted removeUserFromCache(String) to UserCache interface * Improved ConfigAttributeEditor so it trims preceding and trailing spaces * Refactored UsernamePasswordAuthenticationToken.getDetails() to Object +* Fixed MethodDefinitionAttributes to implement ObjectDefinitionSource change * Fixed EH-CACHE-based caching implementation behaviour when cache exists * Fixed Ant "release" target not including project.properties * Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method