diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 0a3598ce885..4e730872266 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.0.7 (2011-11-xx) +------------------------------------- + +* fixed GenericTypeResolver to consistently return null if not resolvable +* added proper "contentLength()" implementation to ByteArrayResource +* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation +* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access +* RmiClientInterceptor detects nested SocketException as connect failure as well + + Changes in version 3.0.6 (2011-08-18) ------------------------------------- diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index e41b1ef3b87..f52103066ba 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.0.6 (June 2011) ----------------------------------- +SPRING FRAMEWORK 3.0.7 (November 2011) +-------------------------------------- http://www.springsource.org 1. INTRODUCTION diff --git a/build.properties b/build.properties index 54bcfc6f766..9d23b1c7e21 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=3.0.6 +version=3.0.7 # osgi ranges spring.osgi.range.nq=${version:[=.=.=, =.=.+1)} spring.osgi.range="${spring.osgi.range.nq}"