jim 98/02/13 17:02:10
Modified: src CHANGES
src/include httpd.h
Log:
And bump up to 1.3b6-dev
Revision Changes Path
1.627 +2 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.626
retrieving revision 1.627
diff -u -r1.626 -r1.627
--- CHANGES 1998/02/12 01:09:41 1.626
+++ CHANGES 1998/02/14 01:02:05 1.627
@@ -1,3 +1,5 @@
+Changes with Apache 1.3b6
+
Changes with Apache 1.3b5
*) Preserve the content encoding given by the AddEncoding directive
1.186 +2 -2 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.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- httpd.h 1998/02/14 00:58:57 1.185
+++ httpd.h 1998/02/14 01:02:09 1.186
@@ -356,7 +356,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b5" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b6-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -367,7 +367,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1030005
+#define APACHE_RELEASE 1030006
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT