You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/24 00:20:29 UTC

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

Author: simonetripodi
Date: Thu Jun 23 22:20:29 2011
New Revision: 1139093

URL: http://svn.apache.org/viewvc?rev=1139093&view=rev
Log:
added latest resolved issues

Modified:
    commons/proper/digester/trunk/RELEASE-NOTES.txt
    commons/proper/digester/trunk/src/changes/changes.xml

Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=1139093&r1=1139092&r2=1139093&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Thu Jun 23 22:20:29 2011
@@ -74,8 +74,12 @@ NEW FEATURES
 BUGS FROM PREVIOUS RELEASE
 ===========================
 
+ * [DIGESTER-103] xmlrules does not support NodeCreateRule
+
  * [DIGESTER-118] ObjectCreateRule shouldn't keep className as a field
 
+ * [DIGESTER-123] xmlrules dtd does not define xmlattrs for node-create-rule
+
  * [DIGESTER-134] Bug in SetPropertyRule
 
 IMPROVEMENTS OVER PREVIOUS RELEASE
@@ -83,6 +87,11 @@ IMPROVEMENTS OVER PREVIOUS RELEASE
 
  * [DIGESTER-131] Allow recursive match in ExtendedBaseRules
 
+ * [DIGESTER-132] Add a CompoundSubstitutor to support more than one Substitutors at a time
+
+ * [DIGESTER-137] Public/protected static fields which intended as constants,
+                  but which are not marked final
+
 DEPRECATIONS
 ============
 

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1139093&r1=1139092&r2=1139093&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Thu Jun 23 22:20:29 2011
@@ -23,15 +23,27 @@
   </properties>
   <body>
   <release version="3.0" date="TBD" description="New major release.">
+    <action dev="simonetripodi" type="fix" issue="DIGESTER-103">
+      xmlrules does not support NodeCreateRule
+    </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-118">
       ObjectCreateRule shouldn't keep className as a field.
     </action>
+    <action dev="simonetripodi" type="fix" issue="DIGESTER-123">
+      xmlrules dtd does not define xmlattrs for node-create-rule
+    </action>
     <action dev="simonetripodi" type="add" issue="DIGESTER-131">
       Allow recursive match in ExtendedBaseRules.
     </action>
+    <action dev="simonetripodi" type="add" issue="DIGESTER-132">
+      Add a CompoundSubstitutor to support more than one Substitutors at a time.
+    </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-134">
       Bug in SetPropertyRule.
     </action>
+    <action dev="simonetripodi" type="update" issue="DIGESTER-137">
+      Public/protected static fields which intended as constants, but which are not marked final.
+    </action>
   </release>
   </body>
 </document>