jim 00/01/18 09:12:20
Modified: . Announcement
src CHANGES
Log:
Document the change
Revision Changes Path
1.47 +7 -5 apache-1.3/Announcement
Index: Announcement
===================================================================
RCS file: /export/home/cvs/apache-1.3/Announcement,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- Announcement 2000/01/17 00:37:51 1.46
+++ Announcement 2000/01/18 17:12:05 1.47
@@ -1,8 +1,10 @@
-Apache 1.3.10 Released
+Apache 1.3.11 Released
======================
The Apache Software Foundation and The Apache Server Project are
-pleased to announce the release of version 1.3.10 of the Apache HTTP server.
+pleased to announce the release of version 1.3.11 of the Apache HTTP server.
+Apache 1.3.10 was not released due to a last-minute bug found and
+fixed after the source was tagged and tested.
This new Apache version incorporates numerous significant improvements
to the server. Apart from portability and security fixes, documentation
@@ -43,13 +45,13 @@
A complete listing with detailed descriptions is provided in the
src/CHANGES file.
-We consider Apache 1.3.10 to be the best version of Apache available and
+We consider Apache 1.3.11 to be the best version of Apache available and
we strongly recommend that users of older versions, especially of the
1.1.x and 1.2.x family, upgrade as soon as possible. No further releases
will be made in the 1.2.x family.
-Apache 1.3.10 is available for download from
+Apache 1.3.11 is available for download from
http://www.apache.org/dist/
@@ -60,7 +62,7 @@
http://www.apache.org/dist/binaries/
-As of Apache 1.3.10 binary distributions contain all standard Apache
+As of Apache 1.3.11 binary distributions contain all standard Apache
modules as shared objects (if supported by the platform) and include
full source code. Installation is easily done by executing the
included install script. See the README.bindist and INSTALL.bindist
1.1502 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1501
retrieving revision 1.1502
diff -u -r1.1501 -r1.1502
--- CHANGES 2000/01/17 00:48:29 1.1501
+++ CHANGES 2000/01/18 17:12:13 1.1502
@@ -1,5 +1,8 @@
Changes with Apache 1.3.11
+ *) MPE builds are no longer stripped, which caused the executable
+ to not work. [Mark Bixby]
+
Changes with Apache 1.3.10
*) Fixed parsing of TAKE13-based configuration directives.