]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More piped logger fixes.
authorJoe Orton <jorton@apache.org>
Wed, 18 May 2005 08:20:53 +0000 (08:20 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 18 May 2005 08:20:53 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170722 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4697e927534b4398189b34504088c62d6ad0e5f6..f994dca0d27edd13bb700736dd4ffb98f648276f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -108,6 +108,16 @@ PATCHES TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs?rev=170281&view=rev
        +1: trawick, jorton
 
+    *) Fix fd leak in piped logging code, fix error handling, and remove
+       dead errno handling.
+         http://svn.apache.org/viewcvs?rev=170441&view=rev
+         http://svn.apache.org/viewcvs?rev=170537&view=rev
+         http://svn.apache.org/viewcvs?rev=170719&view=rev
+       all-in-one patch incremental to the PR 26467 fix:
+         http://people.apache.org/~jorton/ap_pipedlog2.diff
+       +1: jorton
+       [yes, I will write a CHANGES entry too]
+
     *) several changes to improve logging of connection-oriented errors, including
        ap_log_cerror() API (needs minor bump in addition to changes below)
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291