From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:02:49 +0000 (+0000) Subject: * NEWS, version.h (VERSION): 2.6.1. X-Git-Tag: cvs/glibc-2_6_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007bd9c4bc4282b6f0c6c1cd06ecd1195d5d762a;p=thirdparty%2Fglibc.git * NEWS, version.h (VERSION): 2.6.1. --- diff --git a/ChangeLog b/ChangeLog index fb6ec344750..0787117e50d 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 e8168363b5a..035e2326384 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 d70070f2a30..f5f63f2b112 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"