jim 00/01/19 18:55:02
Modified: src CHANGES Configure
src/include httpd.h
src/os/win32 registry.c
Log:
And we bump up to 1.3.12-dev
Revision Changes Path
1.1503 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1502
retrieving revision 1.1503
diff -u -r1.1502 -r1.1503
--- CHANGES 2000/01/18 17:12:13 1.1502
+++ CHANGES 2000/01/20 02:54:52 1.1503
@@ -1,3 +1,6 @@
+Changes with Apache 1.3.12
+
+
Changes with Apache 1.3.11
*) MPE builds are no longer stripped, which caused the executable
1.391 +1 -1 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -r1.390 -r1.391
--- Configure 2000/01/17 00:48:30 1.390
+++ Configure 2000/01/20 02:54:54 1.391
@@ -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=11
+ V=1 R=3 P=12
if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
SHLIB_SUFFIX_LIST=""
fi
1.302 +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.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- httpd.h 2000/01/20 02:41:16 1.301
+++ httpd.h 2000/01/20 02:55:00 1.302
@@ -421,7 +421,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.11" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.12-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 10311100
+#define APACHE_RELEASE 10312000
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.30 +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.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- registry.c 2000/01/20 02:41:18 1.29
+++ registry.c 2000/01/20 02:55:02 1.30
@@ -38,7 +38,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.11"
+#define VERSION "1.3.12 dev"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
|