You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/12/29 17:21:52 UTC

svn commit: r607441 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Sat Dec 29 08:21:52 2007
New Revision: 607441

URL: http://svn.apache.org/viewvc?rev=607441&view=rev
Log:
* Add a proposal, updated proposal and added a comment.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=607441&r1=607440&r2=607441&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Dec 29 08:21:52 2007
@@ -109,6 +109,16 @@
         Trunk version of patch works
      +1: rpluem,
 
+   * mod_dav_fs: Adjust etag generation to produce identical results on 32-bit
+     and 64-bit platforms. Avoid a regression with conditional PUT's on lock
+     and etag (because we have a regression otherwise this is a showstopper).
+     PR 44152
+     Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=607437&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem,
+
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
@@ -137,6 +147,7 @@
       Trunk version of patch:
          http://svn.apache.org/viewcvs.cgi?rev=409942&view=rev
          http://svn.apache.org/viewcvs.cgi?rev=607245&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=607440&view=rev
       Backport version for 2.2.x of patch:
          Trunk version of patch works
       +1: rpluem, niq, wrowe
@@ -148,6 +159,7 @@
              to have their logs filled with noise - warning would be ok, 
              provided there's no more than one entry per failed request.
              If their request would die outright, only then is rpluem right.
+      rpluem: Level now set to WARNING.
 
    * configure / install: Make https port configurable.
       Trunk version of patch: