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.17-1-g2c8bfe7


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  2c8bfe7d6f22c4a599894846bf1715d93b295f53 (commit)
      from  c758a6861537815c759cba2018a3b1abb1943842 (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=2c8bfe7d6f22c4a599894846bf1715d93b295f53

commit 2c8bfe7d6f22c4a599894846bf1715d93b295f53
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Dec 25 01:23:43 2012 -0800

    Open development for 2.18.
    
    	* version.h (RELEASE): Set to "development".
    	(VERSION): Set to "2.17.90".
    	* NEWS: Add 2.18 section.

diff --git a/ChangeLog b/ChangeLog
index dd86c27..86350e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-25  David S. Miller  <davem@davemloft.net>
+
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.17.90".
+	* NEWS: Add 2.18 section.
+
 2012-12-21  David S. Miller  <davem@davemloft.net>
 
 	* po/hr.po: Update from translation team.
diff --git a/NEWS b/NEWS
index 3a15555..c00b555 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,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.
 
+Version 2.18
+
+* The following bugs are resolved with this release:
+
+
 Version 2.17
 
 * The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index 289177c..7d9b681 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.17"
+#define RELEASE "development"
+#define VERSION "2.17.90"

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

Summary of changes:
 ChangeLog |    6 ++++++
 NEWS      |    5 +++++
 version.h |    4 ++--
 3 files changed, 13 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]