coar 99/08/09 10:46:38
Modified: . STATUS
src CHANGES Configure
src/os/win32 registry.c
src/include httpd.h
Log:
Update to 1.3.9-dev.
Revision Changes Path
1.739 +3 -8 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.738
retrieving revision 1.739
diff -u -r1.738 -r1.739
--- STATUS 1999/08/09 08:11:03 1.738
+++ STATUS 1999/08/09 17:46:13 1.739
@@ -1,16 +1,11 @@
1.3 STATUS:
- Last modified at [$Date: 1999/08/09 08:11:03 $]
+ Last modified at [$Date: 1999/08/09 17:46:13 $]
Release:
- 1.3.8-dev: current. 'Quiet mode' on 6 August 1999; should we roll
- then, or wait for internal testing first? The
- -testers lists get the tarball as soon as it's rolled.
- Current plan: test internally. If no problems, roll on
- 12 August and submit to -testers lists, then release on
- Monday 16 August 1999. Roy wants it to happen faster.
- Ken is RM.
+ 1.3.9-dev: current.
+ 1.3.8: Rolled on August 9.
1.3.7: Not released.
1.3.6. Tagged and rolled on Mar. 22. Released and announced on 24th.
1.3.5: Not released.
1.1415 +2 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1414
retrieving revision 1.1415
diff -u -r1.1414 -r1.1415
--- CHANGES 1999/08/09 09:41:36 1.1414
+++ CHANGES 1999/08/09 17:46:24 1.1415
@@ -1,3 +1,5 @@
+Changes with Apache 1.3.9
+
Changes with Apache 1.3.8
*) Flush the output buffer immediately after sending an error or redirect
1.368 +1 -1 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -r1.367 -r1.368
--- Configure 1999/08/09 07:38:37 1.367
+++ Configure 1999/08/09 17:46:25 1.368
@@ -1737,7 +1737,7 @@
# select the special subtarget for shared core generation
SUBTARGET=target_shared
# determine additional suffixes for libhttpd.so
- V=1 R=3 P=8
+ V=1 R=3 P=9
if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
SHLIB_SUFFIX_LIST=""
fi
1.24 +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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- registry.c 1999/08/09 17:22:02 1.23
+++ registry.c 1999/08/09 17:46:32 1.24
@@ -38,7 +38,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.8"
+#define VERSION "1.3.9 dev"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
1.291 +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.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- httpd.h 1999/08/09 17:22:10 1.290
+++ httpd.h 1999/08/09 17:46:38 1.291
@@ -419,7 +419,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.8" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.9-dev" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -435,7 +435,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 10308100
+#define APACHE_RELEASE 10309000
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT