2010-01-12 12:49:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
2009-08-03 17:39:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2009-03-25 23:50:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2009-02-27 13:06:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2009-01-21 01:35:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 20 15:53:14 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.35
|
|
|
|
* Fixed getting single or multiple files directly to \*STDOUT.
|
|
|
|
|
2008-09-12 16:10:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2007-01-15 23:30:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|