]> granicus.if.org Git - apache/commitdiff
bump after the tag
authorCliff Woolley <jwoolley@apache.org>
Mon, 17 Jun 2002 16:11:06 +0000 (16:11 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 17 Jun 2002 16:11:06 +0000 (16:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95726 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index ceb290adf0ff4e0ffaf243ed75ec50e40bf27d26..e7f1e0d3564b02a6afa0937842c612151bbb32dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+
+Changes with Apache 2.0.40
+
+  *) Improve ap_get_client_block implementation by using APR-util brigade
+     helper functions and relying on current filter assumptions.
+     [Justin Erenkrantz]
+
 Changes with Apache 2.0.39
 
   *) Fixed a build problem in htpasswd.c on Win32.
diff --git a/STATUS b/STATUS
index b2a2f256a904bcd6cf092b74171f2adba77be80c..65148753579f4283e1c3eb66bd4c4ef974ee3ef2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,8 +1,9 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/06/17 16:01:53 $]
+Last modified at [$Date: 2002/06/17 16:11:06 $]
 
 Release:
 
+    2.0.40  : in development.
     2.0.39  : rolled June 17, 2002.
     2.0.38  : rolled June 16, 2002.  not released.
     2.0.37  : rolled June 11, 2002.  not released.
index 73ba61cb7a49aa84e4aa15d85c157c2c9eb1578e..dc1ef469af5a80507b1bd9a3e9c3cc08d618620b 100644 (file)
@@ -73,7 +73,7 @@
  */
 #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
 #define AP_SERVER_BASEPRODUCT "Apache"
-#define AP_SERVER_BASEREVISION "2.0.39"
+#define AP_SERVER_BASEREVISION "2.0.40-dev"
 #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
 #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION