]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Increase version to 2.41.9000, add new section to NEWS glibc-2.41.9000
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 28 Jan 2025 17:42:35 +0000 (18:42 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 28 Jan 2025 17:42:35 +0000 (18:42 +0100)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
NEWS
version.h

diff --git a/NEWS b/NEWS
index b11422b0605bf6721b8d19fe027ba2f9ff96f9d9..e2e40e141cc0501b0c52df4d3e66d37145f0cf86 100644 (file)
--- 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.
 \f
+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.]
+\f
 Version 2.41
 
 Major new features:
index 639cb34a2464abdd8551578ffd91a631d3a8704a..abc0364861e8298f5f9e9be6045a706cc6841573 100644 (file)
--- 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"