Looks like the fix for the encoding was successful. [I was looking for somewhere to apply a dummy change to test the UTF8 fix when I found the duplicate ...]
On 24 June 2016 at 11:42, <[email protected]> wrote: > Author: sebb > Date: Fri Jun 24 10:42:46 2016 > New Revision: 1750073 > > URL: http://svn.apache.org/viewvc?rev=1750073&view=rev > Log: > Drop duplicate entry for BCEL-184 > > Modified: > commons/proper/bcel/trunk/RELEASE-NOTES.txt > commons/proper/bcel/trunk/src/changes/changes.xml > > Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt > URL: > http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1750073&r1=1750072&r2=1750073&view=diff > ============================================================================== > --- commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] (original) > +++ commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] Fri Jun 24 10:42:46 > 2016 > @@ -97,8 +97,6 @@ o BCEL-187: Verification error when an i > o BCEL-218: Remove ObjectType cache. Thanks to chas. > o BCEL-184: The verifier now checks if methods with a void return type > attempt > to return an object. Thanks to Jérôme Leroux. > -o BCEL-184: The verifier now checks if methods with a void return type > attempt > - to return an object. Thanks to Jérôme Leroux. > o BCEL-207: MethodGen.removeLocalVariable now properly unreference the > removed > variable from the targetters of the instruction handlers > delimiting > the scope of the variable. Thanks to Mark Roberts. > > Modified: commons/proper/bcel/trunk/src/changes/changes.xml > URL: > http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1750073&r1=1750072&r2=1750073&view=diff > ============================================================================== > --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original) > +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Jun 24 > 10:42:46 2016 > @@ -167,10 +167,6 @@ For full information about API changes p > The verifier now checks if methods with a void return type attempt > to return an object. > </action> > - <action issue="BCEL-184" type="fix" due-to="Jérôme Leroux"> > - The verifier now checks if methods with a void return type attempt > - to return an object. > - </action> > <action issue="BCEL-207" type="fix" due-to="Mark Roberts"> > MethodGen.removeLocalVariable now properly unreference the removed > variable from the targetters of the instruction handlers delimiting > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
