Loading CHANGES +3 −1 Original line number Diff line number Diff line Changes with Apache 2.1.0-dev Changes with Apache 2.1.2-dev [Remove entries to the current 2.0 section below, when backported] Changes with Apache 2.1.1 *) mod_proxy_http: Stream content better - always flush buffered data to the client before blocking waiting for new data. PR 19954. [Joe Orton] Loading include/ap_release.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 #define AP_SERVER_PATCHLEVEL_NUMBER 1 /* #define AP_SERVER_ADD_STRING "-dev" */ #define AP_SERVER_PATCHLEVEL_NUMBER 2 #define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) Loading Loading
CHANGES +3 −1 Original line number Diff line number Diff line Changes with Apache 2.1.0-dev Changes with Apache 2.1.2-dev [Remove entries to the current 2.0 section below, when backported] Changes with Apache 2.1.1 *) mod_proxy_http: Stream content better - always flush buffered data to the client before blocking waiting for new data. PR 19954. [Joe Orton] Loading
include/ap_release.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 #define AP_SERVER_PATCHLEVEL_NUMBER 1 /* #define AP_SERVER_ADD_STRING "-dev" */ #define AP_SERVER_PATCHLEVEL_NUMBER 2 #define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) Loading