diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index fd34408a12..df927ffef8 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -60,7 +60,7 @@ Documentation improvements Test coverage improvements - + Resolved to use http://apr.apache.org/versioning.html for future versioning Added additional DaoAuthenticationProvider event when user not found Added Authentication.getDetails() to DaoAuthenticationProvider response @@ -78,7 +78,8 @@ Fixed Ant "release" target not including project.properties Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method Documentation improvements - + + Added domain object instance access control list (ACL) packages Added feature so DaoAuthenticationProvider returns User in Authentication Added AbstractIntegrationFilter.secureContext property for custom contexts @@ -106,7 +107,8 @@ Fixed CasAuthenticationToken if proxy granting ticket callback not requested Fixed EH-CACHE handling on web context refresh Documentation improvements - + + Added samples/quick-start Added NullRunAsManager and made default for AbstractSecurityInterceptor Added event notification (see net.sf.acegisecurity.providers.dao.event) @@ -123,7 +125,8 @@ Removed DaoAuthenticationToken and session-based caching Documentation improvements Upgrade Note: DaoAuthenticationProvider no longer has a "key" property - + + Added single sign on support via Yale Central Authentication Service (CAS) Added full support for HTTP Basic Authentication Added caching for DaoAuthenticationProvider successful authentications @@ -145,7 +148,8 @@ Fixed Contacts sample application tags Established acegisecurity-developer mailing list Documentation improvements - + + Added HTTP session authentication as an alternative to container adapters Added HTTP request security interceptor (offers considerable flexibility) Added security taglib @@ -164,7 +168,8 @@ Improved AutoIntegrationFilter handling of deployments without JBoss JARs Fixed case handling support in data access object authentication provider Documentation improvements - + + Added "in container" unit test system for container adapters and sample app Added library extractor tool to reduce the "with deps" ZIP release sizes Added unit test to the attributes sample @@ -175,7 +180,8 @@ Clarified licenses and sources for all included libraries Updated documentation to reflect new file and package names Setup Sourceforge.net project and added to CVS etc - + + Added Commons Attributes support and sample (thanks to Cameron Braid) Added JBoss container adapter Added Resin container adapter @@ -189,7 +195,9 @@ Fixed switch block in voting decision manager implementations Removed Spring MVC interceptor for container adapter integration Documentation improvements - + + Initial public release +