]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Open development for 2.20 glibc-2.19.90
authorAllan McRae <allan@archlinux.org>
Fri, 7 Feb 2014 22:10:29 +0000 (08:10 +1000)
committerAllan McRae <allan@archlinux.org>
Fri, 7 Feb 2014 22:10:29 +0000 (08:10 +1000)
ChangeLog
NEWS
version.h

index 81c393aa0839e5cf05684afebee1db95e9c9e69d..a2967ac884d14c51b5a9e2f93a61bfd0b1138dc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-07  Allan McRae  <allan@archlinux.org>
+
+       * version.h (RELEASE): Set to "development".
+       (VERSION): Set to "2.19.90"
+       * NEWS: Add 2.20 section.
+
 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
 
        [BZ #16529]
diff --git a/NEWS b/NEWS
index 98b479e94cd1ea897b71633fac12cf0bf78514af..f39998b994bb0148b885b6c34a2a17a63c94ecf1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ 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.20
+
+* The following bugs are resolved with this release:
+
 \f
 Version 2.19
 
index e399849578533e0b1ca2da277f4c3bd77ea1aa0a..8cb9f1264c12e1d2224df81e87e4bec0784c097b 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.19"
+#define RELEASE "development"
+#define VERSION "2.19.90"