diff options
author | 2015-07-28 09:07:27 +0000 | |
---|---|---|
committer | 2015-07-28 09:07:27 +0000 | |
commit | 35b37cc75c1fd682b9846b70728ff873f5915a80 (patch) | |
tree | eea03d5a6080d7f47cbfd0ceac2be9312f39630b /sys-libs/glibc/ChangeLog | |
parent | Stable on alpha, bug 555838 (diff) | |
download | gentoo-2-35b37cc75c1fd682b9846b70728ff873f5915a80.tar.gz gentoo-2-35b37cc75c1fd682b9846b70728ff873f5915a80.tar.bz2 gentoo-2-35b37cc75c1fd682b9846b70728ff873f5915a80.zip |
Fix from upstream for ia64 atomics/semaphores.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc/ChangeLog')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index aff1593347d1..a88b1fdb58ba 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1062 2015/07/21 03:54:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1063 2015/07/28 09:07:27 vapier Exp $ + + 28 Jul 2015; Mike Frysinger <vapier@gentoo.org> glibc-2.21-r1.ebuild: + Fix from upstream for ia64 atomics/semaphores. *glibc-2.21-r1 (21 Jul 2015) |