[Erp5-report] r35581 nicolas - in /erp5/trunk/utils/erp5diff: CHANGES.txt ERP5Diff.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 24 17:56:40 CEST 2010


Author: nicolas
Date: Mon May 24 17:56:39 2010
New Revision: 35581

URL: http://svn.erp5.org?rev=35581&view=rev
Log:
Publish new release of erp5diff, version 0.8

Modified:
    erp5/trunk/utils/erp5diff/CHANGES.txt
    erp5/trunk/utils/erp5diff/ERP5Diff.py

Modified: erp5/trunk/utils/erp5diff/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/CHANGES.txt?rev=35581&r1=35580&r2=35581&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5diff/CHANGES.txt [utf8] Mon May 24 17:56:39 2010
@@ -1,3 +1,19 @@
+version 0.8 Nicolas Delaby
+==========================
+Features
+--------
+* Include 'gid' in attributes allowed to build an xpath expression
+  with a unique identifier.
+* Use better algorithm to compare two xml nodes (faster).
+
+Bug Fix
+-------
+* In node comparaison discard text nodes with only withe-spaces.
+* Fix relative calculation of position for xupdate:insert-before nodes
+* Add namespace declaration on xupdate nodes which are using
+  prefix in builded xpath expression.
+
+
 version 0.7 Nicolas Delaby
 ==========================
 Bug fix

Modified: erp5/trunk/utils/erp5diff/ERP5Diff.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/ERP5Diff.py?rev=35581&r1=35580&r2=35581&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] (original)
+++ erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] Mon May 24 17:56:39 2010
@@ -68,7 +68,7 @@
   # Declarative interfaces
   zope.interface.implements(IERP5Diff,)
 
-  __version__ = 0.7
+  __version__ = 0.8
 
   def __init__(self):
     """




More information about the Erp5-report mailing list