diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 2f72f121..fba546de 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -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 diff --git a/readme.txt b/readme.txt index ab96c3d2..70f5a8eb 100644 --- a/readme.txt +++ b/readme.txt @@ -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. \ No newline at end of file +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.