|
From: Juergen H. <jho...@us...> - 2008-10-23 17:28:37
|
Update of /cvsroot/springframework/spring In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30786 Modified Files: Tag: mbranch-2-0 changelog.txt readme.txt Log Message: prepared for 2.0.9 release Index: changelog.txt =================================================================== RCS file: /cvsroot/springframework/spring/changelog.txt,v retrieving revision 1.558.2.66 retrieving revision 1.558.2.67 diff -C2 -d -r1.558.2.66 -r1.558.2.67 *** changelog.txt 16 Oct 2008 19:31:48 -0000 1.558.2.66 --- changelog.txt 23 Oct 2008 17:28:26 -0000 1.558.2.67 *************** *** 4,8 **** ! Changes in version 2.0.9 (2008-10-27) ------------------------------------- --- 4,8 ---- ! Changes in version 2.0.9 (2008-10-24) ------------------------------------- *************** *** 88,91 **** --- 88,93 ---- Package org.springframework.util + * fixed "StringUtils.delete" to prevent an eternal loop in case of the pattern being empty + * "StringUtils.cleanPath" preserves leading slash if given in original path * NumberUtils avoids overflow when converting from BigDecimal to BigInteger * removed Commons Log usage from SystemPropertyUtils, ClassUtils, FileCopyUtils (avoiding early Log4J initialization) *************** *** 95,98 **** --- 97,101 ---- * ServletRequestAttributes keeps hold onto the original session if a "request.getSession" call suddenly returns null * OncePerRequestFilter cleans up its marker attribute at the end of each outer request (for Portlet compatibility) + * exposed "getParamName()" method on LocaleChangeInterceptor and ThemeChangeInterceptor * AbstractTemplateView catches "HttpServletResponse.getContentType()" exceptions (for JBoss Portal compatibility) * revised XsltView to specify full resource URI as StreamSource system id, for properly resolving relative paths Index: readme.txt =================================================================== RCS file: /cvsroot/springframework/spring/readme.txt,v retrieving revision 1.122.2.12 retrieving revision 1.122.2.13 diff -C2 -d -r1.122.2.12 -r1.122.2.13 *** readme.txt 29 May 2008 21:20:45 -0000 1.122.2.12 --- readme.txt 23 Oct 2008 17:28:26 -0000 1.122.2.13 *************** *** 1,4 **** ! THE SPRING FRAMEWORK, release 2.0.9 (May 2008) ! ---------------------------------------------- http://www.springframework.org --- 1,4 ---- ! THE SPRING FRAMEWORK, release 2.0.9 (October 2008) ! -------------------------------------------------- http://www.springframework.org |