]> granicus.if.org Git - apache/commitdiff
Fix docs and bump mmn minor
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:20:43 +0000 (20:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:20:43 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@775312 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h
include/http_log.h

index 90f85bba6b1e31dffc642dfa39ade196fa353dba..e6f6858f92e47b6a15b77c1c796a78f618411478 100644 (file)
  * 20090401.0 (2.3.3-dev)  Remove ap_threads_per_child, ap_max_daemons_limit,
  *                         ap_my_generation, etc.  ap_mpm_query() can't be called
  *                         until after the register-hooks phase.
+ * 20090401.1 (2.3.3-dev)  Protected log.c internals, http_log.h changes
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20090401
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a
index bb7ebfd303c8aefdf85c2744859d1251c6d875ef..d406b811a89b826d42174f3e1a20c44ada6d1939 100644 (file)
@@ -272,7 +272,7 @@ typedef struct piped_log piped_log;
  * @param p The pool to allocate out of
  * @param program The program to run in the logging process
  * @return The piped log structure
- * @tip The log program is invoked as APR_SHELLCMD_ENV, 
+ * @tip The log program is invoked as APR_PROGRAM_ENV, 
  *      @see ap_open_piped_log_ex to modify this behavior
  */
 AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program);