Author: mbenson
Date: Wed Oct 12 16:08:05 2016
New Revision: 1764485
URL: http://svn.apache.org/viewvc?rev=1764485&view=rev
Log:
1.3 release notes
Modified:
commons/proper/weaver/trunk/RELEASE-NOTES.txt
commons/proper/weaver/trunk/src/changes/changes.xml
Modified: commons/proper/weaver/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/RELEASE-NOTES.txt?rev=1764485&r1=1764484&r2=1764485&view=diff
==============================================================================
--- commons/proper/weaver/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/weaver/trunk/RELEASE-NOTES.txt Wed Oct 12 16:08:05 2016
@@ -1,7 +1,7 @@
- Apache Commons Weaver 1.2
+ Apache Commons Weaver 1.3-SNAPSHOT
RELEASE NOTES
-The Apache Commons team is pleased to announce the release of Apache Commons
Weaver 1.2
+The Apache Commons team is pleased to announce the release of Apache Commons
Weaver 1.3-SNAPSHOT
Apache Commons Weaver provides an easy way to enhance compiled Java
classes by generating ("weaving") bytecode into those classes.
@@ -11,14 +11,15 @@ Requires Java 6 or greater.
Changes in this version include:
New features:
-o WEAVER-8: Add a dependency mechanism for ordering Weavers, Cleaners
amongst themselves
+o WEAVER-12: Provide a mechanism for working with all classfiles found in
the weave environment
Fixed Bugs:
-o WEAVER-5: Incomplete sorting code causes infinite loop
+o WEAVER-11: bytecode generated with java 7 or 8 is different and can break
on earlier versions
+o WEAVER-15: m2e build encounters missing class
Changes:
-o WEAVER-6: Convert example modules into proper integration tests
-o WEAVER-7: Support Weaver classloader in addition to context ClassLoader
+o WEAVER-13: Make Ant tasks' system classpath inclusion optional
+o WEAVER-14: upgrade modules to asm 5.1
Historical list of changes:
http://commons.apache.org/proper/commons-weaver/changes-report.html
Modified: commons/proper/weaver/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/changes/changes.xml?rev=1764485&r1=1764484&r2=1764485&view=diff
==============================================================================
--- commons/proper/weaver/trunk/src/changes/changes.xml (original)
+++ commons/proper/weaver/trunk/src/changes/changes.xml Wed Oct 12 16:08:05 2016
@@ -23,6 +23,13 @@
<author email="[email protected]">Matt Benson</author>
</properties>
<body>
+ <release version="1.3" date="2016-10-16" description="Requires Java 6 or
greater.">
+ <action issue="WEAVER-11" type="fix">bytecode generated with java 7 or 8
is different and can break on earlier versions</action>
+ <action issue="WEAVER-12" type="add">Provide a mechanism for working
with all classfiles found in the weave environment</action>
+ <action issue="WEAVER-13" type="update">Make Ant tasks' system classpath
inclusion optional</action>
+ <action issue="WEAVER-14" type="update">upgrade modules to asm
5.1</action>
+ <action issue="WEAVER-15" type="fix">m2e build encounters missing
class</action>
+ </release>
<release version="1.2" date="2016-02-02" description="Requires Java 6 or
greater.">
<action issue="WEAVER-5" type="fix">Incomplete sorting code causes
infinite loop</action>
<action issue="WEAVER-6" type="update">Convert example modules into
proper integration tests</action>