]> sourceware.org Git - glibc.git/commitdiff
Open master branch for glibc 2.36 development glibc-2.35.9000
authorCarlos O'Donell <carlos@redhat.com>
Thu, 3 Feb 2022 06:21:33 +0000 (01:21 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 3 Feb 2022 06:21:33 +0000 (01:21 -0500)
NEWS
version.h

diff --git a/NEWS b/NEWS
index faa7ec1871da1a34ed943fd8d406496e58fb2c2e..7b8febcb72e1af055c76f01d67e265054652699b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,30 @@ 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.36
+
+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:
+
+  [Add security related changes here]
+
+The following bugs are 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.35
 
index 867f4bb822a0e364bf95a6ca02bd1e9c1e7a0bce..e27a39e149d96b146195bf1310015784ac346895 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.35"
+#define RELEASE "development"
+#define VERSION "2.35.9000"
This page took 0.05408 seconds and 5 git commands to generate.