You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2009/11/11 23:07:18 UTC

svn commit: r835095 - /httpd/httpd/trunk/CHANGES

Author: sf
Date: Wed Nov 11 22:07:16 2009
New Revision: 835095

URL: http://svn.apache.org/viewvc?rev=835095&view=rev
Log:
fix CHANGES entries: mod_dav_fs -> mod_dav

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=835095&r1=835094&r2=835095&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Nov 11 22:07:16 2009
@@ -13,10 +13,10 @@
   *) mod_ssl: enable support for ECC keys and ECDH ciphers.  Tested against
      OpenSSL 1.0.0b3.  [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
 
-  *) mod_dav_fs: Include uri when logging a PUT error due to connection abort.
+  *) mod_dav: Include uri when logging a PUT error due to connection abort.
      PR 38149. [Stefan Fritsch]
 
-  *) mod_dav_fs: Return 409 instead of 500 for a LOCK request if the parent
+  *) mod_dav: Return 409 instead of 500 for a LOCK request if the parent
      resource does not exist or is not a collection. PR 43465. [Stefan Fritsch]
 
   *) mod_dav_fs: Return 409 instead of 500 for Litmus test case copy_nodestcoll