1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Patchutils news
---------------
0.2.11 (stable)
Filterdiff, lsdiff and grepdiff now understand context diff format,
and several rediff bugs were fixed.
0.2.10 (stable)
The last of the known interdiff bugs are now fixed.
0.2.9 (stable)
A small bug concerning new files in 'cvs diff' output was fixed.
0.2.8 (stable)
Interdiff and filterdiff were fixed to handle filenames with
spaces in them. A new tool, grepdiff, was added.
0.2.7 (stable)
A new option for showing added and removed files was added to
lsdiff, and some portability fixes were made.
0.2.6 (stable)
A bug concerning zero-context patches was fixed, and the man
pages are now automatically generated from DocBook XML.
0.2.5 (stable)
Some silly bugs in lsdiff and combinediff were fixed.
0.2.4 (stable)
Support for patches created using interdiff and combinediff.
0.2.3 (stable)
Small enhancements for rediff and two new tools (lsdiff and
splitdiff) were added.
0.2.2 (stable)
A new tool called combinediff has been added, and the test
suite has been enhanced.
0.2.1 (stable)
Substantial speed improvements for interdiff and a new tool
(rediff) for correcting hand-edited patches were added.
0.2.0 (stable)
There is now an option for ignoring whitespace in interdiff.
0.1.5 (devel)
A tiny perl script for fixing cvs diff results and minor
clean-ups added.
0.1.4 (devel)
Some code cleanups.
0.1.3 (devel)
Support for decompressing patches (by popular demand).
0.1.2 (devel)
Minor build fixes.
0.1.1 (devel)
Interdiff and extractdiff have been merged into patchutils,
which now uses autoconf.
0.1.0 (devel)
There are new commandline options for controlling the amount
of context displayed.
Interdiff news
--------------
0.0.10 (stable)
A corner case and a silly bug have been fixed.
0.0.9 (stable)
Handling of non-seekable streams.
0.0.8 (stable)
Some parameter parsing bugs have been fixed. Leading './'
pathname components are ignored for filename comparison.
0.0.7 (stable)
A new -p option, similar to patch(1), and numerous bugfixes.
0.0.5 (stable)
Support for patches created using gendiff.
0.0.4 (stable)
Another corner case has been fixed, and some test cases added.
|