This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch master updated. glibc-2.22-193-g315267a
- From: hjl at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 28 Aug 2015 19:55:32 -0000
- Subject: GNU C Library master sources branch master updated. glibc-2.22-193-g315267a
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 315267abcd2eeb467820a3fada43874e35bbcd3d (commit)
from d3573f61aca67a398de7eaa7593d3973cb5fd154 (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=315267abcd2eeb467820a3fada43874e35bbcd3d
commit 315267abcd2eeb467820a3fada43874e35bbcd3d
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Fri Aug 28 12:53:19 2015 -0700
Mention 15786 in NEWS
commit f3dcae82d54e5097e18e1d6ef4ff55c2ea4e621e
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Aug 25 04:33:54 2015 -0700
Save and restore vector registers in x86-64 ld.so
also fixed
https://sourceware.org/bugzilla/show_bug.cgi?id=15786
diff --git a/NEWS b/NEWS
index 77e6502..af9fd8d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,10 @@ Version 2.23
* The following bugs are resolved with this release:
- 2898, 14341, 16517, 16519, 16520, 16734, 16973, 17787, 17905, 18084,
- 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18610, 18618, 18647,
- 18661, 18674, 18681, 18778, 18781, 18787, 18789, 18790, 18795, 18796,
- 18820, 18823, 18824, 18863.
+ 2898, 14341, 15786, 16517, 16519, 16520, 16734, 16973, 17787, 17905,
+ 18084, 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18610, 18618,
+ 18647, 18661, 18674, 18681, 18778, 18781, 18787, 18789, 18790, 18795,
+ 18796, 18820, 18823, 18824, 18863.
* The obsolete header <regexp.h> has been removed. Programs that require
this header must be updated to use <regex.h> instead.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU C Library master sources