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 f1b9772  Prepare for next release.
f1b9772 is described below

commit f1b97727eac3086695c4f483b49efb1473daaf66
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 26 12:11:54 2019 -0400

    Prepare for next release.
---
 README.md                       |  4 +--
 RELEASE-NOTES.txt               | 57 +++++++++++++++++++++++++++++++++++++++++
 src/site/xdoc/download_bcel.xml | 26 +++++++++----------
 3 files changed, 72 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index cb12aff..2e7e6f9 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons BCEL
 [![Build 
Status](https://travis-ci.org/apache/commons-bcel.svg)](https://travis-ci.org/apache/commons-bcel)
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-bcel/badge.svg)](https://coveralls.io/r/apache/commons-bcel)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/)
-[![Javadocs](https://javadoc.io/badge/org.apache.bcel/bcel/6.4.0.svg)](https://javadoc.io/doc/org.apache.bcel/bcel/6.4.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.bcel/bcel/6.4.1.svg)](https://javadoc.io/doc/org.apache.bcel/bcel/6.4.1)
 
 Apache Commons Bytecode Engineering Library
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
-  <version>6.4.0</version>
+  <version>6.4.1</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c46205b..b80ec9b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,61 @@
               Apache Commons BCEL
+              Version 6.4.1
+              RELEASE NOTES
+
+
+INTRODUCTION:
+
+The Apache Commons BCEL team is pleased to announce the release of
+Apache Commons BCEL 6.4.1!
+
+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.
+
+Bug fix release.
+
+FIXED BUGS:
+===========
+
+o BCEL-328: java.util.EmptyStackException at 
org.apache.bcel.classfile.DescendingVisitor.visitModule 
(DescendingVisitor.java:592). Thanks to Gary Gregory, Mark Roberts.
+
+CHANGES:
+========
+
+o           Update build from Checkstyle Maven Plugin 3.0.0 to 3.1.0. Thanks 
to Gary Gregory.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-bcelchanges-report.html
+
+For complete information on Apache Commons BCEL, including instructions on how 
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons BCEL 
website:
+
+https://commons.apache.org/proper/commons-bcel
+
+Download it from 
https://commons.apache.org/proper/commons-bcel/download_bcel.cgi
+
+Have fun!
+-Apache Commons BCEL team
+
+Feedback
+--------
+
+Open source works best when you give feedback:
+
+    https://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.4.0
               RELEASE NOTES
 
diff --git a/src/site/xdoc/download_bcel.xml b/src/site/xdoc/download_bcel.xml
index aa191f3..dd81b05 100644
--- a/src/site/xdoc/download_bcel.xml
+++ b/src/site/xdoc/download_bcel.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons BCEL 6.4.0 (Java 8)">
+    <section name="Apache Commons BCEL 6.4.1 (Java 8)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/bcel/binaries/bcel-6.4.0-bin.tar.gz">bcel-6.4.0-bin.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.0-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.0-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/bcel/binaries/bcel-6.4.1-bin.tar.gz">bcel-6.4.1-bin.tar.gz</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.1-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.1-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/bcel/binaries/bcel-6.4.0-bin.zip">bcel-6.4.0-bin.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.0-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.0-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/bcel/binaries/bcel-6.4.1-bin.zip">bcel-6.4.1-bin.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.1-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/binaries/bcel-6.4.1-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/bcel/source/bcel-6.4.0-src.tar.gz">bcel-6.4.0-src.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.0-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/bcel/source/bcel-6.4.1-src.tar.gz">bcel-6.4.1-src.tar.gz</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.1-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.1-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/bcel/source/bcel-6.4.0-src.zip">bcel-6.4.0-src.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.0-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/bcel/source/bcel-6.4.1-src.zip">bcel-6.4.1-src.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.1-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/bcel/source/bcel-6.4.1-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to