[Clirr-devel] CVS: clirr/xdocs changes.xml,1.7,1.8
Status: Alpha
Brought to you by:
lkuehne
From: Lars K?h. <lk...@us...> - 2004-05-27 16:11:07
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30533/xdocs Modified Files: changes.xml Log Message: XML formatter did not write method and field attributes correctly. Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 23 May 2004 15:10:25 -0000 1.7 +++ changes.xml 27 May 2004 16:10:48 -0000 1.8 @@ -7,6 +7,13 @@ </properties> <body> + <release version="0.4-SNAPSHOT" date="in CVS"> + <action dev="lkuehne" type="fix"> + XML formatter did not write method and field attributes + correctly. + </action> + </release> + <release version="0.3" date="2004-05-23"> <action dev="lkuehne" due-to="Stephen Colebourne" type="fix"> Fixed a copy + paste error in field modifier comparison logic |