You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/07/19 19:33:08 UTC

svn commit: r1611928 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Sat Jul 19 17:33:08 2014
New Revision: 1611928

URL: http://svn.apache.org/r1611928
Log:
Propose

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1611928&r1=1611927&r2=1611928&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul 19 17:33:08 2014
@@ -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: