-*- coding: utf-8 -*-
Changes with Apache 2.2.31
+ *) Correct win32 build issues for mod_proxy exports, OpenSSL 1.0.x headers.
+ [Yann Ylavic, Gregg Smith]
-
-Changes with Apache 2.2.30
+Changes with Apache 2.2.30 (not released)
*) SECURITY: CVE-2015-3183 (cve.mitre.org)
core: Fix chunk header parsing defect.
Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.2.31 : In maintenance
- 2.2.30 : Tagged July 10, 2014
+ 2.2.31 : Tagged July 15, 2015
+ 2.2.30 : Tagged July 10, 2015. Not released.
2.2.29 : Released September 3, 2014
2.2.28 : Tagged August 22, 2014. Not released.
2.2.27 : Released March 26, 2014
RELEASE SHOWSTOPPERS:
- *) mod_proxy: PROXY_DECLARE ap_proxy_set_scoreboard_lb (2.2.x only) to fix
- the build (linking) on Windows.
- 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-PROXY_DECLARE_set_scoreboard_lb.patch
- +1: ylavic, trawick
-
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
apr_bucket_brigade *to);
#if PROXY_HAS_SCOREBOARD
-void *ap_proxy_set_scoreboard_lb(proxy_worker *worker,
- proxy_balancer *balancer,
- server_rec *server);
+PROXY_DECLARE(void*) ap_proxy_set_scoreboard_lb(proxy_worker *worker,
+ proxy_balancer *balancer,
+ server_rec *server);
#endif
#define PROXY_LBMETHOD "proxylbmethod"
#endif
#if PROXY_HAS_SCOREBOARD
-void *ap_proxy_set_scoreboard_lb(proxy_worker *worker,
- proxy_balancer *balancer,
- server_rec *server)
+PROXY_DECLARE(void*) ap_proxy_set_scoreboard_lb(proxy_worker *worker,
+ proxy_balancer *balancer,
+ server_rec *server)
{
if (ap_scoreboard_image && !worker->s) {
int i = 0;