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
* 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 */
/**