Skip to content

Commit fb4408c

Browse files
committed
Update changelog for 3.2.15.RELEASE
1 parent 51e8aed commit fb4408c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/dist/changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.spring.io
44

55

6+
Changes in version 3.2.15 (2015-10-15)
7+
-------------------------------------
8+
9+
protect against RFD exploits, see http://pivotal.io/security/cve-2015-5211 (SPR-13548)
10+
fixed whether HttpInputMessage.getBody() is allowed to return null (SPR-13563)
11+
fixed JCacheCache doesn't recognize null values in other JVMs (SPR-13553)
12+
fixed AbstractEmbeddedDatabaseConfigurer.shutdown does not close JDBC resources (SPR-13474)
13+
fixed DeferredResult not thread-safe for isSetOrExpired call (SPR-13451)
14+
fixed ConcurrentModificationException when doing a merge on AbstractEnvironment (SPR-13213)
15+
avoid ambiguous property warning for setter methods with multiple parameters (SPR-13349)
16+
improved documentation of ContentNegotiationManager reference in MVC chapter (SPR-13558)
17+
improved documentation on readonly and disabled flags in spring-form.tld (SPR-13397)
18+
improved documentation of AUTO_ACKNOWLEDGE semantics with SimpleMessageListenerContainer (SPR-13278)
19+
20+
621
Changes in version 3.2.14 (2015-06-30)
722
-------------------------------------
823

0 commit comments

Comments
 (0)