From 610812949f4632caf8027aa7680cc847c561cc1c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 20 Oct 2010 05:48:25 +0000 Subject: [PATCH] prepared for 3.0.5 release --- build-spring-framework/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index a3469a102f..6930046f54 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.0.5 (2010-10-18) +Changes in version 3.0.5 (2010-10-20) ------------------------------------- * support for Hibernate 3.6 final @@ -47,6 +47,7 @@ Changes in version 3.0.5 (2010-10-18) * fixed @MVC processing of parameter-level annotations to work with interface-based proxies again * revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService * fixed EvalTag's EvaluationContext caching to properly handle JSP tag caching across requests +* AbstractJasperReportsView only sets locale model attributes if not present already * DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException * DispatcherPortlet copies all action parameters to render parameters in case of an action exception * DispatcherPortlet's default resource serving explicitly prevents access to WEB-INF and META-INF