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.18-1-g6c1fd79


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  6c1fd795711bb510cffaab5ad2ab2739bb8db210 (commit)
      from  eefa3be8e4c2c721a9f277d8ea2e11180231829f (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6c1fd795711bb510cffaab5ad2ab2739bb8db210

commit 6c1fd795711bb510cffaab5ad2ab2739bb8db210
Author: David S. Miller <davem@davemloft.net>
Date:   Mon Aug 12 13:43:14 2013 -0700

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

diff --git a/ChangeLog b/ChangeLog
index fa588c9..07617d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-12  David S. Miller  <davem@davemloft.net>
+
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.18.90".
+	* NEWS: Add 2.19 section.
+
 2013-08-03  David S. Miller  <davem@davemloft.net>
 
 	* po/ko.po: Update Korean translation from translation project.
diff --git a/NEWS b/NEWS
index b023c30..3fd5027 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.19
+
+* The following bugs are resolved with this release:
+
+
 Version 2.18
 
 * The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index 7485c9e..c88ab1c 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.18"
+#define RELEASE "development"
+#define VERSION "2.18.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]