Explorar el Código

More robust parser to tolerate evil unified diff

Matthew Wang hace 8 años
commit
2a5accf2dc
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4
    0
      CHANGES.rst
  2. 1
    1
      cdiff.py

+ 4
- 0
CHANGES.rst Ver fichero

2
 Change log
2
 Change log
3
 ==========
3
 ==========
4
 
4
 
5
+Version 0.9.8 (2016-01-16)
6
+
7
+  - More robust parser to tolerate evil unified diff
8
+
5
 Version 0.9.7 (2015-04-24)
9
 Version 0.9.7 (2015-04-24)
6
 
10
 
7
   - Fix unexpected side-by-side output for diff of diff
11
   - Fix unexpected side-by-side output for diff of diff

+ 1
- 1
cdiff.py Ver fichero

8
 """
8
 """
9
 
9
 
10
 META_INFO = {
10
 META_INFO = {
11
-    'version'     : '0.9.7',
11
+    'version'     : '0.9.8',
12
     'license'     : 'BSD-3',
12
     'license'     : 'BSD-3',
13
     'author'      : 'Matthew Wang',
13
     'author'      : 'Matthew Wang',
14
     'email'       : 'mattwyl(@)gmail(.)com',
14
     'email'       : 'mattwyl(@)gmail(.)com',