File: Changes.html

package info (click to toggle)
libhttp-dav-perl 0.38-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 512 kB
  • ctags: 406
  • sloc: perl: 3,618; xml: 90; makefile: 35; sh: 20
file content (216 lines) | stat: -rwxr-xr-x 7,507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Changes</title>
<link rel="stylesheet" href="perldav.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<!--

<ul>

	<ul>

		<li><a href="#v0_34__released_2008_09_11__">v0.34 (released 2008/09/11):</a></li>
		<li><a href="#v0_33__released_2008_08_24__">v0.33 (released 2008/08/24):</a></li>
		<li><a href="#v0_32__released_2008_08_24__">v0.32 (released 2008/08/24):</a></li>
		<li><a href="#v0_31__released_2002_04_13__">v0.31 (released 2002/04/13):</a></li>
		<li><a href="#v0_29__released_2001_10_31__">v0.29 (released 2001/10/31):</a></li>
		<li><a href="#v0_23__released_2001_09_07__">v0.23 (released 2001/09/07):</a></li>
		<li><a href="#v0_22__released_2001_09_03_">v0.22 (released 2001/09/03)</a></li>
		<li><a href="#v0_05__released_2001_07_24_">v0.05 (released 2001/07/24)</a></li>
		<li><a href="#v0_04__released_2000_04_25_">v0.04 (released 2000/04/25)</a></li>
	</ul>

</ul>
-->
<!-- INDEX END -->

<div id="content">
<H1>
Revision history for PerlDAV
</H1>
</div>
<div id="content"><pre>

=head2 v0.35 (released 2008/11/03):</pre>
<ul>
<li>
<p><strong>bug fixes</strong></p>
<pre>
  - Fixed RT #40318 (<a href="http://rt.cpan.org/Public/Bug/Display.html?id=40318">http://rt.cpan.org/Public/Bug/Display.html?id=40318</a>),
    about getting single or multiple files directly to \*STDOUT.</pre>
</li>
</ul>
<p>
</p>
<h2><a name="v0_34__released_2008_09_11__">v0.34 (released 2008/09/11):</a></h2>
<ul>
<li>
<p><strong>bug fixes</strong></p>
<pre>
  - Fixed RT #39150 (<a href="http://rt.cpan.org/Public/Bug/Display.html?id=39150">http://rt.cpan.org/Public/Bug/Display.html?id=39150</a>),
    about downloading multiple files in the same directory.</pre>
</li>
</ul>
<p>
</p>
<h2><a name="v0_33__released_2008_08_24__">v0.33 (released 2008/08/24):</a></h2>
<ul>
<li>
<p><strong>documentation</strong></p>
<pre>
  - Clearly state that opera software asa is now co-maintainer of http::dav</pre>
<pre>
  - Fixed various inconsistencies in the v0.32 documentation</pre>
</li>
</ul>
<p>
</p>
<h2><a name="v0_32__released_2008_08_24__">v0.32 (released 2008/08/24):</a></h2>
<ul>
<li>
<p><strong>incompatibilities</strong></p>
<pre>
 - Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util (core in 5.8.x).</pre>
</li>
<li>
<p><strong>bug fixes</strong></p>
<pre>
 - 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.</pre>
<pre>
   Was caused by circular references between HTTP::DAV and HTTP::DAV::Resource.</pre>
</li>
</ul>
<p>
</p>
<h2><a name="v0_31__released_2002_04_13__">v0.31 (released 2002/04/13):</a></h2>
<ul>
<li>
<p><strong>Apache 2 mod_dav support</strong></p>
<pre>
 - Now works with mod_dav under Apache 2.</pre>
</li>
<li>
<p><strong>bug fixes</strong></p>
<pre>
 - Fixed bug to correctly handle the put/get of filenames with spaces in them.</pre>
<pre>
 - Fixed bug to allow the PUT of empty files.</pre>
<pre>
 - put() now uses binmode so that it works under Windows.</pre>
<pre>
 - HTTP redirect code added in the previous release was incorrectly returning a HTTP::Response instead of a HTTP::DAV::Response</pre>
<pre>
 - Fixed bug to allow https for copy and move (<a href="http://">http://</a> was hardcoded).</pre>
<pre>
 - Fixed strange copy/move bug for Apache2.0's mod_dav.</pre>
</li>
</ul>
<p>
</p>
<h2><a name="v0_29__released_2001_10_31__">v0.29 (released 2001/10/31):</a></h2>
<ul>
<li>
<p><strong>https</strong></p>
<p>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.</p>
</li>
<li>
<p><strong>Digest authentication</strong></p>
<p>Requires MD5 to be installed. See INSTALLATION notes.</p>
</li>
<li>
<p><strong>various bug fixes</strong></p>
</li>
<li>
<p><strong>more powerful callback support for get()</strong></p>
<p>Useful for giving progress indicators.</p>
</li>
<li>
<p><strong>get() to filehandles and scalar references</strong></p>
<p>the <code>get()</code> routine now allows you to pass by reference a filehandle or scalar in which to save the contents of the GET request.</p>
</li>
<li>
<p><strong>added namespace abbreviations in proppatch</strong></p>
<p>Thanks to Jeremy for this patch.</p>
</li>
<li>
<p><strong>improved redirect handling in Comms.pm</strong></p>
<p>Thanks to Jeremy for this patch.</p>
</li>
</ul>
<p>
</p>
<h2><a name="v0_23__released_2001_09_07__">v0.23 (released 2001/09/07):</a></h2>
<ul>
<li>
<p><strong>file globbing for get and put</strong></p>
<p>HTTP::DAV::get() and HTTP::DAV::put() now supports file globs. This functionality also propagates to dave. This allows you to do the following:</p>
<pre>
 dav&gt; put /tmp/index*.html
 dav&gt; get index[12].htm? /tmp</pre>
<pre>
 ?,* and sets ([]) are supported. See the docs for details.</pre>
<p>HTTP::DAV now requires the Perl module File::Glob which comes bundled with perl5.6 and later.</p>
</li>
<li>
<p>bug fix in -overwrite flag in HTTP::DAV::copy/move.</p>
</li>
</ul>
<p>
</p>
<h2><a name="v0_22__released_2001_09_03_">v0.22 (released 2001/09/03)</a></h2>
<p>Complete overhaul of API, recursive get and put, addition of dave.</p>
<ul>
<li>
<p><strong>dave -- the new command line client</strong></p>
<p>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).</p>
</li>
<li>
<p><strong>A new and simpler API</strong></p>
<p>This new API is accessed directly through the HTTP::DAV module and is based on the core API written in previous releases.</p>
</li>
<li>
<p><strong>new methods</strong></p>
<p>The new API now supports, proppatch, recursive get and put.</p>
</li>
<li>
<p><strong>A substantial core API overhaul</strong></p>
<p>Moving from v0.05 to v0.22 in one release might indicate the amount of work gone into this release.</p>
</li>
<li>
<p><strong>A new interoperability test suite</strong></p>
<p>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 <a href="#the_test_suite___interoperability">the test suite &amp; interoperability</a> section.</p>
</li>
</ul>
<p>
</p>
<h2><a name="v0_05__released_2001_07_24_">v0.05 (released 2001/07/24)</a></h2>
<p>General bug fixes and addition of proppatch</p>
<pre>
 - added PROPPATCH method to HTTP::DAV::Resource, thanks to Sylvain Plancon.
 - fixed uninitialized warnings in test scripts.
 - fixed new lock bug in DAV::Lock, thanks to Ben Evans
 - fixed dumb mistake where PUT was calling get instead of put, 
   thanks to Sylvain and Ben again.
 - fixed call to Utils::bad, thanks to Sylvain</pre>
<p>
</p>
<h2><a name="v0_04__released_2000_04_25_">v0.04 (released 2000/04/25)</a></h2>
<p>Initial Release</p>
<pre>
 - supports PUT,GET,MLCOL,DELETE,OPTIONS,PROPFIND,LOCK,UNLOCK,steal_lock,lock_discovery</pre>
</div>

</body>

</html>