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