]> granicus.if.org Git - apache/commitdiff
Add CHANGES entry
authorStefan Fritsch <sf@apache.org>
Sat, 4 Feb 2012 10:10:50 +0000 (10:10 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 4 Feb 2012 10:10:50 +0000 (10:10 +0000)
two known issues gone

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1240480 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index d035d4b3ef7f2e7bbdd7babc67bc0d62bfb21ad6..bcd405b0e53a6302bab62ee5e5c2d5a81ac57fe6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ Changes with Apache 2.4.1
      when no custom ErrorDocument is specified for status code 400.  
      [Eric Covener]
 
+  *) mod_proxy_balancer: Fix crash on Windows. PR 52402 [Mladen Turk]
+
   *) core: Check during configtest that the directories for error logs exist.
      PR 29941 [Stefan Fritsch]
 
diff --git a/STATUS b/STATUS
index 4c49bdd5e493222759a2e951f99619759781ea73..5756d1d749a94b7cf60b12b458530886d31a3cd3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,15 +90,10 @@ RELEASE SHOWSTOPPERS:
 
   FOR GA:
 
-  * Core output filter reads whole CGI/PIPE-like mutating bucket types into
-    RAM.
-
   KNOWN ISSUES, NEED TO BE EITHER FIXED OR DOCUMENTED IN GA ANNOUNCEMENT
 
   * Docs about building / installing are not up to date.
 
-  * PR 52402: balancer crash on Windows
-
   * PR 52476: SSL failures on windows with AcceptFilter https none
 
   NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS