GNU bug report logs - #16835
grep-2.18 released [stable]

Previous Next

Package: grep;

Reported by: Jim Meyering <jim <at> meyering.net>

Date: Fri, 21 Feb 2014 17:23:01 UTC

Severity: normal

Tags: notabug

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16835 in the body.
You can then email your comments to 16835 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-grep <at> gnu.org:
bug#16835; Package grep. (Fri, 21 Feb 2014 17:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jim Meyering <jim <at> meyering.net>:
New bug report received and forwarded. Copy sent to bug-grep <at> gnu.org. (Fri, 21 Feb 2014 17:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: info-gnu <at> gnu.org, bug-grep <at> gnu.org
Subject: grep-2.18 released [stable]
Date: Fri, 21 Feb 2014 09:22:06 -0800
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

This is to announce grep-2.18, a stable bug-fix-only release.

There have been 7 commits by 2 people in the 3 days since 2.17.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
Special thanks to Norihiro Tanaka for spotting grep-2.17's
performance regression so quickly.
The following people contributed changes to this release:

  Jim Meyering (5)
  Paul Eggert (2)

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

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

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

To summarize the -2 gnulib-related changes, run these commands
from a git-cloned grep directory:
  git checkout v2.18
  git submodule summary v2.17

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

Use a mirror for higher download bandwidth:
  http://ftpmirror.gnu.org/grep/grep-2.18.tar.xz
  http://ftpmirror.gnu.org/grep/grep-2.18.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.18.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.117-1717
  Automake 1.99a
  Gnulib v0.1-76-g497f4cd

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

* Noteworthy changes in release 2.18 (2014-02-20) [stable]

** Bug fixes

  grep no longer mishandles patterns like [^^-~] in unibyte locales.
  [bug introduced in grep-2.8]

  grep -i in a multibyte, non-UTF8 locale could be up to 200 times slower
  than in 2.16.  [bug introduced in grep-2.17]

[ Also posted as:
  https://savannah.gnu.org/forum/forum.php?forum_id=7888 ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQJ8BAEBCgBmBQJTB4pIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxNTVEM0ZDNTAwQzgzNDQ4NkQxRUVBNjc3
RkQ5RkNDQjAwMEJFRUVFAAoJEH/Z/MsAC+7uDVEP/2b7ixX7rSVWqg0yimVl1IV4
G/obyhtnWqrsLvICHfwmCGmoAAGUS5pT0/2NemzC7f0uTvELO2T9Dw5eGq71K2QH
limv9MLRzfoHDIxNu5nLaqTghYWZXUwJj6TdJdjDsv3jsKGNFw9uVgmPonu23s6c
AVdYrTCLhbNliSbcLg89bzdfvJo7MNJ5nDiDeus3Ic7kw+iFfysRRjCjM9Xy0u1x
tit9KSsyh44YBT92FJUFAVz5uj3BHwyEq5Xlrj0mUyx1mF9eRaNUJq6RPl1UNAB8
C434rDFdj9AGu5QP4nXrr2S59P9raAaOk8tkXLR0ubIpn0XNKKNqnXZiivCEdCWu
psJPOooriPS3pM0QO0GufaqdORZNIpePehs/lqkl/F1h2PUVgqMOvdz2WrNNIpQy
etXjzWu9Cke3vVTxqTv5JiVTKFtBZDCYnhhbTXzB1gOnedXPIYwjPG3V+V3okcbH
rxRoRqOZ+5CTo3ZYMT6xTBNV2F5SzH/iEhAkZenrEE/8x89A38WeT1MvLfuKXjW8
YxIdfkspA+IJuw3sUPmUOGtwmIZx/lSStymtQAegHtV84ITXCWsLVkqgX9JN2XFl
Z7K0lyVp/q9YelnZOOrdfMXfPh7s9L8St1F1HbnAUQOP3r5Ujmsm+7l/5/giBrLh
Wgo/fRakkONeQYYqmxDu
=XoW4
-----END PGP SIGNATURE-----




Added tag(s) notabug. Request was from Jim Meyering <jim <at> meyering.net> to control <at> debbugs.gnu.org. (Fri, 21 Feb 2014 17:32:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 16835 <at> debbugs.gnu.org and Jim Meyering <jim <at> meyering.net> Request was from Jim Meyering <jim <at> meyering.net> to control <at> debbugs.gnu.org. (Fri, 21 Feb 2014 17:32:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 22 Mar 2014 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.