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.13-177-g10a5268
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 15 May 2011 12:34:24 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.13-177-g10a5268
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 10a52685af7f060284232ce5b9c5935ca2f5c25e (commit)
from 94ecc67da83cbec641b36966dc5d4a9d19536ed5 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=10a52685af7f060284232ce5b9c5935ca2f5c25e
commit 10a52685af7f060284232ce5b9c5935ca2f5c25e
Author: Ulrich Drepper <drepper@gmail.com>
Date: Sun May 15 08:33:54 2011 -0400
Fix typo in last checkin
I referenced the attachment, not th eBZ number
diff --git a/ChangeLog b/ChangeLog
index 676d1ae..f9ab6db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2011-05-15 Ulrich Drepper <drepper@gmail.com>
- [BZ #4357]
+ [BZ #9809]
* locale/iso-639.def: Add entry for Sorani.
[BZ #11901]
diff --git a/NEWS b/NEWS
index f80c0aa..e12672a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Version 2.14
* The following bugs are resolved with this release:
- 386, 4357, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901,
+ 386, 9809, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901,
11945, 11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393,
12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509,
12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587,
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
NEWS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU C Library master sources