[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.21,1.22
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2008-08-17 11:13:12
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29671/core/xdocs Modified Files: changes.xml Log Message: Dropped support for JDK 1.3. The API now uses chained exceptions. Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 10 Sep 2007 19:42:25 -0000 1.21 +++ changes.xml 17 Aug 2008 11:13:08 -0000 1.22 @@ -9,6 +9,10 @@ <release version="0.7-dev" 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="add"> <!-- Patch #1791134 --> Added french message translations, contributed by Luc Maisonobe. </action> |