This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.16-ports-merge-1-g370ca3d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  370ca3d2ad893fe5ec2201f473240c74dac77eb0 (commit)
      from  e84eabb3871c9b39e59323bf3f6b98c2ca9d1cd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=370ca3d2ad893fe5ec2201f473240c74dac77eb0

commit 370ca3d2ad893fe5ec2201f473240c74dac77eb0
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jul 3 16:36:22 2012 +0000

    Open development for 2.17.

diff --git a/ChangeLog b/ChangeLog
index 75dea02..e480f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.16.90".
+
 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
 
 	* NEWS: Update copyright. Remove last-updated date.
diff --git a/NEWS b/NEWS
index a90d955..341501b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ 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.
 
+Version 2.17
+
+* The following bugs are resolved with this release:
+
+
 Version 2.16
 
 * The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index 25ae4f7..57b9ec2 100644
--- 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.16"
+#define RELEASE "development"
+#define VERSION "2.16.90"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    5 +++++
 NEWS      |    5 +++++
 version.h |    4 ++--
 3 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]