You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/02/14 20:25:37 UTC

svn commit: r1070617 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h

Author: jim
Date: Mon Feb 14 19:25:37 2011
New Revision: 1070617

URL: http://svn.apache.org/viewvc?rev=1070617&view=rev
Log:
Document pre_read_request and bump mmn

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1070617&r1=1070616&r2=1070617&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Feb 14 19:25:37 2011
@@ -2,6 +2,8 @@
 
 Changes with Apache 2.3.11
 
+  *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
+
   *) mod_cache: When a request other than GET or HEAD arrives, we must
      invalidate existing cache entities as per RFC2616 13.10. PR 15868.
      [Graham Leggett]

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1070617&r1=1070616&r2=1070617&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Mon Feb 14 19:25:37 2011
@@ -300,6 +300,7 @@
  * 20110117.1 (2.3.11-dev) Add ap_pstr2_alnum() and ap_str2_alnum()
  * 20110203.0 (2.3.11-dev) Raise DYNAMIC_MODULE_LIMIT to 256
  * 20110203.1 (2.3.11-dev) Add ap_state_query()
+ * 20110203.2 (2.3.11-dev) Add ap_run_pre_read_request() hook
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -307,7 +308,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20110203
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 2                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a