jim 98/02/13 16:58:59
Modified: . Announcement STATUS
src/include httpd.h
Log:
Make 1.3b5 official
Revision Changes Path
1.8 +2 -2 apache-1.3/Announcement
Index: Announcement
===================================================================
RCS file: /export/home/cvs/apache-1.3/Announcement,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Announcement 1998/02/07 04:50:54 1.7
+++ Announcement 1998/02/14 00:58:52 1.8
@@ -1,7 +1,7 @@
Apache 1.3beta4 Released
------------------------
-The Apache Group is pleased to announce the release of the 1.3b4 version
+The Apache Group is pleased to announce the release of the 1.3b5 version
of Apache, the latest beta release of the Apache web server.
Apache 1.3 offers numerous enhancements, improvements and performance
@@ -9,7 +9,7 @@
is the ability to run Apache under Windows 95 and NT (known as the
``Win32'' port).
-Apache 1.3b4 under both Win32 and UNIX has undergone extensive testing,
+Apache 1.3b5 under both Win32 and UNIX has undergone extensive testing,
and is much improved over the previous 1.3b2 release. In particular, the
1.3b2 release for Win32 was considered a ``developer's version.'' We feel
confident that the Win32 port is ready for a wider audience, and with that
1.151 +1 -10 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- STATUS 1998/02/12 15:24:10 1.150
+++ STATUS 1998/02/14 00:58:53 1.151
@@ -4,7 +4,7 @@
2.0 : In pre-alpha development
see: <http://www.arctic.org/~dgaudet/apache/2.0/process-model>
- 1.3b5: In development, a release is planned for the week of 2/9/98
+ 1.3b5: Tagged APACHE_1_3b5
1.3b4: Internal version... not tagged or released.
1.3b3: Released and announced
1.3b1: There is no 1.3b1
@@ -15,15 +15,6 @@
o Commit-Then-Review (see <http://dev.apache.org/guidelines.html#ctr>
Plan:
-
- Let's shoot for release of 1.3b5.
- Concern: Should we hold off on any new code changes
- in order to try to get 1.3.0 out the door asap? Once
- that's done, we can split off 2.0 from the present CVS
- tree and start working on that, while putting some
- patches into 1.3.1b1-dev. Let's get 1.3.0 out soon so
- we can really start playing with the code, which isn't
- wise when we're trying to push a release out.
Showstoppers:
1.185 +1 -1 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- httpd.h 1998/02/09 13:25:42 1.184
+++ httpd.h 1998/02/14 00:58:57 1.185
@@ -356,7 +356,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b5-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b5" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else