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 5a9aa36 Prepare for release 6.5.0.
5a9aa36 is described below
commit 5a9aa36e9af235d0a8edc48f0a8832248469785c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 17:31:57 2020 -0400
Prepare for release 6.5.0.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86d2dec..0d020a8 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.5.0" date="2020-MM-DD" description="Minor feature and
bug fix release.">
+ <release version="6.5.0" date="2020-06-05" description="Minor feature and
bug fix release.">
<action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark
Roberts">Remove unnecessary references to Constants.</action>
<action issue="BCEL-329" type="fix" dev="ggregory" due-to="Gary Gregory,
Mark Roberts">MethodGen duplicates some attributes.</action>
<action issue="BCEL-336" type="update" dev="ggregory" due-to="Tomo
Suzuki, Gary Gregory">MethodGen throws NullPointerException upon Invalid Class
File Missing Constructor Body.</action>