Commit 5237a1f7 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Applied


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534067 13f79535-47bb-0310-9956-ffa450edef68
parent f19008ce
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -77,14 +77,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
     <crypt.h>, such as z/OS.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=526892
     2.2.x version of patch:
       Trunk version works
     +1: trawick, rpluem, jim

   * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
     processing of error responses (4xx, 5xx) will be altered.  PR
     39245.