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.19-69-g9a80491


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  9a80491d4931c9bc0f65887b7f67346f866cf1b9 (commit)
      from  105fa3815690f5e370421701daf89cfa49afd5b3 (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=9a80491d4931c9bc0f65887b7f67346f866cf1b9

commit 9a80491d4931c9bc0f65887b7f67346f866cf1b9
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Fri Feb 21 11:32:19 2014 +0100

    Add GLIBC_2.17 to librt in Version.def
    
    This is needed because the version is used in SHLIB_COMPAT.

diff --git a/ChangeLog b/ChangeLog
index f7818fc..3f6828c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* Versions.def (librt): Add GLIBC_2.17.
+
 2014-02-21  Adam Conrad  <adconrad@0c3.net>
 
 	* sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
diff --git a/Versions.def b/Versions.def
index 759c754..9bb343f 100644
--- a/Versions.def
+++ b/Versions.def
@@ -124,6 +124,7 @@ librt {
   GLIBC_2.3.4
   GLIBC_2.4
   GLIBC_2.7
+  GLIBC_2.17
 }
 libutil {
   GLIBC_2.0

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

Summary of changes:
 ChangeLog    |    4 ++++
 Versions.def |    1 +
 2 files changed, 5 insertions(+), 0 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]