Browse Source

prepared for 3.0.7

3.0.x
Juergen Hoeller 15 years ago
parent
commit
84890ebc0d
  1. 10
      build-spring-framework/resources/changelog.txt
  2. 4
      build-spring-framework/resources/readme.txt
  3. 2
      build.properties

10
build-spring-framework/resources/changelog.txt

@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG @@ -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)
-------------------------------------

4
build-spring-framework/resources/readme.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
SPRING FRAMEWORK 3.0.6 (June 2011)
----------------------------------
SPRING FRAMEWORK 3.0.7 (November 2011)
--------------------------------------
http://www.springsource.org
1. INTRODUCTION

2
build.properties

@ -1,4 +1,4 @@ @@ -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}"

Loading…
Cancel
Save