aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2015-02-04 21:53:42 +0000
committerEmmanuel Bourg <ebourg@apache.org>2015-02-04 21:53:42 +0000
commitd2883e2ade18d07cb76b0bf99d1b9a0aa66afdb2 (patch)
tree6b93c00fed694b53986ff9bccea437f68f6fe330 /RELEASE-NOTES.txt
parentb49c7c0f23436b936c98f5a27ac188a64fd7ab12 (diff)
downloadplatform_external_apache-commons-bcel-d2883e2ade18d07cb76b0bf99d1b9a0aa66afdb2.tar.gz
platform_external_apache-commons-bcel-d2883e2ade18d07cb76b0bf99d1b9a0aa66afdb2.tar.bz2
platform_external_apache-commons-bcel-d2883e2ade18d07cb76b0bf99d1b9a0aa66afdb2.zip
Removed the 'index' variable from the LocalVariableGen's hash code, thanks to Mark Roberts (BCEL-194)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1657412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3fc026a0..254430e4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -96,6 +96,7 @@ Bug fixes from 5.2
[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
+[BCEL-194] LocalVariableGen hashCode() function is incorrrect
Feedback