diffstat/diffstat.changes
2011-12-22 15:16:28 +00:00

142 lines
5.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Dec 20 20:15:42 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Tue Oct 12 07:10:26 UTC 2010 - pgajdos@novell.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 12:24:10 CEST 2010 - pgajdos@suse.cz
- updated to 1.53 (see CHANGES)
-------------------------------------------------------------------
Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz
- updated to 1.51 (see CHANGES)
-------------------------------------------------------------------
Thu Aug 13 16:42:39 CEST 2009 - pgajdos@suse.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 11:29:12 CEST 2009 - pgajdos@suse.cz
- updated to 1.47 version:
* Modified to work with patch ".rej" files.
-------------------------------------------------------------------
Thu Sep 11 13:44:33 CEST 2008 - pgajdos@suse.cz
- update to 1.46 version:
* add "-S", "-D" and "-m" options to provide a way to show the amount
of difference relative to the total sizes of the files.
* add "-q" option (patch by Greg Norris).
-------------------------------------------------------------------
Tue Dec 11 20:16:15 CET 2007 - pgajdos@suse.cz
- update to 1.45
* add "-b" option (Debian #379380, patch by
Greg Norris).
* add a check for default-diff output, e.g., "diff foo
bar|diffstat", which has no "diff" command in the
output for diffstat to guess that a diff is beginning.
* add a check after completing a chunk for unified diff
to ensure that the next line either begins another chunk
for the diff, or starts another diff, e.g., a context
diff (report by Adrian Bunk).
* add configure options for leak-checking valgrind, etc.
* use install-sh rather than install.sh
* updated config.guess and config.sub
* updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
CF_MSG_LOG CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
-------------------------------------------------------------------
Thu Jul 27 15:33:59 CEST 2006 - mjancar@suse.cz
- update to 1.43
* fix to avoid modifying data which is being used by tsearch() for
ordering the binary tree (report by Adrian Bunk).
* do not ignore pathnames in /tmp/, since some tools create usable
pathnames for both old/new files there (Debian #376086).
* correct ifdef for fgetc_unlocked().
* updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and
CF_XOPEN_SOURCE
* add configure check for compress, gzip and bzip2 programs that may be
used to decompress files.
-------------------------------------------------------------------
Wed Jan 25 21:35:30 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 12 17:29:49 CET 2006 - mjancar@suse.cz
- update to 1.41
-------------------------------------------------------------------
Mon Aug 1 17:28:22 CEST 2005 - mjancar@suse.cz
- update to 1.39
-------------------------------------------------------------------
Thu Feb 24 16:35:51 CET 2005 - mjancar@suse.cz
- update to 1.38
-------------------------------------------------------------------
Fri Feb 27 09:12:27 CET 2004 - mjancar@suse.cz
- update to 1.34
-------------------------------------------------------------------
Thu Jul 24 16:25:14 CEST 2003 - mjancar@suse.cz
- update to 1.33
-------------------------------------------------------------------
Fri Nov 23 15:29:09 CET 2001 - cihlar@suse.cz
- update to version 1.29
* add bzip2 (.bz2) suffix
* add check for diff from RCS archive where the
"diff" lines do not reference a filename
- added Url:
-------------------------------------------------------------------
Thu Oct 19 10:32:40 CEST 2000 - cihlar@suse.cz
- package created