]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Apache 1.3.23 tagged. On to 1.3.24
authorBill Stoddard <stoddard@apache.org>
Mon, 21 Jan 2002 19:29:37 +0000 (19:29 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 21 Jan 2002 19:29:37 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92962 13f79535-47bb-0310-9956-ffa450edef68

STATUS
src/CHANGES
src/include/httpd.h

diff --git a/STATUS b/STATUS
index b630a1cb0d2a5e62c5034aee04455b6927d8f60f..d4486533a2ad2c780b6e53cc86369b12a813ff49 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,9 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2001/12/18 15:31:57 $]
+  Last modified at [$Date: 2002/01/21 19:29:36 $]
 
 Release:
 
-
+   1.3.24: Tagged Jan 21, 2002.
    1.3.22: Tagged Oct 8, 2001.  Announced Oct 12, 2001.
    1.3.21: Not released.
              (Pulled for htdocs/manual config mismatch. t/r Oct 5, 2001)
index f43fd2e64f5f25c1d3cf2faf94864f6061c735f1..5b1f552ecf1ccad57e25a9872a722d9a8f5164ca 100644 (file)
@@ -1,3 +1,5 @@
+Changes with Apache 1.3.24
+
 Changes with Apache 1.3.23
 
   *) Fixed a number of mismatched int sizes and signedness problems.
index b814fbc881c0082fa37c4df493c6aa9be7a98c8c..1a8170162c3c410c9c8966f46c8af635c2e7b9f5 100644 (file)
@@ -436,7 +436,7 @@ extern "C" {
 
 #define SERVER_BASEVENDOR   "Apache Group"
 #define SERVER_BASEPRODUCT  "Apache"
-#define SERVER_BASEREVISION "1.3.23"
+#define SERVER_BASEREVISION "1.3.24-dev"
 #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
 
 #define SERVER_PRODUCT  SERVER_BASEPRODUCT
@@ -457,7 +457,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 10323100
+#define APACHE_RELEASE 10324000
 
 #define SERVER_PROTOCOL "HTTP/1.1"
 #ifndef SERVER_SUPPORT