Commit e6471fa3 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Revoke SHOWSTOPPER status. EAGAIN, retry, continue...

Same committer shipped a release with one well known broken platform within
days of proposing a showstopper for a platform. This specific platform is not
even universally broken, but only for maintainer mode builds, and same has
upvoted a backport which can't compile in maintainer mode. Confused yet?

It might also be why this well-reasoned patch gathered little review, since
it was parked in a more obscure place?




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812118 13f79535-47bb-0310-9956-ffa450edef68
parent 1339bb53
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -113,17 +113,6 @@ CURRENT RELEASE NOTES:

RELEASE SHOWSTOPPERS:

  *) configure.in: Latest macOS Xcode 9 installs clang-900, which more
     fully honors strict-prototypes, which causes AC_CHECK_LIB to
     fail when --enable-maintainer-mode is set. Also affects clang 5.
     trunk patch: http://svn.apache.org/r1810448
                  http://svn.apache.org/r1810998
     2.4.x patch: svn merge -c 1810448,1810998 ^/httpd/httpd/trunk .
     +1: jim, wrowe
     [Not a regression, so how a showstopper? This seems to fit into the mold
      of per-platform quirks which we process in CTR flow, adding a +1 to note
      that the patch looks sane.]


PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -219,6 +208,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  (merge without changes to motorz)
     +1: ylavic,

  *) configure.in: Latest macOS Xcode 9 installs clang-900, which more
     fully honors strict-prototypes, which causes AC_CHECK_LIB to
     fail when --enable-maintainer-mode is set. Also affects clang 5.
     trunk patch: http://svn.apache.org/r1810448
                  http://svn.apache.org/r1810998
     2.4.x patch: svn merge -c 1810448,1810998 ^/httpd/httpd/trunk .
     +1: jim, wrowe
     [This seems to fit into the mold of per-platform quirks which we process
      in CTR flow, adding my +1 to note that the patch looks sane.]


PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entries should be added at the START of the list ]