Start 2.8 development.
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Oct 2007 05:45:49 +0000 (05:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 18 Oct 2007 05:45:49 +0000 (05:45 +0000)
2007-10-17  Ulrich Drepper  <drepper@redhat.com>

* version.h (VERSION): Set to 2.7.90.

ChangeLog
NEWS
version.h

index 7348573..2d78666 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-17  Ulrich Drepper  <drepper@redhat.com>
+
+
+       * version.h (VERSION): Set to 2.7.90.
+
 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
diff --git a/NEWS b/NEWS
index 82dbdb1..0a311c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-GNU C Library NEWS -- history of user-visible changes.  2007-10-5
+GNU C Library NEWS -- history of user-visible changes.  2007-10-17
 Copyright (C) 1992-2006, 2007 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
 using `glibc' in the "product" field.
 \f
+Version 2.8
+
+\f
 Version 2.7
 
 * More checking functions: fread, fread_unlocked, open*, mq_open.
@@ -19,7 +22,7 @@ Version 2.7
 * PPC optimizations to math and string functions.
   Implemented by Steven Munroe.
 
-* New interfaces: mkostemp, mkostemp64.  Like mkstemp* but allow additonal
+* New interfaces: mkostemp, mkostemp64.  Like mkstemp* but allow additional
   options to be passed.  Implemented by Ulrich Drepper.
 
 * More CPU set manipulation functions.  Implemented by Ulrich Drepper.
index 5fa63ac..9ac2ee7 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.7"
+#define RELEASE "development"
+#define VERSION "2.7.90"