Update changelog for 2.2.1 release

This commit is contained in:
Rossen Stoyanchev
2010-10-28 15:07:00 +00:00
parent 70b56b5702
commit 74299358d1
2 changed files with 13 additions and 3 deletions

View File

@@ -2,6 +2,14 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
Changes in version 2.2.1.RELEASE (Oct 28, 2010)
-----------------------------------------------
[SWF-1406] - Regression in showing global messages only
[SWF-1407] - Webflow 2.2 problem when using MVC view resolver
[SWF-1159] - SQL injection in example application
[SWF-1411] - Documentation for JSF integration references deprecated ResourceServlet
[SWF-1409] - Reference Documentation for Spring Web Flow 2.2 needs to be fixed to correct versions
Changes in version 2.2.0.RELEASE (Oct 11, 2010)
-----------------------------------------------
[SWF-1374] - Update documentation for 2.2.0 release

View File

@@ -12,8 +12,10 @@ DIRECTORIES
4. spring-webflow - The Spring Web Flow project. Contains the Web Flow engine.
5. spring-js - Spring's JavaScript abstraction framework, which includes Dojo integration.
5. spring-js - Server side support for Spring's JavaScript abstraction framework.
6. spring-faces - Spring's JavaServerFaces integration module, which includes Web Flow & JavaScript support.
6. spring-js-resources - Client-side resources for Spring's JavaScript abstraction framework including the Dojo Toolkit.
7. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action.
7. spring-faces - Spring's JavaServerFaces integration module, which includes Web Flow & JavaScript support.
8. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action.