This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via b871c3e428479794b4101774c97e2e588f15e385 (commit)
via 3f8c09ec197a2ced82855f9ecd2cbc83874379ab (commit)
from bd7250ca36187cec866c582ddcc3d1a38ec5cb16 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b871c3e428479794b4101774c97e2e588f15e385
commit b871c3e428479794b4101774c97e2e588f15e385
Author: Jim Meyering <[email protected]>
Date: Thu Apr 10 09:04:07 2025 -0700
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
diff --git a/.prev-version b/.prev-version
index 2c07333..e4fba21 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-3.11
+3.12
diff --git a/NEWS b/NEWS
index 179dfb8..130452c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU grep NEWS -*- outline -*-
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
* Noteworthy changes in release 3.12 (2025-04-10) [stable]
** Bug fixes
diff --git a/cfg.mk b/cfg.mk
index 0b55798..b017ef3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -74,7 +74,7 @@ export VERBOSE = yes
# 1127556 9e
export XZ_OPT = -6e
-old_NEWS_hash = 2067ccba9ea30b38ca930e1098ef9364
+old_NEWS_hash = 3713245f672c3a9d1b455d6cc410c9ec
# We prefer to spell it back-reference, as POSIX does.
sc_prohibit_backref:
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=3f8c09ec197a2ced82855f9ecd2cbc83874379ab
commit b871c3e428479794b4101774c97e2e588f15e385
Author: Jim Meyering <[email protected]>
Date: Thu Apr 10 09:04:07 2025 -0700
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
diff --git a/.prev-version b/.prev-version
index 2c07333..e4fba21 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-3.11
+3.12
diff --git a/NEWS b/NEWS
index 179dfb8..130452c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU grep NEWS -*- outline -*-
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
* Noteworthy changes in release 3.12 (2025-04-10) [stable]
** Bug fixes
diff --git a/cfg.mk b/cfg.mk
index 0b55798..b017ef3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -74,7 +74,7 @@ export VERBOSE = yes
# 1127556 9e
export XZ_OPT = -6e
-old_NEWS_hash = 2067ccba9ea30b38ca930e1098ef9364
+old_NEWS_hash = 3713245f672c3a9d1b455d6cc410c9ec
# We prefer to spell it back-reference, as POSIX does.
sc_prohibit_backref:
-----------------------------------------------------------------------
Summary of changes:
.prev-version | 2 +-
NEWS | 3 +++
cfg.mk | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
grep