On Fri, Feb 16, 2018 at 1:44 PM,  <[email protected]> wrote:
> Author: minfrin
> Date: Fri Feb 16 12:44:57 2018
> New Revision: 1824457
>
> URL: http://svn.apache.org/viewvc?rev=1824457&view=rev
> Log:
> MMN bump for hostname_ex in proxy_worker_shared.

If you plan to update the backport proposal (while at it :p ) I think
Christophe's note is valid.
Maybe we should warn/info? only (for third parties) when the legacy
->hostname is truncated?

>
> Modified:
>     httpd/httpd/trunk/include/ap_mmn.h
>
> Modified: httpd/httpd/trunk/include/ap_mmn.h
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1824457&r1=1824456&r2=1824457&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/include/ap_mmn.h (original)
> +++ httpd/httpd/trunk/include/ap_mmn.h Fri Feb 16 12:44:57 2018
> @@ -564,6 +564,7 @@
>   * 20171014.3 (2.5.1-dev)  AP_DECLARE ap_parse_vhost_addrs() as public
>   * 20171014.4 (2.5.1-dev)  Add failontimeout_set, growth_set and lbmethod_set
>   *                         to proxy_balancer struct
> + * 20171014.5 (2.5.1-dev)  Add hostname_ex to proxy_worker_shared
>   */
>
>  #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
> @@ -571,7 +572,7 @@
>  #ifndef MODULE_MAGIC_NUMBER_MAJOR
>  #define MODULE_MAGIC_NUMBER_MAJOR 20171014
>  #endif
> -#define MODULE_MAGIC_NUMBER_MINOR 4                 /* 0...n */
> +#define MODULE_MAGIC_NUMBER_MINOR 5                 /* 0...n */
>
>  /**
>   * Determine if the server's current MODULE_MAGIC_NUMBER is at least a
>
>

Reply via email to