Accepting request 1243282 from home:AndreasStieger:branches:Base:System

diffutils 3.11

OBS-URL: https://build.opensuse.org/request/show/1243282
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=77
This commit is contained in:
2025-02-05 08:57:52 +00:00
committed by Git OBS Bridge
parent fe2120006e
commit bbf81a62bf
6 changed files with 52 additions and 25 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Feb 5 08:38:23 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 19:14:42 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>