From 007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:02:49 +0000 Subject: * NEWS, version.h (VERSION): 2.6.1. --- ChangeLog | 2 ++ NEWS | 9 +++++++++ version.h | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb6ec34475..0787117e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-07-31 Jakub Jelinek + * 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 @@ -4,6 +4,15 @@ See the end for copying conditions. Please send GNU C library bug reports via 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 for the details of each bug. + Version 2.6 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" -- cgit v1.2.3