]> granicus.if.org Git - apache/blobdiff - STATUS
Merge r1803313 from trunk:
[apache] / STATUS
diff --git a/STATUS b/STATUS
index b34e96ebb167224eed836d2aab77b9cf417fa23e..853e78b39ca89f13381e9e68bf9910c69947a5fd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -30,7 +30,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.27  : In development.
+    2.4.28  : In development.
+    2.4.27  : Tagged on July 6, 2017. Released on July 11, 2017.
     2.4.26  : Tagged on June 13, 2017. Released on June 19, 2017.
     2.4.25  : Tagged on December 16, 2016. Released on December 21, 2016.
     2.4.24  : Tagged on December 16, 2016, not released.
@@ -112,34 +113,9 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   *) core: Save 160 bytes in the request pool and some cycles if no <If>
-            directive is used.
-      trunk patch: http://svn.apache.org/r1735906
-      2.4.x patch: svn merge -c 1735906 ^/httpd/httpd/trunk .
-      +1: jailletc36, jim, ylavic
-
-   *) Easy proposals:
-      - mod_authnz_ldap: Log a warning when the LDAP authn provider is configured
-                         but an AuthLDAPURL isn't
-      - mod_auth_digest: Follow up to r1772919: update APLOGNO()
-      - mod_cache_socache: Save a few cycles
-      - mod_cache_socache: Improve indentation
-      - mod_cache_socache: Group bit field values in order to save some memory
-      - mod_authnz_ldap: Add an explicit NULL to initialise a field in an authn_provider
-                         structure
-      trunk patch: http://svn.apache.org/r1551611
-                   http://svn.apache.org/r1783765
-                   http://svn.apache.org/r1788996
-                   http://svn.apache.org/r1788998
-                   http://svn.apache.org/r1789000
-                   http://svn.apache.org/r1795651
-      2.4.x patch: svn merge -c 1551611,1783765,1788996,1788998,1789000,1795651 ^/httpd/httpd/trunk .
-      +1: jailletc36, jim, ylavic
-
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -173,7 +149,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1790169 (rename "exception" directive)
                   http://svn.apache.org/r1790457 (Update directive name in err message)
      2.4 convenience patch (includes CHANGES):
-                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
+                  http://home.apache.org/~jim/patches/RemoteIPProxyProtocol.2.4.x.patch
      +1: druggeri, jim
 
    * mod_journald: Add new module mod_journald to log error logs into journald.
@@ -194,20 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, jim
 
-  *) event: Avoid listener periodic wake ups by using the pollset wake-ability
-     when available.  PR 57399.
-     trunk patch: http://svn.apache.org/r1762580
-                  http://svn.apache.org/r1762701
-                  http://svn.apache.org/r1762702
-                  http://svn.apache.org/r1762718
-                  http://svn.apache.org/r1762723
-                  http://svn.apache.org/r1762742
-                  http://svn.apache.org/r1762743
-                  http://svn.apache.org/r1774538
-                  http://svn.apache.org/r1779354
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
-     +1: ylavic, icing
-
    *) prefork: This fixes race-condition in signals handling when httpd is
                runnning on foreground and user hits ctrl+c
      trunk patch: http://svn.apache.org/r1618555
@@ -218,6 +180,55 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
                 2.2.x backport.
 
+  *) buildconf: add an apr-config mode, which allows builds to proceed without
+                APR source code as long as a valid APR installation exists.
+                Involves checking in the latest versions of APR's m4 files and
+                the PrintPath helper.
+     trunk patch: https://svn.apache.org/r1780441
+                  https://svn.apache.org/r1780470
+                  https://svn.apache.org/r1795928
+     2.4.x patch: svn merge -r 1780253:HEAD ^/httpd/httpd/branches/trunk-buildconf-noapr
+     +1: jchampion
+
+  *) docs: add an auto-generated Overrides class index.
+           (I know this is technically CTR, but the new machinery is a little
+           more complex than just a simple docs change. Make sure to svn-up your
+           docs-build directory.)
+     trunk patch: https://svn.apache.org/r1793922
+                  https://svn.apache.org/r1793923
+     2.4.x patch: svn merge -r1793921:HEAD ^/httpd/httpd/branches/trunk-override-index
+     +1: jchampion
+
+  *) mod_proxy_wstunnel fix PR 61142
+     2.4.x patch: svn merge -c 1801594 ^/httpd/httpd/trunk .
+     +1: jfclere, jim
+
+  *) Makefile: Use different variables to track normal modules and MPMs during
+               build. Only the enabled MPM is uncommented in the configuration
+               if multiple DSOs are built, and LoadModule for MPMs will now come
+               before LoadModule for the normal modules. Patch by rjung.
+     trunk patch: https://svn.apache.org/r1729235
+                  https://svn.apache.org/r1730079
+                  https://svn.apache.org/r1801665
+     2.4.x patch: svn merge -c1729235 -c1730079 -c1801665 ^/httpd/httpd/trunk
+     +1: jchampion
+
+  *) core: ap_server_config_defines and ap_server_{pre,post}_read_config
+           constantness and bytes saving, no functional change.
+     trunk patch: http://svn.apache.org/r1713043
+                  http://svn.apache.org/r1802305
+                  http://svn.apache.org/r1802309
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-globals_constantness_and_bytes_saving.patch
+     +1: ylavic
+
+  *) core: Support use of optional "tag" in syslog entries. PR 60525.
+     trunk patch: http://svn.apache.org/r1784318
+     2.4.x patch: http://home.apache.org/~jim/patches/syslog-tag.patch
+
+  *) proxy: Ensure updatelbstatus() is NULL if not-implemented
+     trunk patch: http://svn.apache.org/r1802845
+     2.4.x patch: trunk patch works
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]