diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-31 13:02:49 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-31 13:02:49 +0000 |
commit | 007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a (patch) | |
tree | 04fd2f5f8f703a5e8b11b4bbf9cc9520a89fa82b | |
parent | 8dce637e3523708335c6c2a0516c7d1bd03df50c (diff) | |
download | glibc-007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a.zip glibc-007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a.tar.gz glibc-007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a.tar.bz2 |
* NEWS, version.h (VERSION): 2.6.1.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-07-31 Jakub Jelinek <jakub@redhat.com> + * NEWS, version.h (VERSION): 2.6.1. + * sysdeps/unix/sysv/linux/i386/clone.S: Revert 2006-11-30 changes. * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise. @@ -5,6 +5,15 @@ See the end for copying conditions. Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> using `glibc' in the "product" field. +Version 2.6.1 + +* The following bugs are resolved with this release: + + 4512, 4514, 4525, 4586, 4702, 4745, 4858 + + Visit <http://sources.redhat.com/bugzilla/> for the details of each bug. + + Version 2.6 * New Linux interfaces: epoll_pwait, sched_getcpu. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.6" +#define VERSION "2.6.1" |