diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fb6ec34475..0787117e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index e8168363b5..035e232638 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/version.h b/version.h index d70070f2a3..f5f63f2b11 100644 --- a/version.h +++ b/version.h @@ -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" |