lars 99/03/22 16:36:59
Modified: src/include httpd.h
src/os/win32 registry.c
src Configure CHANGES
Log:
yet another new dev version.
Revision Changes Path
1.276 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- httpd.h 1999/03/23 00:10:59 1.275
+++ httpd.h 1999/03/23 00:36:33 1.276
@@ -413,7 +413,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.6" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.7-dev" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -429,7 +429,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 10306100
+#define APACHE_RELEASE 10307000
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.18 +1 -1 apache-1.3/src/os/win32/registry.c
Index: registry.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/win32/registry.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- registry.c 1999/03/23 00:11:27 1.17
+++ registry.c 1999/03/23 00:36:46 1.18
@@ -28,7 +28,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.6"
+#define VERSION "1.3.7 dev"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
1.334 +1 -1 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- Configure 1999/03/21 05:07:24 1.333
+++ Configure 1999/03/23 00:36:51 1.334
@@ -1568,7 +1568,7 @@
# select the special subtarget for shared core generation
SUBTARGET=target_shared
# determine additional suffixes for libhttpd.so
- V=1 R=3 P=6
+ V=1 R=3 P=7
if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
SHLIB_SUFFIX_LIST=""
fi
1.1291 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1290
retrieving revision 1.1291
diff -u -r1.1290 -r1.1291
--- CHANGES 1999/03/22 23:38:21 1.1290
+++ CHANGES 1999/03/23 00:36:52 1.1291
@@ -1,3 +1,6 @@
+Changes with Apache 1.3.7
+
+
Changes with Apache 1.3.6
*) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]