info-gnu
[Top][All Lists]
Advanced

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

grep-2.8 released [stable]


From: Jim Meyering
Subject: grep-2.8 released [stable]
Date: Fri, 13 May 2011 22:35:03 +0200

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

This is to announce grep-2.8.

grep is a tool to search for strings inside a file.

This release fixes three bugs.
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.8
or run this command from a git-cloned grep directory:
  git shortlog v2.7..v2.8

Here are the compressed sources:
  http://ftp.gnu.org/gnu/grep/grep-2.8.tar.gz   (1.7MB)
  http://ftp.gnu.org/gnu/grep/grep-2.8.tar.xz   (996KB)

Here are the GPG detached signatures[*]:
  http://ftp.gnu.org/gnu/grep/grep-2.8.tar.gz.sig
  http://ftp.gnu.org/gnu/grep/grep-2.8.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 grep-2.8.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.68-2105
  Automake 1.11a
  Gnulib v0.0-5275-gc6dc8f1

NEWS

* Noteworthy changes in release 2.8 (2011-05-13) [stable]

** Bug fixes

  echo c|grep '[c]' would fail for any c in 0x80..0xff, and in many locales.
  E.g., printf '\xff\n'|grep "$(printf '[\xff]')" || echo FAIL
  would print FAIL rather than the required matching line.
  [bug introduced in grep-2.6]

  grep's interpretation of range expression is now more consistent with
  that of other tools.  [bug present since multi-byte character set
  support was introduced in 2.5.2, though the steps needed to reproduce
  it changed in grep-2.6]

  grep erroneously returned with exit status 1 on some memory allocation
  failure. [bug present since "the beginning"]

- -----
also posted as: https://savannah.gnu.org/forum/forum.php?forum_id=6821
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJNzZXfAAoJEH/Z/MsAC+7uGEoP/iE5dZvpkhx0lfx6650KoiLZ
sex9iGgzGSsmYgVk/qJNRQlHx09X5j4rBkPwIxahfi1Lsh4ef06boD5P9UVI4noN
lhCdFBiBTB/4d1M1wBc6uJSwT6tqCA1yTbnKPwCM+Elc3AAnDAOJzJlu4hi10vmI
Yc3SHwBxMwlv+69GOsrPmnuh/3Snt4q0AiFltI2+kw0dMAySWMSX68QYWCLILA44
udutPMDAGIHjHHmOlWsApNyuoPYCYn7hiPQCJHXwhQzekj+ZmwYv9Po14y1N2y9r
nGjClzIoEHv4HhlLNgJuEjxphlaloIOelva9nnpfSUDDetuI86ZUfhV1wXd3wpfY
i1EbCPmpL3CVZ/je4tJ01MfttdQuv+37Tn6rt2xNSC/ae9epmBs6PqytZ2444ibI
Z/T8j3zxPpzbVTrbcLArAMXAmbsZ5O8jcMcIAIgmXYeeU4UE52JSKh2NiFwY6ghW
hZAyVEvCwlM3PsxZH7fX1PMi9dQGGTAgxCjZ2Jv04mZr3UkWVwqwPt9j0fiIH0h0
9jGL8iG/iuSpYA79XijIgV+uDwF5cpxEY4H6Z9FGinj9zXIEfjRyQsuIGqO2/zMk
eek7Hk19j4J06692I352NgtEDEqbgY3nzPa5lhbrZ3ve+GAdIA3yy2VY9U2jW8gl
uovyFOb8sW5+VYU9Zlvd
=+wIL
-----END PGP SIGNATURE-----



reply via email to

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