From bc243b5aa76a3c2e0fdb5ff2775b9b103f31a12c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 28 May 2012 00:23:01 +0200 Subject: [PATCH] preparations for 3.1.2 release --- build-spring-framework/resources/changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 08f56b7862..3eb4688c98 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.1.2 (2012-??-??) +Changes in version 3.1.2 (2012-06-??) ------------------------------------- * removed INDEX.LIST entries from Spring jar META-INF dirs @@ -12,6 +12,9 @@ Changes in version 3.1.2 (2012-??-??) * fixed MutablePropertySources "get" implementation to correctly return null if not found * fixed @PropertySource placeholder resolution to apply to all specified values * JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination +* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well +* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files +* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts) Changes in version 3.1.1 (2012-02-16)