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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 8 15:58:27 CEST 2010


Author: nicolas
Date: Thu Jul  8 15:58:27 2010
New Revision: 36986

URL: http://svn.erp5.org?rev=36986&view=rev
Log:
Prepare next release od erp5diff with 2 Bug fix

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=36986&r1=36985&r2=36986&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5diff/CHANGES.txt [utf8] Thu Jul  8 15:58:27 2010
@@ -1,3 +1,11 @@
+version 0.8.1 Nicolas Delaby
+==========================
+Bug Fix
+--------
+* Some nodes stay orphans if they are replaced by another one and followed
+by a modification (test 30)
+* Exclude comments or processing instruction as sibling node
+
 version 0.8 Nicolas Delaby
 ==========================
 Features

Modified: erp5/trunk/utils/erp5diff/ERP5Diff.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/ERP5Diff.py?rev=36986&r1=36985&r2=36986&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] (original)
+++ erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] Thu Jul  8 15:58:27 2010
@@ -68,7 +68,7 @@ class ERP5Diff:
   # Declarative interfaces
   zope.interface.implements(IERP5Diff,)
 
-  __version__ = 0.8
+  __version__ = '0.8.1'
 
   def __init__(self):
     """




More information about the Erp5-report mailing list