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-266-gbedbd85


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  bedbd85972a67f15688ee7e86bf4d533f2197349 (commit)
      from  50c66c7acd90f257b295e58bf938ed120cbc27c7 (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=bedbd85972a67f15688ee7e86bf4d533f2197349

commit bedbd85972a67f15688ee7e86bf4d533f2197349
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Sep 1 10:09:08 2017 -0700

    Remove Roland McGrath/Ulrich Drepper et al. from DSO banner
    
    	* csu/version.c (banner): Remove "by Roland McGrath et al.".
    	* nptl/Banner: Remove "by Ulrich Drepper et al.".

diff --git a/ChangeLog b/ChangeLog
index 0e566ed..fccac95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* csu/version.c (banner): Remove "by Roland McGrath et al.".
+	* nptl/Banner: Remove "by Ulrich Drepper et al.".
+
 2017-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* stdlib/tst-atexit-common.c (do_test): Test support for at least
diff --git a/csu/version.c b/csu/version.c
index e0d884d..f3992ab 100644
--- a/csu/version.c
+++ b/csu/version.c
@@ -24,7 +24,7 @@ static const char __libc_release[] = RELEASE;
 static const char __libc_version[] = VERSION;
 
 static const char banner[] =
-"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\
+"GNU C Library "PKGVERSION RELEASE" release version "VERSION".\n\
 Copyright (C) 2017 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
diff --git a/nptl/Banner b/nptl/Banner
index 7c1487e..8c88d52 100644
--- a/nptl/Banner
+++ b/nptl/Banner
@@ -1 +1 @@
-Native POSIX Threads Library by Ulrich Drepper et al
+Native POSIX Threads Library

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

Summary of changes:
 ChangeLog     |    5 +++++
 csu/version.c |    2 +-
 nptl/Banner   |    2 +-
 3 files changed, 7 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]