8
0
forked from pool/perl-HTTP-DAV
OBS User unknown
2009-02-27 13:06:55 +00:00
committed by Git OBS Bridge
parent a4b57498cc
commit 9948ad451d
4 changed files with 42 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 27 11:34:13 CET 2009 - anicka@suse.cz
- update to 0.36
* Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
* Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
HTTP::DAV::UserAgent::credentials() has been modified to behave like
LWP::UserAgent::credentials(), otherwise basic authentication breakages
can occur.
* Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that
could lead to massive performance degradation, especially when running
C<propfind()> against large folders.
C<-depth> was set to 1 even when passed as zero.
- fix permissions, ends of lines and perl dependency
-------------------------------------------------------------------
Tue Jan 20 15:53:14 CET 2009 - anicka@suse.cz