diff --git a/changelog.txt b/changelog.txt
index 74d5f0b14e..468a722f2d 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,13 +1,22 @@
Changes in version 0.5 (2004-xx-xx)
-----------------------------------
-* Added support for HTTP Basic Authentication
+* Added single sign on support via Yale Central Authentication Service (CAS)
+* Added full support for HTTP Basic Authentication
* Added Burlap and Hessian remoting to Contacts sample application
-* AuthenticationProcessingFilter by default finds configuration context using Spring's WebApplicationContextUtils.getWebApplicationContext()
-* AuthenticationProcessingFilter context may optionally be specified with 'contextConfigLocation' param (was previously 'appContextLocation')
-* SecurityEnforcementFilter by default finds configuration context using Spring's WebApplicationContextUtils.getWebApplicationContext()
-* SecurityEnforcementFilter context may optionally be specified with 'contextConfigLocation' param (was previously 'appContextLocation')
-* SecurityEnforcementFilter now supports URL definitions using the Apache Ant path syntax in addition to regular expressions
+* Added pluggable password encoders including plaintext, SHA and MD5
+* Added pluggable salt sources to enhance security of hashed passwords
+* Added FilterToBeanProxy to obtain filters from Spring application context
+* Added support for prepending strings to roles created by JdbcDaoImpl
+* Added support for user definition of SQL statements used by JdbcDaoImpl
+* Added definable prefixes to avoid expectation of "ROLE_" GrantedAuthoritys
+* Added pluggable AuthenticationEntryPoints to SecurityEnforcementFilter
+* Added Apache Ant path syntax support to SecurityEnforcementFilter
+* Updated JAR to Spring 1.0.1
+* Refactored filters to use Spring application context lifecycle support
+* Fixed FilterInvocation.getRequestUrl() to also include getPathInfo()
+* Fixed Contacts sample application tags
+* Established acegisecurity-developer mailing list
* Documentation improvements
Changes in version 0.4 (2004-04-03)
diff --git a/readme.txt b/readme.txt
index dd89c216da..fbfa52f184 100644
--- a/readme.txt
+++ b/readme.txt
@@ -32,8 +32,14 @@ directory. In addition, JavaDocs are located in the docs/api directory.
OBTAINING SUPPORT
-------------------------------------------------------------------------------
-If you need any help, please post a question on the Spring Users mailing list
-or email ben.alex@acegi.com.au.
+If you need any help, please post a question on the Spring Users mailing list.
+
+If you start using Acegi Security in your project, please consider joining
+the acegisecurity-developer mailing list. This is currently the best way to
+keep informed about the project's status and provide feedback in design
+discussions. You can join at:
+
+ https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
$Id$
diff --git a/samples/contacts/war/WEB-INF/jsp/add.jsp b/samples/contacts/war/WEB-INF/jsp/add.jsp
index 43e121732d..7df92b09b4 100644
--- a/samples/contacts/war/WEB-INF/jsp/add.jsp
+++ b/samples/contacts/war/WEB-INF/jsp/add.jsp
@@ -35,6 +35,6 @@