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.15-31-gd3761eb


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  d3761ebcc65825e220b215595949dc74a948f47c (commit)
      from  9954432e309c8fddaec2fe53e601702a5c981624 (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=d3761ebcc65825e220b215595949dc74a948f47c

commit d3761ebcc65825e220b215595949dc74a948f47c
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 10:57:05 2012 -0500

    Add BZ

diff --git a/ChangeLog b/ChangeLog
index 2c0b0f8..7b06a65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13533]
 	* iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
 	* iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
 	routines.
@@ -69,6 +70,7 @@
 
 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13533]
 	* iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
 	* iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
 	transformations.
diff --git a/NEWS b/NEWS
index 2d7a9df..4d07020 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-12-23
-Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
+GNU C Library NEWS -- history of user-visible changes.  2012-1-7
+Copyright (C) 1992-2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
@@ -9,7 +9,7 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  13526, 13527, 13528, 13529, 13531, 13532
+  13526, 13527, 13528, 13529, 13531, 13532, 13533
 
 * ISO C11 support:
 

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

Summary of changes:
 ChangeLog |    2 ++
 NEWS      |    6 +++---
 2 files changed, 5 insertions(+), 3 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]