info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep-2.10 released [stable]


From: Jim Meyering
Subject: grep-2.10 released [stable]
Date: Wed, 16 Nov 2011 14:49:16 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce grep-2.10, a bug-fix release.

    http://www.gnu.org/s/grep/
    grep searches files for lines containing a match to a specified pattern

It's been nearly five months and 80 commits since 2.9, yet few big
changes in grep proper.  However, there have been many changes in gnulib,
including a few portability fixes that affect grep.

See the NEWS below, or for a more complete summary of changes and
contributors, see:
  http://git.sv.gnu.org/gitweb/?p=grep.git;a=shortlog;h=v2.10
or run this command from a git-cloned grep directory:
  git shortlog v2.9..v2.10

As usual, we inherit many portability and robustness improvements
by using gnulib.  To summarize its 750+ changes, run these commands
from a git-cloned grep directory:
  git checkout v2.9
  git submodule summary v2.10

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

Use a mirror for higher download bandwidth:
  http://ftpmirror.gnu.org/grep/grep-2.10.tar.xz
  http://ftpmirror.gnu.org/grep/grep-2.10.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 grep-2.10.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.68.95-e0cb9
  Automake 1.11a
  Gnulib v0.0-6628-g4f6a7ef

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

* Noteworthy changes in release 2.10 (2011-11-16) [stable]

** Bug fixes

  grep no longer mishandles high-bit-set pattern bytes on systems
  where "char" is a signed type. [bug appears to affect only MS-Windows]

  grep now rejects a command like "grep -r pattern . > out",
  in which the output file is also one of the inputs,
  because it can result in an "infinite" disk-filling loop.
  [bug present since "the beginning"]

** Build-related

  "make dist" no longer builds .tar.gz files.
  xz is portable enough and in wide-enough use that distributing
  only .tar.xz files is enough.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOw78WAAoJEH/Z/MsAC+7uUkQP/jC0SYD97C8faKHMKppQSOyB
cTBALAJryWQO1BXPMDOp8csEoKQUzdCQqSytpF+U4DpHIq935U18AzlW4xqEum8/
VmVXW2xnVtyWjzkjzt5BL27hATEonnf1P9LWokM7BkJuyQU1uU7Kein5aD7aZjr1
cRQbtuZgHwX1Z3l8Ugers3YRsnefNUH8rEcb/lEfxjHx0jtMzQ65wkDryX3+5RoL
LGe8pxopXVVaI/GeMsFmGZyxSet9pDv3zH5gygOl/mZaWLEp+0a2W1/2m0lpLR3F
LqZgkD7h8n2ojc0YU1+WxdXwQ2S+pzJAZYPLzCZ5uOyaXkXrAyEdN4UC+fKSXdCj
tu0iwG3Vr/w8flINcUgYJ6J3aSsiJXHqHI9deIoDXr1qszkwmePIsNTb1bO3VfJC
XfZByjFrwQoyJXFD5NcytR/o0Ex2Re/qJIIF4KI40s/dkR+ApY/r9heArWMd96im
qgw6HYAwK/uSsBO2bvi176eHj6iDqu1NPxzyQwulak6oqs364sM6m49aKSokOEYy
lJ2G9X66548jGIvcMAtyrDPz63cerbZjFOQDDrjibwiGfI+RaA2HkQ2/M8FvCaTV
noPg328Y+0mTZVrIqYkStjPoSP01G3u72E04Oo8Dk5GH3pMMQPPwR088P5lMwTZB
63llseeZx09OYVqPwxcE
=HRLs
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]