From a30ee0164a6b7307bcb416857699ea8e48463727 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 20 Dec 2012 17:35:31 +0100 Subject: [PATCH] Initial preparations for 3.2.1 --- src/dist/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index bff2af14da..b9726400ae 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.2.1 (2013-01-24) +-------------------------------------- + +* fixed QualifierAnnotationAutowireCandidateResolver's detection of custom qualifier annotations (SPR-10107) +* fixed AbstractAutoProxyCreator to accept null bean names again (SPR-10108) +* spring-task-3.2.xsd allows for SpEL expressions in initial-delay attribute (SPR-10102) +* JmsTemplate uses configured receiveTimeout if shorter than remaining transaction timeout (SPR-10109) +* added MappingJackson2MessageConverter for JMS (SPR-10099) + + Changes in version 3.2 GA (2012-12-13) --------------------------------------