]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-04-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 02:59:17 +0000 (02:59 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 02:59:17 +0000 (02:59 +0000)
* NEWS, version.h (VERSION): 2.3.5.
* README.template: Note incompatibility with GCC 4.
* README: Regenerated.

NEWS
README
README.template
version.h

diff --git a/NEWS b/NEWS
index f73d3287c43cda8aab9bd62ad0ffdab69694173b..b66392c1275ae151817731b1f1607c35cec278cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,21 @@
-GNU C Library NEWS -- history of user-visible changes.  2004-12-19
-Copyright (C) 1992-2002,2003,2004 Free Software Foundation, Inc.
+GNU C Library NEWS -- history of user-visible changes.  2005-04-05
+Copyright (C) 1992-2002,2003,2004,2005 Free Software Foundation, Inc.
 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.
 \f
+Version 2.3.5
+
+* The following bugs are resolved with this release:
+
+  284, 592, 602, 626, 633, 640, 650, 661, 671, 681, 693, 700, 710, 719,
+  722, 723, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736,
+  737, 738, 739, 740, 741, 742, 743, 744, 745, 765, 767, 768, 769, 776,
+  777, 787, 821, 822, 823, 825
+
+  Visit <http://sources.redhat.com/bugzilla/> for the details of each bug.
+\f
 Version 2.3.4
 
 * Support for RFC 3678.  Real implementations exist only for Linux so far.
diff --git a/README b/README
index 36a2af9129d2db286471eb9f6708393fb65db020..8323b3e74df655e015cad6a2d2016e752c491d20 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
-This directory contains the version 2.3.4 release of the GNU C Library.
+This directory contains the version 2.3.5 release of the GNU C Library.
 Many bugs have been fixed since the last release.
 Some bugs surely remain.
 
+Please note that version 2.3.5 cannot be built with GCC 4!
+The next release will be compatible with the newer compiler.
+
 As of this release, the GNU C library is known to run on the following
 configurations:
 
index d501d718dfc48292aadf34a2fe755e61aac6994d..5751d6a7e3c8b1767ae980ece0894dabe85d036a 100644 (file)
@@ -2,6 +2,9 @@ This directory contains the version VERSION release of the GNU C Library.
 Many bugs have been fixed since the last release.
 Some bugs surely remain.
 
+Please note that version VERSION cannot be built with GCC 4!
+The next release will be compatible with the newer compiler.
+
 As of this release, the GNU C library is known to run on the following
 configurations:
 
index 4eeb1cceb381fb9cb9e56d0e45b5cb4cf0b9b219..4d53d7b80d3ad2924f202c8c938e854cc1979ffc 100644 (file)
--- 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.3.4"
+#define VERSION "2.3.5"