From 7e3fb3a8df031032a11045cf33dee8a7d45f6c98 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3437 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 f595797e04d..6f4bb2006fb 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 a7c95a2d9db..82bbacb38cc 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