Author: ebourg Date: Wed Dec 17 14:10:42 2014 New Revision: 1646248 URL: http://svn.apache.org/r1646248 Log: Mention BCEL-181 in the release notes
Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1646248&r1=1646247&r2=1646248&view=diff ============================================================================== --- commons/proper/bcel/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/bcel/trunk/RELEASE-NOTES.txt Wed Dec 17 14:10:42 2014 @@ -95,6 +95,8 @@ Bug fixes from 5.2 [BCEL-173] ClassParser fails to parse JDK classes in Java 8: ClassFormatException: Invalid byte tag in constant pool [BCEL-174] Verification of interfaces with default methods fails with Java 8 [BCEL-177] MethodParameters should read 1 byte not two for parameter count +[BCEL-181] ClassLoaderRepository.loadClass(String) leaks input streams + Feedback --------