diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml
index 7bff6a930f..8645324d7d 100644
--- a/doc/xdocs/changes.xml
+++ b/doc/xdocs/changes.xml
@@ -51,8 +51,10 @@
Made DaoAuthenticationProvider detect null in Authentication.principal
Improved JaasAuthenticationProvider startup error detection
Refactored EH-CACHE implementations to use Spring IoC defined caches instead
+ Fixed ambiguous column references in JdbcDaoImpl default query
Fixed AbstractProcessingFilter to use removeAttribute (JRun compatibility)
Fixed GrantedAuthorityEffectiveAclResolver support of UserDetails principals
+ Fixed HttpSessionIntegrationFilter "cannot commit to container" during logoff
Moved MethodSecurityInterceptor to ...intercept.method.aopalliance package
Documentation improvements
Test coverage improvements
diff --git a/project.xml b/project.xml
index 30255a66cc..9535692d49 100644
--- a/project.xml
+++ b/project.xml
@@ -123,6 +123,9 @@
Sergio BernĂ¡
+
+ Aaron Tang
+
@@ -210,6 +213,12 @@
true
+
+ log4j
+ log4j
+ 1.2.8
+ jar
+
springframework
spring-core
@@ -336,12 +345,6 @@
2.5
plugin
-
- log4j
- log4j
- 1.2.8
- jar
-
${basedir}/src/main/java