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, fedora/2.14/master, updated. glibc-2.14.1-877-g05a7174


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, fedora/2.14/master has been updated
       via  05a7174e1e4f4ad96d244e999c0a30842694179c (commit)
       via  a8d040e18091f25f2501dfe7549f8467bac350d3 (commit)
       via  4f2b767fef50f5f5c356c0c0e424fccc893a4ae6 (commit)
       via  a882ce88c5f5e391e0e31d55642d09d1c947226b (commit)
       via  2ae6256336c3604b245094ef6e07ca52414b8a7e (commit)
       via  8bd683657e8ab1e6e0e787d6c00e763d8393f5e5 (commit)
      from  efabd86a00547b4b0b9d08ece165c32701661882 (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=05a7174e1e4f4ad96d244e999c0a30842694179c

commit 05a7174e1e4f4ad96d244e999c0a30842694179c
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Oct 7 15:48:29 2011 +0200

    2.14.1-1

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 582fe07..0d12cdc 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -23,7 +23,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 7
+Release: 1
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1038,6 +1038,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Oct  7 2011 Andreas Schwab <schwab@redhat.com> - 2.14.1-1
+- Update to 2.14.1 release
+  - Correctly reparse group line after enlarging the buffer (#739360)
+  - Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork
+
 * Thu Sep  8 2011 Andreas Schwab <schwab@redhat.com> - 2.14-7
 - Update from 2.14 branch
   - Fix cfi directive in audit trampoline code

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a8d040e18091f25f2501dfe7549f8467bac350d3

commit a8d040e18091f25f2501dfe7549f8467bac350d3
Merge: efabd86 4f2b767
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Oct 7 13:33:24 2011 +0200

    Merge remote-tracking branch 'origin/release/2.14/master' into fedora/2.14/master


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

Summary of changes:
 ChangeLog                        |    9 +++++++++
 NEWS                             |    9 ++++++++-
 fedora/glibc.spec.in             |    7 ++++++-
 nptl/ChangeLog                   |    9 +++++++++
 nptl/allocatestack.c             |    1 +
 nptl/descr.h                     |    1 +
 nptl/nptl-init.c                 |    1 +
 nptl/sysdeps/pthread/list.h      |   31 +++++++++++++++++++++++--------
 nptl_db/ChangeLog                |    4 ++++
 nptl_db/thread_dbP.h             |    3 ++-
 nss/nss_files/files-initgroups.c |   12 ++++++++----
 version.h                        |    2 +-
 12 files changed, 73 insertions(+), 16 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]