[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.14,1.15
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-10-02 23:32:16
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12431/xdocs Modified Files: changes.xml Log Message: BCEL was leaking into the Clirr API via ClassFilter/ClassSelector Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- changes.xml 26 Sep 2005 18:32:57 -0000 1.14 +++ changes.xml 2 Oct 2005 09:26:21 -0000 1.15 @@ -7,6 +7,12 @@ </properties> <body> + <release version="0.7-dev" date="in CVS"> + <action dev="lkuehne" type="fix"> + BCEL was leaking into the Clirr API via our ClassFilter/ClassSelector. + </action> + </release> + <release version="0.6" date="2005-09-27"> <action dev="lkuehne" type="add"> Clirr now provides a SPI to represent the java code structure, the checks |