CHANGES file for Net::DAV::Server 1.25 Sat Mar 26 07:06:03 CST 2005 - finished the support for parsing PROPFIND request bodies - for retreiving property names, named properties, or all properties. - tweaked some things to support publishing DAV using POE::Component::Server::HTTP (bug #11821) - a little more magic to make wide character file names work - all above patches by Jack/ms419 - added POD test 1.24 Tue Mar 8 18:58:05 EST 2005 - included big patch from Mark A. Hershberger, so that Net::DAV::Server passes more litmus tests - remove silly line that stopped cadaver from working - return 201 if moving to a new directory - return 409 if writing to a directory which does not exist 1.23 Thu May 20 10:06:05 BST 2004 - implemented recursive copy, delete, move using File::Find::Rule::Filesys::Virtual - 403 on more things we don't support 1.22 Wed May 19 14:04:47 BST 2004 - give a 404 on unknown error (thanks to Yair Lenga) - add Last-Modified upon GETs (thanks to Yair Lenga) - remove DateTime dependency (thanks to Yair Lenga) - fix URI encoding problems - give proper Server: header - use XML::LibXML to generate proper XML - refactoring 1.21 Sun May 9 10:16:31 IST 2004 - first release