GNU diff utilities - News
diffutils-3.2 released [stable]
Item posted by Jim Meyering <meyering> on Fri 02 Sep 2011 03:36:48 PM UTC.
This is to announce diffutils-3.2, a stable, bug-fix release.
Not much has changed on the surface (see the NEWS, below),
but we have inherited more than 50 change-sets via gnulib.
Here's the diffutils home page:
http://www.gnu.org/software/diffutils/
Thanks to everyone who has been contributing, helping to manage
the mailing list and reporting bugs.
For a summary of changes and contributors, see:
http://git.sv.gnu.org/gitweb/?p=diffutils.git;a=shortlog;h=v3.2
or run this command from a git-cloned diffutils directory:
git shortlog v3.1..v3.2
To summarize the many gnulib-related changes, run these commands
From a git-cloned diffutils directory:
git checkout v3.2
git submodule summary v3.1
Here are the compressed sources:
http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.gz (2.0MB)
http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.xz (1.1MB)
Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.gz.sig
http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.xz.sig
To reduce load on the main server, use a mirror listed at:
http://www.gnu.org/order/ftp.html
[*] You can use either of the above signature files 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.2.tar.gz.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 000BEEEE
and rerun the `gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.68.79-5e017
Automake 1.11a
Gnulib v0.0-6097-gd1fa59e
=================================================================
NEWS
* Noteworthy changes in release 3.2 (2011-09-02) [stable]
** Changes in behavior
--ignore-file-name-case now applies at the top level too.
For example, "diff dir inIt" might compare "dir/Init" to "inIt".
** New features
diff and sdiff have a new option --ignore-trailing-space (-Z).
** Packaging
The texinfo documentation no longer specifies "front-cover" or "back-cover"
texts, so that it may now be included in Debian's "main" section.
Powered by Savane 3.14-8aba.
Corresponding source code