From 401f54472d9792434fa21d41ffcbfb8742923e41 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 16 Mar 2009 16:42:07 +0000 Subject: [PATCH] 2.0.7 initial fixes --- build-spring-webflow/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index cb668254..ae0d1ac1 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,6 +2,15 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow +Changes in version 2.0.7 (2009.03.24) +------------------------------------- +Bug Fixes +* Fixed several issues with WebFlowMessageCodesResolver algorithm, including a JDK 1.4 compatibility issue (SWF-1064) +* Fixed bug in Spring Faces custom ListDataModel implementations related to row selection tracking (SWF-1066) + +Improvements +* Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067) + Changes in version 2.0.6 (2009.03.12) ------------------------------------- General