]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
+1 several. -0 on the piped logger at graceful restart, since it doesn't bump the...
authorPaul Querna <pquerna@apache.org>
Wed, 18 May 2005 18:47:51 +0000 (18:47 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 18 May 2005 18:47:51 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170792 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f1a4b860305fb9530083cae5df5dd7166d152dac..24eb8371f78f6801cca1c9395af2b59113fbeb7e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -101,12 +101,14 @@ PATCHES TO BACKPORT FROM TRUNK:
              -       if (isenc && ch == '%') {
              +       if (isenc && (isenc != PROXYREQ_REVERSE) && ch == '%') {
 
-       +1: jim
+       +1: jim, pquerna
 
     *) Prevent hang writing to piped logger at graceful restart time.
        PR: 26467
          http://svn.apache.org/viewcvs?rev=170281&view=rev
        +1: trawick, jorton
+       -0: pquerna: This adds a new public function.  It should be either a 
+           minor MMN bump, or be put under CORE_PRIVATE.
 
     *) Fix fd leak in piped logging code, fix error handling, and remove
        dead errno handling.
@@ -260,12 +262,12 @@ PATCHES TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=164919&r1=164918&r2=164919&view=diff
        or 2.0 view patch
        http://issues.apache.org/bugzilla/attachment.cgi?id=14873
-       +1: bnicholes, minfrin
+       +1: bnicholes, minfrin, pquerna
        
      *) Have configure refuse to build with doomed combinations of
         internal/external APR/APR-util.
           http://svn.apache.org/viewcvs?rev=170029&view=rev
-        +1: jorton, nd, trawick
+        +1: jorton, nd, trawick, pquerna
 
 
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: