diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml
index 5bb16f64b1..ed5172dbe0 100644
--- a/doc/xdocs/changes.xml
+++ b/doc/xdocs/changes.xml
@@ -46,6 +46,15 @@
Form, CAS, X509 and Remember-Me authentication mechanisms now publish an InteractiveAuthenticationSuccessEvent (see http://opensource.atlassian.com/projects/spring/browse/SEC-5)
FilterSecurityInterceptor now has an observeOncePerRequest boolean property, allowing multiple fragments of the HTTP request to be individually authorized (see http://opensource.atlassian.com/projects/spring/browse/SEC-14)
+
+ HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)
+
+
+ HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)
+
+
+ AbstractIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)
+
Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml
TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)
diff --git a/project.xml b/project.xml
index 04eecca46e..d7bfd53ebc 100644
--- a/project.xml
+++ b/project.xml
@@ -430,6 +430,11 @@
0.7.0
release_0_7_0
+
+ 0.7.1
+ 0.7.1
+ release_0_7_1
+
0.8.0
0.8.0
@@ -440,11 +445,21 @@
0.8.1
release_0_8_1
+
+ 0.8.1.1
+ 0.8.1.1
+ release_0_8_1_1
+
0.8.2
0.8.2
release_0_8_2
+
+ 0.8.3
+ 0.8.3
+ release_0_8_3
+