[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.16,1.17
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2007-04-15 05:10:49
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28526/xdocs Modified Files: changes.xml Log Message: fixed bug 1700298, Classpath parsing was broken with multiple classpath entries in CLI Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 16 Mar 2006 22:30:19 -0000 1.16 +++ changes.xml 15 Apr 2007 05:10:42 -0000 1.17 @@ -9,6 +9,10 @@ <release version="0.7-dev" date="in CVS"> <action dev="lkuehne" type="fix"> + <!-- Bug #1700298--> + CLI: Classpath parsing was broken with multiple classpath entries. + </action> + <action dev="lkuehne" type="fix"> BCEL was leaking into the Clirr API via our ClassFilter/ClassSelector. </action> <action dev="lkuehne" type="fix"> |