]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We are at 1.3.31
authorJim Jagielski <jim@apache.org>
Fri, 7 May 2004 14:39:45 +0000 (14:39 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 7 May 2004 14:39:45 +0000 (14:39 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS
src/include/httpd.h

diff --git a/STATUS b/STATUS
index ce1c7da3f11acf615efe092134df7ffa34e525e1..f21cebc1b5b2858c280d2dfdf5b70764a9b60e0d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,9 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/04/19 18:53:57 $]
+  Last modified at [$Date: 2004/05/07 14:39:45 $]
 
 Release:
 
-   1.3.31-dev: In development. Plan to T&R week of April 19.
+   1.3.31: Tagged May 7, 2004.
    1.3.30: Tagged April 9, 2004. Not released.
    1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003.
    1.3.28: Tagged July 16, 2003. Announced ??
@@ -47,11 +47,6 @@ Release:
 
 RELEASE SHOWSTOPPERS:
 
-   * mod_digest/nonce issue.
-      Message-Id: <166C36F2-8D5D-11D8-97C2-000393D76AB8@jaguNET.com>
-      Patches: Already committed to CVS for ease of review and test.
-               Developers should review these!!
-
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
    *  PR: 27023 Cookie could not delivered if the cookie made before
index d7d8f0e7bc820cdbd3c91a62069a7352ee79958c..034fea251de4649654f058bc906e1b335d7924ce 100644 (file)
@@ -388,7 +388,7 @@ extern "C" {
 
 #define SERVER_BASEVENDOR   "Apache Group"
 #define SERVER_BASEPRODUCT  "Apache"
-#define SERVER_BASEREVISION "1.3.31-dev"
+#define SERVER_BASEREVISION "1.3.31"
 #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 10331000
+#define APACHE_RELEASE 10331100
 
 #define SERVER_PROTOCOL "HTTP/1.1"
 #ifndef SERVER_SUPPORT