1HTTP::DAV::Changes(3) User Contributed Perl DocumentationHTTP::DAV::Changes(3)
2
3
4
5 v0.48 (released 2015/03/26):
6 · bug fixes
7
8 "RT#103126", fixed faulty code to add trailing slash to URLs.
9
10 v0.47 (released 2012/03/24):
11 · bug fixes
12
13 Improve "propfind()" resilience when server response contains
14 broken, truncated or no XML at all. RT#75011.
15
16 v0.46 (released 2012/01/11):
17 · improvements
18
19 HTTP::DAV should now be working with more WebDAV servers.
20
21 We are more flexible in what content types we consider to be XML.
22 Thanks Ron1 and Adam for the feedback and patches.
23
24 v0.45 (released 2011/09/18):
25 · bug fixes
26
27 - Fixed RT #69439 (http://rt.cpan.org/Public/Bug/Display.html?id=69439),
28 insecure /tmp files handling in dave client.
29
30 · improvements
31
32 - Added -tmpdir option to dave client.
33 - Reorganized distribution layout to match usual CPAN practice
34 - Removed remains of svn-era ($Id and such...)
35
36 v0.44 (released 2011/06/19):
37 · bug fixes
38
39 - Fixed RT #68936 (http://rt.cpan.org/Public/Bug/Display.html?id=68936),
40 Fixed errors() method that would bomb out when the "_errors" attribute
41 wasn't initialized. Thanks to Michael Lackoff for reporting.
42
43 v0.43 (released 2011/04/12):
44 · bug fixes
45
46 - Fixed RT #38677 (http://rt.cpan.org/Public/Bug/Display.html?id=38677),
47 Intercept correctly 405 (Method now allowed) errors and report them
48 to the clients.
49
50 v0.42 (released 2010/11/07):
51 · bug fixes
52
53 - Fixed RT #60457 (http://rt.cpan.org/Public/Bug/Display.html?id=60457),
54 Added and documented possibility to pass your own custom HTTP headers.
55 - Fixed errors in the code examples in the synopsis.
56
57 v0.41 (released 2010/07/24):
58 · bug fixes
59
60 - Fixed RT #59674 (http://rt.cpan.org/Public/Bug/Display.html?id=59674),
61 When SSL support is needed but not installed, a more specific
62 error messages is now displayed, instead of "not DAV enabled or not accessible".
63
64 v0.40 (released 2010/01/27):
65 · bug fixes
66
67 - Fixed RT #47500 (http://rt.cpan.org/Public/Bug/Display.html?id=47500),
68 HTTP::DAV::Comms->credentials() method erroneously autovivified
69 basic authentication internal values, causing wrong or undefined
70 credentials to be sent out, or credentials to be "forgot" by HTTP::DAV.
71
72 v0.39 (released 2009/12/12):
73 · bug fixes
74
75 - Fixed RT #52665 (http://rt.cpan.org/Public/Bug/Display.html?id=52665),
76 Using dave or propfind() on URLs containing escaped chars (%xx) could fail,
77 due to upper/lower case differences. Thanks to cebjyre for the patch
78 and the test case.
79
80 v0.38 (released 2009/06/09):
81 · bug fixes
82
83 - Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
84 about the missing get_lastresponse() method. It was a documentation bug.
85
86 - Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
87 avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
88
89 - Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
90 probably already in v0.34, since it seems related to propfind() "depth" bug.
91
92 v0.37 (released 2009/03/24):
93 · bug fixes
94
95 - Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
96 Small bug in HTTP::DAV::put(). Passing a reference as local content resulted
97 in the "SCALAR(0x12345678)" being logged instead of the real scalar.
98
99 v0.36 (released 2009/02/25):
100 · bug fixes
101
102 - Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
103 LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
104 it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
105
106 - Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
107 HTTP::DAV::UserAgent::credentials() has been modified to behave like
108 LWP::UserAgent::credentials(), otherwise basic authentication breakages
109 can occur.
110
111 - Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that
112 could lead to massive performance degradation, especially when running
113 C<propfind()> against large folders.
114 C<-depth> was set to 1 even when passed as zero.
115
116 v0.35 (released 2008/11/03):
117 · bug fixes
118
119 - Fixed RT #40318 (http://rt.cpan.org/Public/Bug/Display.html?id=40318),
120 about getting single or multiple files directly to \*STDOUT.
121
122 v0.34 (released 2008/09/11):
123 · bug fixes
124
125 - Fixed RT #39150 (http://rt.cpan.org/Public/Bug/Display.html?id=39150),
126 about downloading multiple files in the same directory.
127
128 v0.33 (released 2008/08/24):
129 · documentation
130
131 - Clearly state that opera software asa is now co-maintainer of http::dav
132
133 - Fixed various inconsistencies in the v0.32 documentation
134
135 v0.32 (released 2008/08/24):
136 · incompatibilities
137
138 - Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util (core in 5.8.x).
139
140 · bug fixes
141
142 - Now HTTP::DAV objects are correctly released from memory when
143 they go out of scope. Now it should be possible to use multiple instances
144 of HTTP::DAV even in long-running processes.
145
146 Was caused by circular references between HTTP::DAV and HTTP::DAV::Resource.
147
148 v0.31 (released 2002/04/13):
149 · Apache 2 mod_dav support
150
151 - Now works with mod_dav under Apache 2.
152
153 · bug fixes
154
155 - Fixed bug to correctly handle the put/get of filenames with spaces in them.
156
157 - Fixed bug to allow the PUT of empty files.
158
159 - put() now uses binmode so that it works under Windows.
160
161 - HTTP redirect code added in the previous release was incorrectly returning a HTTP::Response instead of a HTTP::DAV::Response
162
163 - Fixed bug to allow https for copy and move (http:// was hardcoded).
164
165 - Fixed strange copy/move bug for Apache2.0's mod_dav.
166
167 v0.29 (released 2001/10/31):
168 · https
169
170 https support as provided from the underlying LWP library has been
171 tested against mod_dav and mod_ssl. Seems to work well. See
172 INSTALLATION for more detail.
173
174 · Digest authentication
175
176 Requires MD5 to be installed. See INSTALLATION notes.
177
178 · various bug fixes
179
180 · more powerful callback support for get()
181
182 Useful for giving progress indicators.
183
184 · get() to filehandles and scalar references
185
186 the get() routine now allows you to pass by reference a filehandle
187 or scalar in which to save the contents of the GET request.
188
189 · added namespace abbreviations in proppatch
190
191 Thanks to Jeremy for this patch.
192
193 · improved redirect handling in Comms.pm
194
195 Thanks to Jeremy for this patch.
196
197 v0.23 (released 2001/09/07):
198 · file globbing for get and put
199
200 HTTP::DAV::get() and HTTP::DAV::put() now supports file globs. This
201 functionality also propagates to dave. This allows you to do the
202 following:
203
204 dav> put /tmp/index*.html
205 dav> get index[12].htm? /tmp
206
207 ?,* and sets ([]) are supported. See the docs for details.
208
209 HTTP::DAV now requires the Perl module File::Glob which comes
210 bundled with perl5.6 and later.
211
212 · bug fix in -overwrite flag in HTTP::DAV::copy/move.
213
214 v0.22 (released 2001/09/03)
215 Complete overhaul of API, recursive get and put, addition of dave.
216
217 · dave -- the new command line client
218
219 I wrote dave (the DAV Explorer) because I needed an end-user
220 application that allowed me to "feel" how well the HTTP::DAV API
221 was performing. dave is quite similar to Joe Orton's C-based DAV
222 client called cadaver (yes, imitation is the best form of
223 flattery).
224
225 · A new and simpler API
226
227 This new API is accessed directly through the HTTP::DAV module and
228 is based on the core API written in previous releases.
229
230 · new methods
231
232 The new API now supports, proppatch, recursive get and put.
233
234 · A substantial core API overhaul
235
236 Moving from v0.05 to v0.22 in one release might indicate the amount
237 of work gone into this release.
238
239 · A new interoperability test suite
240
241 is now included in PerlDAV. The test suite is built on top of the
242 standard Perl Test::Harness modules. Still in development, the test
243 suite is highlighting interoperability problems with DAV-servers a
244 lot quicker than before. See "the test suite & interoperability"
245 section.
246
247 v0.05 (released 2001/07/24)
248 General bug fixes and addition of proppatch
249
250 - added PROPPATCH method to HTTP::DAV::Resource, thanks to Sylvain Plancon.
251 - fixed uninitialized warnings in test scripts.
252 - fixed new lock bug in DAV::Lock, thanks to Ben Evans
253 - fixed dumb mistake where PUT was calling get instead of put,
254 thanks to Sylvain and Ben again.
255 - fixed call to Utils::bad, thanks to Sylvain
256
257 v0.04 (released 2000/04/25)
258 Initial Release
259
260 - supports PUT,GET,MLCOL,DELETE,OPTIONS,PROPFIND,LOCK,UNLOCK,steal_lock,lock_discovery
261
262
263
264perl v5.28.0 2015-03-26 HTTP::DAV::Changes(3)