akosut 97/07/22 17:06:08
Modified: . README
src CHANGES httpd.h
Log:
Prep for 1.3a1
Revision Changes Path
1.10 +5 -1 apache/README
Index: README
===================================================================
RCS file: /export/home/cvs/apache/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -u -r1.9 -r1.10
/usr/bin/diff: conflicting specifications of output style
--- README 1997/06/16 06:00:15 1.9
+++ README 1997/07/23 00:06:02 1.10
@@ -1,5 +1,5 @@
Apache
- Version 1.2 (and up)
+ Version 1.3 (and up)
What is it?
-----------
@@ -19,6 +19,10 @@
Installation
------------
+
+NOTE: Windows users please see http://www.apache.org/docs/windows.html,
+ or the htdocs/manual/windows.html file included with Apache. The
+ following applies only to Unix users.
Unless you grabbed a binary distribution of Apache, you must compile
it for your specific platform. In order to compile it, you must set
1.360 +1 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.359
retrieving revision 1.360
diff -c -u -r1.359 -r1.360
/usr/bin/diff: conflicting specifications of output style
--- CHANGES 1997/07/21 19:40:12 1.359
+++ CHANGES 1997/07/23 00:06:05 1.360
@@ -1,4 +1,4 @@
-Changes with Apache 1.3
+Changes with Apache 1.3a1
*) Added another Configure helper script: TestLib. It determines
if a specified library exists.
1.131 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -c -u -r1.130 -r1.131
/usr/bin/diff: conflicting specifications of output style
--- httpd.h 1997/07/21 05:53:46 1.130
+++ httpd.h 1997/07/23 00:06:06 1.131
@@ -288,7 +288,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3a1" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else