jim 00/01/16 16:48:34
Modified: src CHANGES Configure src/include httpd.h src/os/win32 registry.c Log: Bump up to 1.3.11-dev. CVS tree is STILL FROZEN!!! DO NOT COMMIT UNTIL AFTER THE RELEASE!! Revision Changes Path 1.1501 +2 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1500 retrieving revision 1.1501 diff -u -r1.1500 -r1.1501 --- CHANGES 2000/01/16 18:06:25 1.1500 +++ CHANGES 2000/01/17 00:48:29 1.1501 @@ -1,3 +1,5 @@ +Changes with Apache 1.3.11 + Changes with Apache 1.3.10 *) Fixed parsing of TAKE13-based configuration directives. 1.390 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.389 retrieving revision 1.390 diff -u -r1.389 -r1.390 --- Configure 2000/01/15 16:10:46 1.389 +++ Configure 2000/01/17 00:48:30 1.390 @@ -1775,7 +1775,7 @@ # select the special subtarget for shared core generation SUBTARGET=target_shared # determine additional suffixes for libhttpd.so - V=1 R=3 P=10 + V=1 R=3 P=11 if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then SHLIB_SUFFIX_LIST="" fi 1.300 +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.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- httpd.h 2000/01/17 00:37:52 1.299 +++ httpd.h 2000/01/17 00:48:32 1.300 @@ -421,7 +421,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3.10" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3.11-dev" /* SEE COMMENTS ABOVE */ #define SERVER_VERSION SERVER_BASEVERSION enum server_token_type { SrvTk_MIN, /* eg: Apache/1.3.0 */ @@ -437,7 +437,7 @@ * Always increases along the same track as the source branch. * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. */ -#define APACHE_RELEASE 10310100 +#define APACHE_RELEASE 10311000 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT 1.28 +1 -1 apache-1.3/src/os/win32/registry.c Index: registry.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- registry.c 2000/01/17 00:37:53 1.27 +++ registry.c 2000/01/17 00:48:33 1.28 @@ -38,7 +38,7 @@ #define VENDOR "Apache Group" #define SOFTWARE "Apache" -#define VERSION "1.3.10" +#define VERSION "1.3.11 dev" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION