diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 05:53:50 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 05:53:50 +0000 |
commit | 3a2ba84afba2d9b315c65aa46ba036fd22ef4fb0 (patch) | |
tree | 47a553a26365a6738426804af7609434daf047b8 /NEWS | |
parent | 256926546643ba909661c83e7a7d24d733b9b390 (diff) | |
download | glibc-3a2ba84afba2d9b315c65aa46ba036fd22ef4fb0.tar.gz glibc-3a2ba84afba2d9b315c65aa46ba036fd22ef4fb0.tar.xz glibc-3a2ba84afba2d9b315c65aa46ba036fd22ef4fb0.zip |
Updated to fedora-glibc-20060815T0533
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 55855ad81a..14abed4782 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-07-28 +GNU C Library NEWS -- history of user-visible changes. 2006-08-14 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -36,6 +36,8 @@ Version 2.5 * Support for priority inheritance mutexes added by Jakub Jelinek and Ulrich Drepper. +* Support for priority protected mutexes added by Jakub Jelinek. + Version 2.4 |