prepared for 3.0.7

This commit is contained in:
Juergen Hoeller
2011-10-20 12:11:36 +00:00
parent a9f28575b1
commit 84890ebc0d
3 changed files with 13 additions and 3 deletions

View File

@@ -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)
-------------------------------------

View File

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

View File

@@ -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}"