Opened 5 years ago

Closed 5 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

Change History (2)

comment:1 by Douglas R. Reno, 5 years ago

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

comment:2 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11499.

Note: See TracTickets for help on using tickets.