summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-11-04 00:25:42 +0000
committerRoland McGrath <roland@gnu.org>2005-11-04 00:25:42 +0000
commit643345e85a3b44b87336eef2d808926637241530 (patch)
treef5e7b09a5305bce7414ba656ac789e758c83d953
parent204329672dd8e52824c2f3f1d50dbf4367de4aa6 (diff)
2005-11-03 Roland McGrath <roland@redhat.com>
* NEWS, version.h (VERSION): 2.3.6. * README.template: Add note about GCC 4 compiler warnings. * README: Regenerated.
-rw-r--r--NEWS2
-rw-r--r--README9
-rw-r--r--README.template4
-rw-r--r--version.h2
4 files changed, 11 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7db8a26c7c..f57db19d22 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Version 2.3.6
1087, 1088, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098,
1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109,
1110, 1111, 1112, 1113, 1125, 1137, 1138, 1249, 1250, 1251, 1252,
- 1253, 1254, 1350, 1358, 1394, 1438, 1498
+ 1253, 1254, 1350, 1358, 1394, 1438, 1498, 1534
Visit <http://sources.redhat.com/bugzilla/> for the details of each bug.
diff --git a/README b/README
index 8323b3e74d..75c28129bf 100644
--- a/README
+++ b/README
@@ -1,10 +1,7 @@
-This directory contains the version 2.3.5 release of the GNU C Library.
+This directory contains the version 2.3.6 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:
@@ -31,6 +28,10 @@ no longer supported. Porting the library is not hard. If you are
interested in doing a port, please contact the glibc maintainers;
see http://www.gnu.org/software/libc/ for more information.
+This release can be compiled using GCC 4.0, but you should expect many more
+compiler warnings than using GCC 3.4. The development version of libc is
+better suited to being built with the most recent GCC versions.
+
There are some add-ons which can be used together with GNU libc. They
are designed in a way to ease the installation by integrating them in
the libc source tree. Simply get the add-ons you need and use the
diff --git a/README.template b/README.template
index d501d718df..c9d79a0583 100644
--- a/README.template
+++ b/README.template
@@ -28,6 +28,10 @@ no longer supported. Porting the library is not hard. If you are
interested in doing a port, please contact the glibc maintainers;
see http://www.gnu.org/software/libc/ for more information.
+This release can be compiled using GCC 4.0, but you should expect many more
+compiler warnings than using GCC 3.4. The development version of libc is
+better suited to being built with the most recent GCC versions.
+
There are some add-ons which can be used together with GNU libc. They
are designed in a way to ease the installation by integrating them in
the libc source tree. Simply get the add-ons you need and use the
diff --git a/version.h b/version.h
index 4d53d7b80d..cae82e28cc 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.3.5"
+#define VERSION "2.3.6"