You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/20 18:47:20 UTC

[commons-bcel] branch master updated: Prepare for 6.4.0 RC2.

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


The following commit(s) were added to refs/heads/master by this push:
     new 26b5a6b  Prepare for 6.4.0 RC2.
26b5a6b is described below

commit 26b5a6bb6936fbc597df5d438028601fadf44d9d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 20 14:47:16 2019 -0400

    Prepare for 6.4.0 RC2.
---
 RELEASE-NOTES.txt            | 2 +-
 src/changes/changes.xml      | 2 +-
 src/changes/release-notes.vm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index bfa2636..c46205b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -50,7 +50,7 @@ patches, or suggestions for improvement, see the Apache Apache Commons BCEL webs
 
 https://commons.apache.org/proper/commons-bcel
 
-Download it from https://commons.apache.org/proper/commons-bcel/download_text.cgi
+Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi
 
 Have fun!
 -Apache Commons BCEL team
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2d48bda..895ab3b 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-09" description="Feature and bug fix release.">
+    <release version="6.4.0" date="2019-09-20" 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>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 5bd501d..d0d6abc 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -136,7 +136,7 @@ patches, or suggestions for improvement, see the Apache ${project.name} website:
 
 ${project.url}
 
-Download it from ${project.url}/download_text.cgi
+Download it from ${project.url}/download_bcel.cgi
 
 Have fun!
 -Apache Commons BCEL team