This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 1f9b738c4d4e78acc15e8e2ab98a1f3e669e66cd Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 9 09:03:06 2019 -0400 Preparing for 6.4.0 RC2. --- RELEASE-NOTES.txt | 1 + src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fbcdf00..bfa2636 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -72,6 +72,7 @@ The Apache Commons Team ----------------------------------------------------------------------------- + Apache Commons BCEL Version 6.3.1 RELEASE NOTES diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d6b9b98..2d48bda 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="6.4.0" date="2019-09-08" description="Feature and bug fix release."> + <release version="6.4.0" date="2019-09-09" description="Feature and bug fix release."> <action issue="BCEL-316" type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.bcel.classfile.Attribute class and subclasses should NOT log to the console by default.</action> <action issue="BCEL-278" type="fix" dev="ggregory" due-to="Valery Barysoky">InvokeInstruction.toString(final ConstantPool cp) throws NoSuchElementException #11.</action> <action issue="BCEL-318" type="add" dev="ggregory" due-to="Gary Gregory">Add method org.apache.bcel.classfile.ConstantUtf8.clearCache().</action>