8
0
forked from pool/perl-HTTP-DAV
Files
perl-HTTP-DAV/perl-HTTP-DAV.changes

80 lines
3.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Aug 3 16:05:51 CEST 2009 - anicka@suse.cz
- update to 0.38
* Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
about the missing get_lastresponse() method. It was a documentation bug.
* Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
* Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
probably already in v0.34, since it seems related to propfind() "depth" bug.
-------------------------------------------------------------------
Tue Mar 24 14:57:31 CET 2009 - anicka@suse.cz
- update to 0.37
* Fixed RT #44409 Small bug in HTTP::DAV::put(). Passing a reference
as local content resulted in the "SCALAR(0x12345678)" being logged
instead of the real scalar.
-------------------------------------------------------------------
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
- update to 0.35
* Fixed getting single or multiple files directly to \*STDOUT.
-------------------------------------------------------------------
Thu Sep 11 18:30:41 CEST 2008 - anicka@suse.cz
- update to 0.34
* fixed downloading multiple files in the same directory.
-------------------------------------------------------------------
Wed Sep 10 17:48:56 CEST 2008 - anicka@suse.cz
- update to 0.33
* Clearly state that Opera Software ASA is now co-maintainer of
HTTP::DAV
* Fixed various inconsistencies in the v0.32 documentation
* Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util
(core in 5.8.x).
* Now HTTP::DAV objects are correctly released from memory when
they go out of scope. Now it should be possible to use multiple
instances of HTTP::DAV even in long-running processes.
-------------------------------------------------------------------
Wed Jan 25 21:39:45 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Sep 28 22:10:10 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Wed Jan 28 14:47:50 CET 2004 - ro@suse.de
- created package (version 0.31)