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.26-1-g00cdcf5


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  00cdcf5a4110f7ac68651f5662693c82f7bffaca (commit)
       via  1c9a5c270d8b66f30dcfaf1cb2d6cf39d3e18369 (commit)
      from  15192aaa252afddb97413812e32eaea80c55af19 (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=00cdcf5a4110f7ac68651f5662693c82f7bffaca

commit 00cdcf5a4110f7ac68651f5662693c82f7bffaca
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Wed Aug 2 19:23:16 2017 +0530

    Open master for development

diff --git a/ChangeLog b/ChangeLog
index 8dbfc7e..c28024e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+	* version.h (RELEASE): Set to "development"
+	(VERSION): Set to 2.26.90.
+	* NEWS: Add 2.27 section.
+
 	* version.h (RELEASE): Set to "stable"
 	(VERSION): Set to 2.26.
 	* include/features.h (__GLIBC_MINOR__): Set to 26.
diff --git a/NEWS b/NEWS
index 8295f20..4b7e69a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,30 @@ 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.27
+
+Major new features:
+
+  [Add new features here]
+
+Deprecated and removed features, and other changes affecting compatibility:
+
+  [Add deprecations, removals and changes affecting compatibility here]
+
+Changes to build and runtime requirements:
+
+  [Add changes to build and runtime requirements here]
+
+Security related changes:
+
+  [Add security related changes here]
+
+The following bugs are resolved with this release:
+
+  [The release manager will add the list generated by
+  scripts/list-fixed-bugs.py just before the release.]
+
+
 Version 2.26
 
 Major new features:
diff --git a/version.h b/version.h
index 7df3b33..b6a0412 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.26"
+#define RELEASE "development"
+#define VERSION "2.26.90"

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1c9a5c270d8b66f30dcfaf1cb2d6cf39d3e18369

commit 1c9a5c270d8b66f30dcfaf1cb2d6cf39d3e18369
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Wed Aug 2 18:27:16 2017 +0530

    Update for 2.26 release

diff --git a/ChangeLog b/ChangeLog
index 98610b7..8dbfc7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+	* version.h (RELEASE): Set to "stable"
+	(VERSION): Set to 2.26.
+	* include/features.h (__GLIBC_MINOR__): Set to 26.
+
 	* manual/contrib.texi: Update contributors.
 	* manual/install.texi: Update latest tested versions of gcc and
 	binutils.
diff --git a/include/features.h b/include/features.h
index 972cbd2..c063b33 100644
--- a/include/features.h
+++ b/include/features.h
@@ -412,7 +412,7 @@
 /* Major and minor version number of the GNU C library package.  Use
    these macros to test for features in specific releases.  */
 #define	__GLIBC__	2
-#define	__GLIBC_MINOR__	25
+#define	__GLIBC_MINOR__	26
 
 #define __GLIBC_PREREQ(maj, min) \
 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
diff --git a/version.h b/version.h
index 48a40b4..7df3b33 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.25.90"
+#define RELEASE "stable"
+#define VERSION "2.26"

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

Summary of changes:
 ChangeLog          |    8 ++++++++
 NEWS               |   24 ++++++++++++++++++++++++
 include/features.h |    2 +-
 version.h          |    2 +-
 4 files changed, 34 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]