From 6f9f951dcda4816aeec8408f327e7bcb00f834a7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 29 Apr 2002 12:51:31 +0000 Subject: [PATCH] Demote to a minor bump for .36 - those affected by API changes should be a very small subset of modules. Here are the afflicted types & fns; apr_explode_time -> apr_time_exp_tz apr_explode_localtime -> apr_time_exp_lt apr_get_groupname -> apr_group_name_get deprecated apr_lock_t, apr_os_lock_t and fns, but the warnings have been there a while so no sympathy. added dav_hooks_search_t and DASL Search functions. added apr_cmdtype_e *type arg to mod_cgi opt fn ap_cgi_build_command. added proxy_fixups hook and ap_proxy_ssl_disable, and optional fn ssl_engine_disable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94859 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 706cb2728d..6340535197 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -103,15 +103,15 @@ * 20020319 (2.0.34-dev) M_INVALID changed, plus new M_* methods for RFC 3253 * 20020327 (2.0.35-dev) Add parameter to quick_handler hook * 20020329 (2.0.35-dev) bump for addition of freelists to bucket API - * 20020413 (2.0.36-dev) bump for new arg to opt fn ap_cgi_build_command + * 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020413 +#define MODULE_MAGIC_NUMBER_MAJOR 20020329 #endif -#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */ /** -- 2.50.1