diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-31 13:11:51 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-31 13:11:51 +0000 |
commit | 4e68f295b63959588f27c38ef0d24d90e3c3fb7c (patch) | |
tree | 09570e179ca870b580af78e4266fb737884cba96 | |
parent | 4416c6f1b73ded059060fa61a4aae73af8ef4025 (diff) | |
download | glibc-4e68f295b63959588f27c38ef0d24d90e3c3fb7c.tar glibc-4e68f295b63959588f27c38ef0d24d90e3c3fb7c.tar.gz glibc-4e68f295b63959588f27c38ef0d24d90e3c3fb7c.tar.bz2 glibc-4e68f295b63959588f27c38ef0d24d90e3c3fb7c.zip |
* NEWS, version.h (VERSION): 2.5.1.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-07-31 Jakub Jelinek <jakub@redhat.com> + * NEWS, version.h (VERSION): 2.5.1. + * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests. 2007-07-28 Ulrich Drepper <drepper@redhat.com> @@ -5,6 +5,19 @@ 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.5.1 + +* The following bugs are resolved with this release: + + 2337, 2749, 3213, 3291, 3306, 3320, 3322, 3334, 3348, 3352, 3369, 3429, + 3451, 3458, 3559, 3632, 3664, 3673, 3674, 3747, 3842, 3851, 3855, 3884, + 3902, 3919, 3944, 3954, 3955, 3957, 3995, 4069, 4070, 4074, 4076, 4101, + 4102, 4130, 4131, 4181, 4342, 4344, 4364, 4368, 4381, 4405, 4406, 4411, + 4438, 4439, 4465, 4512, 4514, 4586, 4702, 4858 + + Visit <http://sources.redhat.com/bugzilla/> for the details of each bug. + + Version 2.5 * For Linux, the sorting of addresses returned by getaddrinfo now also @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.5" +#define VERSION "2.5.1" |