Changelog for
diffstat-1.58-1.1.x86_64.rpm :
Wed Oct 30 13:00:00 2013 pgajdosAATTsuse.com
- updated to 1.58:
+ add COPYING file (request by Dagobert Michelsen).
+ improved portability for cross-compiling, by supplying missing
getopt function as well as improving checks for popen/pclose
prototypes.
Tue Apr 16 14:00:00 2013 pascal.bleserAATTopensuse.org
- updated to 1.57:
* improve treatment of binary files in ambiguous message introduced in
diffutils 2.8.4, and finally corrected in 3.0
* use mkdtemp instead of the insecure mktemp
Wed Feb 13 13:00:00 2013 pgajdosAATTsuse.com
- updated to 1.56:
+ add -K option which attempts to improve the annotation of \"only\"
files by looking for a match in the resulting set of files and
inferring whether the file was added or removed (request by Marc
Haber).
+ add check of command-line options for valid numbers.
+ improve merging of patches for the same filename (report/testcase by
Paul E McKenney).
+ document -d option in manpage.
+ document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat
[#852770])
+ modify configure script as done for byacc in 2012/10/03, making the
2.52-patches the prerequisite and adding support for --datarootdir
option.
+ update config.guess, config.sub
+ add logic to handle SVN diffs when the pathnames contain spaces
(patch by Stuart Prescott, Debian #675475).
+ fix typo in package/debian/control
Wed Jan 4 13:00:00 2012 pgajdosAATTsuse.com
- updated to 1.55:
* fixed [bnc#739210] -- on commercial license found in diffstat
1.54 (test files)
* add -R option, like patch\'s, to reverse the order of the
comparison.
- switch on make check
Tue Dec 20 13:00:00 2011 cooloAATTsuse.com
- remove call to suse_update_config (very old work around)
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
Tue Oct 12 14:00:00 2010 pgajdosAATTnovell.com
- updated to 1.54
+ correct counts used for new files when -S/-D options are used.
+ minor typography improvement to manpage (patch by Solaris Designer)
+ remove the temporary directory on error, introduced in 1.48+ (patch
by Solaris Designer).
Tue Aug 24 14:00:00 2010 pgajdosAATTsuse.cz
- updated to 1.53 (see CHANGES)
Tue Dec 8 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building
Tue Nov 24 13:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.51 (see CHANGES)
Thu Aug 13 14:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.48:
* add decompression tests for lzma and pack file types.
* check for zcat and uncompress in preference to \"compress -dc\".
* modify to check the first few bytes of standard input, and use a
corresponding decompression utility if the stream appears to be
compressed. This requires making a temporary copy of the data
* add -N option, to truncate filenames.
* use getc_unlocked() rather than fgetc_unlocked()
* modify to recognize Perforce-style diffs (patch by Ed Schouten).
Mon Mar 30 14:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.47 version:
* Modified to work with patch \".rej\" files.