Revision history for PerlDAV
v0.44 (released 2011/06/19):
v0.43 (released 2011/04/12):
v0.42 (released 2010/11/07):
v0.41 (released 2010/07/24):
When SSL support is needed but not installed, a more specific error messages is now displayed, instead of "not DAV enabled or not accessible".
v0.40 (released 2010/01/27):
HTTP::DAV::Comms->credentials() method erroneously autovivified basic authentication internal values, causing wrong or undefined credentials to be sent out, or credentials to be "forgot" by HTTP::DAV.
v0.39 (released 2009/12/12):
Using dave or propfind() on URLs containing escaped chars (%xx) could fail, due to upper/lower case differences. Thanks to cebjyre for the patch and the test case.
v0.38 (released 2009/06/09):
v0.37 (released 2009/03/24):
in the "SCALAR(0x12345678)" being logged instead of the real scalar.
v0.36 (released 2009/02/25):
C<propfind()> against large folders. C<-depth> was set to 1 even when passed as zero.
v0.35 (released 2008/11/03):
v0.34 (released 2008/09/11):
v0.33 (released 2008/08/24):
v0.32 (released 2008/08/24):
Was caused by circular references between HTTP::DAV and HTTP::DAV::Resource.
v0.31 (released 2002/04/13):
v0.29 (released 2001/10/31):
https support as provided from the underlying LWP library has been tested against mod_dav and mod_ssl. Seems to work well. See INSTALLATION for more detail.
Requires MD5 to be installed. See INSTALLATION notes.
Useful for giving progress indicators.
the get() routine now allows you to pass by reference a filehandle or scalar in which to save the contents of the GET request.
Thanks to Jeremy for this patch.
Thanks to Jeremy for this patch.
v0.23 (released 2001/09/07):
HTTP::DAV::get() and HTTP::DAV::put() now supports file globs. This functionality also propagates to dave. This allows you to do the
dav> put /tmp/index*.html
dav> get index[12].htm? /tmp
?,* and sets ([]) are supported. See the docs for details.
HTTP::DAV now requires the Perl module File::Glob which comes
bundled with perl5.6 and later.
v0.22 (released 2001/09/03)
Complete overhaul of API, recursive get and put, addition of dave.
I wrote dave (the DAV Explorer) because I needed an end-user application that allowed me to "feel" how well the HTTP::DAV API was performing. dave is quite similar to Joe Orton's C-based DAV client called cadaver (yes, imitation is the best form of flattery).
This new API is accessed directly through the HTTP::DAV module and is based on the core API written in previous releases.
The new API now supports, proppatch, recursive get and put.
Moving from v0.05 to v0.22 in one release might indicate the amount of work gone into this release.
is now included in PerlDAV. The test suite is built on top of the standard Perl Test::Harness modules. Still in development, the test suite is highlighting interoperability problems with DAV-servers a lot quicker than before. See "the test suite & interoperability" section.
v0.05 (released 2001/07/24)
General bug fixes and addition of proppatch
v0.04 (released 2000/04/25)
Initial Release
** This file was automatically generated from ** ** doc/Changes.pod. To edit it, see there. **