Mailing List Archive

cvs commit: apache-1.3/src CHANGES
jim 98/05/07 08:04:16

Modified: src CHANGES
Log:
The code still allows for SERVER_SUBVERSION

Revision Changes Path
1.832 +1 -1 apache-1.3/src/CHANGES

Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.831
retrieving revision 1.832
diff -u -r1.831 -r1.832
--- CHANGES 1998/05/07 12:24:22 1.831
+++ CHANGES 1998/05/07 15:04:14 1.832
@@ -2,7 +2,7 @@

*) Added the AddVersionComponent and AddVersionPlatform core directives.
The first allows the addition of arbitrary text to the Server-Version
- response header field value, replacing the SERVER_SUBVERSION define in
+ response header field value, augmenting the SERVER_SUBVERSION define in
the Configuration file with run-time settings (more useful in
a loadable-module environment). AddVersionPlatform inserts a comment
such as "(UNIX)" or "(Win32)" into the server version string.