瀏覽代碼

Update for release 0.51.

Ben Alex 21 年之前
父節點
當前提交
2d2a55fb20
共有 1 個文件被更改,包括 17 次插入3 次删除
  1. 17 3
      changelog.txt

+ 17 - 3
changelog.txt

@@ -1,8 +1,22 @@
-Changes in version 0.x (2004-xx-xx)
------------------------------------
+Changes in version 0.51 (2004-06-06)
+------------------------------------
 
 * Added samples/quick-start
-* Fixed issue with caching of Authentication objects
+* Added NullRunAsManager and made default for AbstractSecurityInterceptor
+* Added event notification (see net.sf.acegisecurity.providers.dao.event)
+* Updated JAR to Spring 1.0.2
+* Updated JAR to Commons Attributes CVS snapshot from Spring 1.0.2 release
+* Updated GrantedAuthorityImpl to be serializable (JBoss support)
+* Updated Authentication interface to present extra details for a request
+* Updated Authentication interface to subclass java.security.Principal
+* Refactored DaoAuthenticationProvider caching (refer to reference docs)
+* Improved HttpSessionIntegrationFilter to manage additional attributes
+* Improved URL encoding during redirects
+* Fixed issue with hot deploy of EhCacheBasedTicketCache (used with CAS)
+* Fixed issue with NullPointerExceptions in taglib
+* Removed DaoAuthenticationToken and session-based caching
+* Documentation improvements
+* Upgrade Note: DaoAuthenticationProvider no longer has a "key" property
 
 Changes in version 0.5 (2004-04-29)
 -----------------------------------