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.25-256-g3e4df7e


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  3e4df7ef132b347859a64d5231aa40cf857f0a35 (commit)
      from  c064f6a613844181f411aabb2662384a6aefb69e (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=3e4df7ef132b347859a64d5231aa40cf857f0a35

commit 3e4df7ef132b347859a64d5231aa40cf857f0a35
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon May 1 11:15:43 2017 +0000

    Default Linux kernel version in build-many-glibcs.py to 4.11.
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
    	kernel version to 4.11.

diff --git a/ChangeLog b/ChangeLog
index a5c806a..593fc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	kernel version to 4.11.
+
 2017-04-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	[BZ #21280]
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 6f11a9c..1a32c82 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -686,7 +686,7 @@ class Context(object):
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',
-                            'linux': '4.10',
+                            'linux': '4.11',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.5'}
         use_versions = {}

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

Summary of changes:
 ChangeLog                    |    5 +++++
 scripts/build-many-glibcs.py |    2 +-
 2 files changed, 6 insertions(+), 1 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]