aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2017-11-30 21:01:51 +0000
committerGary D. Gregory <ggregory@apache.org>2017-11-30 21:01:51 +0000
commitde2ee67d83b90fc674967cd2f1e7c303f03c0d1a (patch)
treefac83e2d6aca7fa403bb9417820c436c1adee8dc
parent5936acf06c230ae62d99ff7ee73d0f8bc881c7cf (diff)
downloadapache-commons-bcel-de2ee67d83b90fc674967cd2f1e7c303f03c0d1a.tar.gz
Prepare for 6.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816760 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--RELEASE-NOTES.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 25301ddf..cb0f3fbf 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,51 @@
Apache Commons BCEL
+ Version 6.2
+ RELEASE NOTES
+
+
+INTRODUCTION:
+
+The Apache Commons BCEL team is pleased to announce the release of
+Apache Commons BCEL 6.2!
+
+The Byte Code Engineering Library (BCEL) is intended to give users a convenient
+way to analyze, create, and manipulate compiled .class files. Classes are
+represented by objects containing all the symbolic information of the given
+class: methods, fields and byte code instructions.
+
+Experimental Java 9 Support
+
+FIXED BUGS:
+===========
+
+o BCEL-294: Incorrect comment in StackMap.java Thanks to Mark Roberts.
+o BCEL-296: Incorrect comment in several classes. Thanks to Mark Roberts.
+o BCEL-295: Fix local variable live range length; add test case. Thanks to Mark Roberts.
+o BCEL-300: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19.
+o BCEL-301: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 20.
+
+
+Have fun!
+-Apache Commons BCEL team
+
+Feedback
+--------
+
+Open source works best when you give feedback:
+
+ http://commons.apache.org/bcel
+
+Please direct all bug reports to JIRA:
+
+ https://issues.apache.org/jira/browse/BCEL
+
+Or subscribe to the commons-user mailing list
+
+The Apache Commons Team
+
+-----------------------------------------------------------------------------
+
+ Apache Commons BCEL
Version 6.1
RELEASE NOTES
@@ -85,6 +132,7 @@ o BCEL-277: Resolving the String representation of a constant throws
Have fun!
-Apache Commons BCEL team
+-----------------------------------------------------------------------------
Release Notes for 6.0