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-63-gbf0b536


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  bf0b5360da68421a03f52e2178240728c402a719 (commit)
      from  72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3 (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=bf0b5360da68421a03f52e2178240728c402a719

commit bf0b5360da68421a03f52e2178240728c402a719
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Feb 22 17:10:09 2017 +0000

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

diff --git a/ChangeLog b/ChangeLog
index a8f4ac7..afae0c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-22  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	kernel version to 4.10.
+
 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 4f724ce..4330f7f 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -699,7 +699,7 @@ class Context(object):
                             'gcc': 'vcs-6',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',
-                            'linux': '4.9',
+                            'linux': '4.10',
                             '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]