]> granicus.if.org Git - apache/commitdiff
Switch ftp_directory_charset and interpolate_env in proxy_dir_conf,
authorNick Kew <niq@apache.org>
Wed, 28 May 2008 20:56:02 +0000 (20:56 +0000)
committerNick Kew <niq@apache.org>
Wed, 28 May 2008 20:56:02 +0000 (20:56 +0000)
with a major MMN bump.  As suggested by rpluem in r661069 to enable
backport *without* a major bump (ABI breakage) in 2.2.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661079 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h
modules/proxy/mod_proxy.h

index 54fa1c036a45532cffd2f57d9c0ecec1adadb80e..ffd3f4005d08f0453bb969650bd1e2c2ff025cac 100644 (file)
  * 20080407.0 (2.3.0-dev)  Remove ap_graceful_stop_signalled.
  * 20080407.1              Deprecate ap_cache_cacheable_hdrs_out and add two
  *                         generalized ap_cache_cacheable_headers_(in|out).
+ * 20080528.0 (2.3.0-dev)  Switch order of ftp_directory_charset and
+ *                         interpolate_env in proxy_dir_conf.
+ *                         Rationale: see r661069.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20080407
+#define MODULE_MAGIC_NUMBER_MAJOR 20080528
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a
index 3c74570a6111160259e33d5fd66c31d9cb34c527..44918f4fb94ee0dd6a841ccfecfe66515223d957 100644 (file)
@@ -211,8 +211,8 @@ typedef struct {
     apr_array_header_t* cookie_domains;
     const apr_strmatch_pattern* cookie_path_str;
     const apr_strmatch_pattern* cookie_domain_str;
-    int interpolate_env;
     const char *ftp_directory_charset;
+    int interpolate_env;
 } proxy_dir_conf;
 
 /* if we interpolate env vars per-request, we'll need a per-request