From cab0575ca69da1091f8b442f9cf17c2c7775533c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 19 Jul 2014 17:33:08 +0000 Subject: [PATCH] Propose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1611928 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/STATUS b/STATUS index 6cc81fabb2..4e48f62294 100644 --- a/STATUS +++ b/STATUS @@ -180,12 +180,35 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patches: trunk works +1: wrowe - * doc: improve doxygen output for util_ebcdic.h. I propose it for vote because - of the #if defined(DOXYGEN) + * doc: improve doxygen output for util_ebcdic.h and util_charset.h. + I propose it for vote because of the #if defined(DOXYGEN) trunk patch: http://svn.apache.org/r1611858 + http://svn.apache.org/r1611908 + http://svn.apache.org/r1611916 2.4.x patch: trunk patch works +1: jailletc36 + * Easy patches - synch with trunk + - mod_watchdog: Rename module name in doxygen + partly revert r832442 which + skipped doxygen doc generation for 'mod_watchdog.h' + - mod_proxy: s/apr_pstrndup/apr_pstrmemdup/ to save a few cycles + - mod_proxy_wstunnel: Use ap_remove_input_filter_byhandle instead of + duplicating the code. + - Remove some 'register' in variable declaration. + - core: Remove some 'register' in variable declaration. + Save a few cycles by calling 'apr_isalnum' instead of + 'apr_isalpha' and 'apr_isdigit'. + - Do not use deprecated define. s/MODULE_MAGIC_NUMBER/MODULE_MAGIC_NUMBER_MAJOR/ + trunk patch: + http://svn.apache.org/r1597642 + http://svn.apache.org/r1608999 + http://svn.apache.org/r1605207 + http://svn.apache.org/r1610366 + http://svn.apache.org/r1610353 + http://svn.apache.org/r1611871 + 2.4.x patch: http://people.apache.org/~jailletc36/backport9.patch + +1: jailletc36 + OTHER PROPOSALS * A list of further possible backports can be found at: -- 2.40.0