You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/16 22:27:01 UTC

svn commit: r1720458 - in /commons/proper/weaver/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: mbenson
Date: Wed Dec 16 21:27:00 2015
New Revision: 1720458

URL: http://svn.apache.org/viewvc?rev=1720458&view=rev
Log:
changes; 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=1720458&r1=1720457&r2=1720458&view=diff
==============================================================================
--- commons/proper/weaver/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/weaver/trunk/RELEASE-NOTES.txt Wed Dec 16 21:27:00 2015
@@ -1,7 +1,7 @@
-              Apache Commons Weaver 1.1
+              Apache Commons Weaver 1.2
                   RELEASE NOTES
 
-The Apache Commons team is pleased to announce the release of Apache Commons Weaver 1.1
+The Apache Commons team is pleased to announce the release of Apache Commons Weaver 1.2
 
 Apache Commons Weaver provides an easy way to enhance compiled Java
 classes by generating ("weaving") bytecode into those classes.
@@ -11,14 +11,14 @@ Requires Java 6 or greater.
 Changes in this version include:
 
 New features:
-o WEAVER-1:    Enhance [weaver] documentation Thanks to Bruno P. Kinoshita.
+o WEAVER-8:    Add a dependency mechanism for ordering Weavers, Cleaners amongst themselves
 
 Fixed Bugs:
-o WEAVER-4:    Enable test on Oracle JVMs only
+o WEAVER-5:    Incomplete sorting code causes infinite loop
 
 Changes:
-o WEAVER-2:    Upgrade to ASM 5
-o WEAVER-3:    Upgrade to latest xbean-finder (3.18)
+o WEAVER-6:    Convert example modules into proper integration tests
+o WEAVER-7:    Support Weaver classloader in addition to context ClassLoader
 
 
 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=1720458&r1=1720457&r2=1720458&view=diff
==============================================================================
--- commons/proper/weaver/trunk/src/changes/changes.xml (original)
+++ commons/proper/weaver/trunk/src/changes/changes.xml Wed Dec 16 21:27:00 2015
@@ -23,6 +23,12 @@
     <author email="mbenson@apache.org">Matt Benson</author>
   </properties>
   <body>
+    <release version="1.2" date="2015-12-30" 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>
+      <action issue="WEAVER-7" type="update">Support Weaver classloader in addition to context ClassLoader</action>
+      <action issue="WEAVER-8" type="add">Add a dependency mechanism for ordering Weavers, Cleaners amongst themselves</action>
+    </release>
     <release version="1.1" date="2014-09-30" description="Requires Java 6 or greater.">
       <action due-to="Bruno P. Kinoshita" issue="WEAVER-1" type="add">Enhance [weaver] documentation</action>
       <action issue="WEAVER-2" type="update">Upgrade to ASM 5</action>