diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 24cbf48445..5f34f43adb 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,19 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.1.3 (2012-09-24) +------------------------------------- + +* fixed cache handling for JNLP connections +* @Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well +* @Resource processing properly works with scoped beans and prototypes again +* Jaxb2Marshaller performs proper "supports" check for scanned packages +* media types in HTTP Accept headers can be parsed with single quotes (-> Android 2.x) +* fixed Portlet request mapping priorities in cross-controller case +* deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils +* introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils + + Changes in version 3.1.2 (2012-07-09) ------------------------------------- diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index e4cef0b49b..e35d0ee399 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.1.2 (July 2012) ----------------------------------- +SPRING FRAMEWORK 3.1.3 (September 2012) +--------------------------------------- http://www.springsource.org 1. INTRODUCTION