From: Lars Küh. <lk...@us...> - 2008-08-20 05:37:33
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29696/core/xdocs Modified Files: changes.xml Log Message: fixed test failures in non-english locales, reported as part of bug #2019625 Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 17 Aug 2008 11:13:08 -0000 1.22 +++ changes.xml 20 Aug 2008 05:37:30 -0000 1.23 @@ -7,11 +7,14 @@ </properties> <body> - <release version="0.7-dev" date="in CVS"> + <release version="0.7-SNAPSHOT" date="in CVS"> <action dev="lkuehne" type="add"> Dropped support for JDK 1.3. The API now uses chained exceptions, consequently the ExceptionUtil class has been removed. </action> + <action dev="lkuehne" type="fix"> + Fixed an i18n problem that prevented the tests to run in non-english locales. + </action> <action dev="lkuehne" type="add"> <!-- Patch #1791134 --> Added french message translations, contributed by Luc Maisonobe. |