Opened 7 years ago
Closed 7 years ago
#4401 closed task (fixed)
diffutils-3.7
| Reported by: | Douglas R. Reno | Owned by: | lfs-book |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.4 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version
Note:
See TracTickets
for help on using tickets.

NEWS * Noteworthy changes in release 3.7 (2018-12-31) [stable] ** Bug fixes diff --strip-trailing-cr with a single CR byte in one input file would provoke an uninitialized memory read, e.g., diff -a --strip-trailing-cr <(printf '\r') <(echo a) [bug introduced in 2.8 with addition of the --strip-trailing-cr option] ** Improvements diff --color now produces output compatible with less -R. Also posted as: https://savannah.gnu.org/forum/forum.php?forum_id=9341