Changelog for
diffutils-debuginfo-3.11-1.1.x86_64.rpm :
* Wed Feb 05 2025 Andreas Stieger
- diffutils 3.11:
* quote file names more consistently in diagnostics
* diff now outputs more information when symbolic links differ
* diff\'s --ignore-case (-i) and --ignore-file-name-case options now support multi-byte characters
* diff now supports multi-byte characters when treating white space
* In options like --expand-tabs (-t), --ignore-space-change (-b) and --ignore-tab-expansion (-E), diff now recognizes non-ASCII space characters and counts columns for non-ASCII characters.
* cmp -bl no longer omits \"M-\" from bytes with the high bit set in single-byte locales like en_US.iso8859-1
* cmp -i N and -n N no longer fail merely because N is enormous.
* cmp -s no longer mishandles /proc files
* diff -E no longer mishandles some input lines containing \'\\a\', \'\\b\', \'\\f\', \'\\r\', \'\\v\', or \'\\0\'.
* diff -ly no longer mishandles non-ASCII input.
* diff - A/B now works correctly when standard input is a directory, by reading a file named B in that directory.
* diff no longer suffers from race conditions in some cases when comparing files in a mutating file system
* Mon May 22 2023 Andreas Stieger - diffutils 3.10:
* cmp/diff can again work with file dates past Y2K38
* diff -D no longer fails to output #ifndef lines
* Mon Jan 16 2023 Andreas Stieger - diffutils 3.9:
* fixes for other platforms
* Wed Sep 14 2022 Andreas Schwab - Skip gnulib test test-free under qemu emulation (bsc#1202260)
* Mon Sep 20 2021 Andreas Schwab - Skip stack overflow tests under qemu emulation (bsc#1190046)
* Sat Aug 07 2021 Andreas Stieger - diffutils 3.8:
* diff no longer treats a closed stdin as representing an absent file in usage like \'diff --new-file - foo <&-\'
* diff and related programs no longer get confused if stdin, stdout, or stderr are closed
* cmp, diff and sdiff no longer treat negative command-line option-arguments as if they were large positive numbers- drop gnulib-test-avoid-FP-perror-strerror.patch, upstream- drop gnulib-c-stack.patch, equivalent change in c-stack- remove deprecated texinfo packaging macros
* Mon Jul 19 2021 Andreas Schwab - gnulib-c-stack.patch: c-stack: stop using SIGSTKSZ
* Mon Aug 31 2020 Bernhard Voelker - gnulib-test-avoid-FP-perror-strerror.patch: avoid false-positive error in gnulib tests \'test-perror2\' and \'test-strerror_r\', visible on armv7l.
* Thu Sep 19 2019 Ludwig Nussel - Do not recommend lang package. The lang package already has a supplements.
* Fri Jul 05 2019 Michel Normand - ignore make check error for diff --color as tracked by https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488