]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Tue, 19 Dec 2006 23:21:30 +0000 (23:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 19 Dec 2006 23:21:30 +0000 (23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@488853 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 07f48c6cb974388909c857da72689ca69b9bd028..dc44bfcb540b179ab2335a90eedefa1ab5202e1a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,6 +86,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         http://mail-archives.apache.org/mod_mbox//httpd-dev/200609.mbox/%3c1404e5910609091218p84f4d2flc1000764b4966727@mail.gmail.com%3e
       +1: trawick, wrowe, jerenkrantz
 
+    * core: PR#37680
+      Fix NONBLOCK status of listening sockets on restart/graceful
+      http://svn.apache.org/viewvc?view=rev&revision=487901
+      +1: niq, wrowe, rpluem
+          wrowe adds; if use_nonblock was called multi_listeners
+          I woulda +1'ed this on my first readthrough.
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -173,13 +179,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          ever start using it. So we keep the framework in
          that case. Make trunk backports easier.
 
-   * core: PR#37680
-     Fix NONBLOCK status of listening sockets on restart/graceful
-     http://svn.apache.org/viewvc?view=rev&revision=487901
-     +1: niq, wrowe
-         wrowe adds; if use_nonblock was called multi_listeners
-         I woulda +1'ed this on my first readthrough.
-
    * mod_cache: Correctly cache objects whose URL query string has been
      modified by mod_rewrite.
         PR: 40805