From 20ea69e06bf73a3e812743e9fe0247cbd3e3abbf Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 20 Jun 2010 19:38:29 +0000 Subject: [PATCH] prepared for 3.0.4 release --- build-spring-framework/resources/changelog.txt | 11 +++++++++++ build-spring-framework/resources/readme.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index f595797e04..6f4bb2006f 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,17 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.0.4 (2010-07-15) +------------------------------------- + +* OSGi manifest version range accepts EHCache 2.x as well +* Jaxb2Marshaller's "marshallerProperties" Map accepts any value type +* DispatcherServlet applies view name translation to error views as well +* @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter +* @CookieValue returns decoded cookie value in a Servlet environment (analogous to @RequestParam) +* mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well + + Changes in version 3.0.3 (2010-06-15) ------------------------------------- diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index a7c95a2d9d..82bbacb38c 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING FRAMEWORK 3.0.3 (June 2010) +SPRING FRAMEWORK 3.0.4 (July 2010) ---------------------------------- http://www.springframework.org