diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index f0cdccec..9dc12161 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,6 +2,13 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow +Changes in version 2.1.0 M2 (May 18, 2010) +------------------------------------------- +* Add support for running with JSF 2.0 (SWF-1194) +* Fix issue with rendering multiple fragments via Tiles during an Ajax request (SWF-1238) +* Open several methods in AbstractMvcView for extension (SWF-1218) +* Fix issue occurring with MyFaces 2.0 + Changes in version 2.1.0 M1 (May 7, 2010) ----------------------------------------- * Upgrade to Spring Framework 3.0.2, Portlet API 2.0.1, and Tiles 2.1.2 (SWF-1226) diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index b5f7d94d..2a80ef2a 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING WEB FLOW 2.1.0 () ----------------------------------- +SPRING WEB FLOW 2.1.0 +---------------------- http://www.springframework.org/webflow 1. INTRODUCTION @@ -20,9 +20,9 @@ It is a powerful controller engine that addresses the "C" in MVC. 2. RELEASE NOTES ---------------- -Spring Web Flow 2 requires Java SE 1.4 and Spring Framework 2.5.4 or above to run. +Spring Web Flow 2.1 requires Java SE 1.5 and Spring Framework 3.0.0 or above to run. -Java SE 5.0 with Ant 1.7 is required to build. +Java SE 5.0 with Ant 1.7 is also required to build. Release distribution contents: @@ -51,12 +51,12 @@ Dependencies in [brackets] are optional, and are just necessary for certain func * org.springframework.webflow-2.1.0.RELEASE.jar - Contents: The Spring Web Flow system -- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-binding, spring-web, spring-webmvc-servlet, spring-js +- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-expression, spring-binding, spring-web, spring-webmvc-servlet, spring-js [Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit] * org.springframework.binding-2.1.0.RELEASE.jar - Contents: The Spring Data Binding framework, a utility library used by Web Flow -- Dependencies: Commons Logging, spring-beans, spring-core, spring-context +- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-expression [Log4J, OGNL, EL API] * org.springframework.js-2.1.0.RELEASE.jar