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 567d2b8 Update release description.
567d2b8 is described below
commit 567d2b8fb61bcb90b0b2bc73f4c3fa52329488af
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 17:16:25 2020 -0400
Update release description.
---
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 aa41c5e..86d2dec 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="2019-MM-DD" description="Bug fix release.">
+ <release version="6.5.0" date="2020-MM-DD" 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>