aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2025-01-28 18:42:35 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2025-01-28 18:42:35 +0100
commit42aba9189557280ad367c35908cbdfe26f5aeeb1 (patch)
tree16742db3b6ea10318467cd29dac3507c13e1e2bb
parent74f59e9271cbb4071671e5a474e7d4f1622b186f (diff)
downloadglibc-42aba9189557280ad367c35908cbdfe26f5aeeb1.tar.xz
glibc-42aba9189557280ad367c35908cbdfe26f5aeeb1.zip
Increase version to 2.41.9000, add new section to NEWSglibc-2.41.9000
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--NEWS27
-rw-r--r--version.h4
2 files changed, 29 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b11422b060..e2e40e141c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,33 @@ See the end for copying conditions.
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
using `glibc' in the "product" field.
+Version 2.42
+
+Major new features:
+
+ [Add new features here]
+
+Deprecated and removed features, and other changes affecting compatibility:
+
+ [Add deprecations, removals and changes affecting compatibility here]
+
+Changes to build and runtime requirements:
+
+ [Add changes to build and runtime requirements here]
+
+Security related changes:
+
+The following CVEs were fixed in this release, details of which can be
+found in the advisories directory of the release tarball:
+
+ [The release manager will add the list generated by
+ scripts/process-advisories.sh just before the release.]
+
+The following bugs were resolved with this release:
+
+ [The release manager will add the list generated by
+ scripts/list-fixed-bugs.py just before the release.]
+
Version 2.41
Major new features:
diff --git a/version.h b/version.h
index 639cb34a24..abc0364861 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
-#define RELEASE "stable"
-#define VERSION "2.41"
+#define RELEASE "development"
+#define VERSION "2.41.9000"