Package Release Info

diffstat-1.66-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

diffstat

Change Logs

* Sun Feb 11 2024 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.66:
  + improve handling of git diff's
  + update install-sh
  + improve configure script checks, reducing compiler warnings
* Wed Dec 07 2022 Dirk Müller <dmueller@suse.com>
- update to 1.65:
  + correct case where there is no unified-context.
  + trim trailing '/' from pathnames, e.g., to handle
    "diff -ru FOO/ BAR/ | diffstat -K"
* Sun Jan 24 2021 Dirk Müller <dmueller@suse.com>
- update to 1.64:
  + recognize binary files mentioned in "git diff --binary", and
  "git log -p --binary" formatted files (report by Faheem Mitha).
* Thu Dec 19 2019 pgajdos@suse.com
- version update to 1.63
  + eliminate fixed buffer when decoding range.
  + use locale in computing filename column-width.
  + improve parsing for git diffs.
  + use terminal-width as default for -w to tty.
  + minor fix in do_merging (Miloslaw Smyk).
  + improve relative-pathname matching in count_lines()
  + add a parsing-case for svn diff.
  + quote filenames in -t/-T output.
  + fix cppcheck warnings about sscanf.
  + update configure macros
  + update config.guess, config.sub
* Mon Dec 31 2018 Petr Gajdos <pgajdos@suse.com>
- Update to 1.62
  + improve checks for unmodified files when -S and -D options are
    given.
  + improve test-packages, to check warning-options.
  + minor fixes for manpage (Debian #895963)
  + minor fixes for prefix-stripping with -S option.
* Sun Feb 07 2016 mpluskal@suse.com
- Update to 1.61
  * add -T option to show amount of changes next to histogram.
  * if -S option is given, check for unmodified files and add those
    to the report.
  * update configure macros
  * update config.guess, config.sub
* Wed Aug 05 2015 mpluskal@suse.com
- Update to 1.60
  * add configure option --with-man2html
  * update configure macros
  * update config.guess, config.sub
* Sun Apr 19 2015 mpluskal@suse.com
- Update source url
- Add gpg signature
* Mon Jun 09 2014 pgajdos@suse.com
- updated to 1.59:
  + add -E option to filter escape-sequences, e.g., from colordiff
    (Ubuntu #1304262).
  + merge/adapt improvments to makefile and configure script from
    openembedded.org (forwarded by Ross Burton).
    + remove unused $(libdir) from makefile "installdirs" target
    + amend definition in CF_POPEN_TEST to permit use of autoheader.
    + workaround for gratuitous renaming of AC_ACVERSION in 2.69
  + added "docs" rule to makefile
  + improvements to configure macros:
    + added check for -Wlogical-op to gcc warnings
    + suppress check for defining _XOPEN_SOURCE on Solaris
    + trim an unwanted -no-gcc option for Intel compiler
  + update config.guess, config.sub
* Wed Oct 30 2013 pgajdos@suse.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.