newsGNU diff utilities - News: diffutils-3.5 released [stable]

 
 
Latest News
diffutils-3.10 released [stable] posted by meyering, Sun 21 May 2023 09:06:48 AM UTC
diffutils-3.9 released [stable] posted by meyering, Mon 16 Jan 2023 12:16:56 AM UTC
diffutils-3.8 released [stable] posted by meyering, Mon 02 Aug 2021 02:14:08 AM UTC
diffutils-3.7 released [stable] posted by meyering, Tue 01 Jan 2019 02:52:05 AM UTC
diffutils-3.6 released [stable] posted by meyering, Sun 21 May 2017 08:53:20 PM UTC

diffutils-3.5 released [stable]

Item posted by Jim Meyering <meyering> on Sun 21 Aug 2016 05:41:23 AM UTC.


This is to announce diffutils-3.5, a stable release.

There have been 12 commits by 3 people in the 13 days since 3.4.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

  Bastian Beischer (1)
  Hanno Böck (1)
  Jim Meyering (10)

Jim [on behalf of the diffutils maintainers]
==================================================================

Here is the GNU diffutils home page:
    http://gnu.org/s/diffutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=diffutils.git;a=shortlog;h=v3.5
or run this command from a git-cloned diffutils directory:
  git shortlog v3.4..v3.5

To summarize the 5 gnulib-related changes, run these commands
from a git-cloned diffutils directory:
  git checkout v3.5
  git submodule summary v3.4

Here are the compressed sources and a GPG detached signature[*]:
  http://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz
  http://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz.sig

Use a mirror for higher download bandwidth:
  http://ftpmirror.gnu.org/diffutils/diffutils-3.5.tar.xz
  http://ftpmirror.gnu.org/diffutils/diffutils-3.5.tar.xz.sig

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify diffutils-3.5.tar.xz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 7FD9FCCB000BEEEE

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69.147-5ad35
  Automake 1.99a
  Gnulib v0.1-825-g1eb82ad

==================================================================
NEWS

* Noteworthy changes in release 3.5 (2016-08-20) [stable]

** Bug fixes

  diff3 no longer malfunctions due to use-after-free
  [bug introduced in 3.4]

  diff --color no longer colorizes when TERM=dumb


 

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code