]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that we are now 1.3.31-dev... prepare for roll
authorJim Jagielski <jim@apache.org>
Fri, 9 Apr 2004 17:01:50 +0000 (17:01 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 9 Apr 2004 17:01:50 +0000 (17:01 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103319 13f79535-47bb-0310-9956-ffa450edef68

STATUS
src/CHANGES
src/Configure
src/include/httpd.h

diff --git a/STATUS b/STATUS
index f7e777f8a401fa123dd68d35978ee250d63f82a6..82313ff80b413e0bb6725b8af41c2f22ac34a884 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,10 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/04/07 16:25:22 $]
+  Last modified at [$Date: 2004/04/09 17:01:50 $]
 
 Release:
 
-   1.3.30-dev: In development. Jim proposes a release around
-               April 12/13, 2004 and offers to be RM.
+   1.3.31-dev: In development
+   1.3.30: Tagged April 9, 2004.
    1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003.
    1.3.28: Tagged July 16, 2003. Announced ??
    1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002.
index ca2471ed4e09ef21aae2b62aed148352d3fd7a45..f69bacae0994b299b385fc4bf4e0958dec66b515 100644 (file)
@@ -1,3 +1,5 @@
+Changes with Apache 1.3.31
+
 Changes with Apache 1.3.30
 
   *) Fix memory corruption problem with ap_custom_response() function.
index 75d3ee0c8902955e832bb8f07f09462c69241e26..dd967f0f564be8b31256f999bf954584d3f97f13 100755 (executable)
@@ -1923,7 +1923,7 @@ if [ "x$using_shlib" = "x1" ] ; then
        #    select the special subtarget for shared core generation
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
-       V=1 R=3 P=30
+       V=1 R=3 P=31
        if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
index ab09f54baef67f8a43a38844cfba60ef7f3cb2b8..d7d8f0e7bc820cdbd3c91a62069a7352ee79958c 100644 (file)
@@ -388,7 +388,7 @@ extern "C" {
 
 #define SERVER_BASEVENDOR   "Apache Group"
 #define SERVER_BASEPRODUCT  "Apache"
-#define SERVER_BASEREVISION "1.3.30"
+#define SERVER_BASEREVISION "1.3.31-dev"
 #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
 
 #define SERVER_PRODUCT  SERVER_BASEPRODUCT
@@ -409,7 +409,7 @@ API_EXPORT(const char *) ap_get_server_built(void);
  * 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 10330100
+#define APACHE_RELEASE 10331000
 
 #define SERVER_PROTOCOL "HTTP/1.1"
 #ifndef SERVER_SUPPORT