]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Open master for development glibc-2.25.90
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 5 Feb 2017 15:57:52 +0000 (21:27 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 5 Feb 2017 15:57:52 +0000 (21:27 +0530)
ChangeLog
NEWS
version.h

index f140ee67de3306480abb785fbfb75b986c0d311e..6037fef737f0338a84c6fb564b3b8dc1b1221087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+       * version.h (RELEASE): Set to "development"
+       (VERSION): Set to 2.25.90.
+       * NEWS: Add 2.26 section.
+
        * version.h (RELEASE): Set to "stable"
        (VERSION): Set to 2.25.
        * include/features.h (__GLIBC_MINOR__): Set to 25.
diff --git a/NEWS b/NEWS
index ec15dde7613306cfa574149f61ea38ab3fbba76d..b5a401c1e3808bbb09982deaf836759c0d7a7dee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,20 @@ See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>
 using `glibc' in the "product" field.
+\f
+Version 2.26
+
+[Add important changes 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.25
 
index dc2064f01fd3e4255a6aa919c16db843d5a5a1c2..48a40b4a689f9d0f65d93ba1dd22dfa2f135e865 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.25"
+#define RELEASE "development"
+#define VERSION "2.25.90"