1
1
=for html
2
2
<div id="content">
3
- <H1 >
4
- Revision history for PerlDAV
5
- </H1 >
3
+ <h1 >
4
+ Revision history for HTTP::DAV
5
+ </h1 >
6
6
</div>
7
7
<div id="content">
8
8
9
9
=begin text
10
10
11
- Revision history for PerlDAV
11
+ Revision history for HTTP::DAV
12
12
13
13
=end text
14
14
15
+ =head2 v0.45 (released 2011/09/18):
16
+
17
+ =over 4
18
+
19
+ =item * B<bug fixes>
20
+
21
+ - Fixed RT #69439 (http://rt.cpan.org/Public/Bug/Display.html?id=69439),
22
+ insecure /tmp files handling in dave client.
23
+
24
+ =item * B<improvements>
25
+
26
+ - Added -tmpdir option to dave client.
27
+ - Reorganized distribution layout to match usual CPAN practice
28
+ - Removed remains of svn-era ($Id and such...)
29
+
30
+ =back
31
+
15
32
=head2 v0.44 (released 2011/06/19):
16
33
17
34
=over 4
@@ -107,9 +124,7 @@ Revision history for PerlDAV
107
124
108
125
=over 4
109
126
110
- =item *
111
-
112
- B<bug fixes>
127
+ =item * B<bug fixes>
113
128
114
129
- Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
115
130
Small bug in HTTP::DAV::put(). Passing a reference as local content resulted
@@ -121,9 +136,7 @@ B<bug fixes>
121
136
122
137
=over 4
123
138
124
- =item *
125
-
126
- B<bug fixes>
139
+ =item * B<bug fixes>
127
140
128
141
- Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
129
142
LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
@@ -145,9 +158,7 @@ B<bug fixes>
145
158
146
159
=over 4
147
160
148
- =item *
149
-
150
- B<bug fixes>
161
+ =item * B<bug fixes>
151
162
152
163
- Fixed RT #40318 (http://rt.cpan.org/Public/Bug/Display.html?id=40318),
153
164
about getting single or multiple files directly to \*STDOUT.
@@ -158,9 +169,7 @@ B<bug fixes>
158
169
159
170
=over 4
160
171
161
- =item *
162
-
163
- B<bug fixes>
172
+ =item * B<bug fixes>
164
173
165
174
- Fixed RT #39150 (http://rt.cpan.org/Public/Bug/Display.html?id=39150),
166
175
about downloading multiple files in the same directory.
@@ -171,9 +180,7 @@ B<bug fixes>
171
180
172
181
=over 4
173
182
174
- =item *
175
-
176
- B<documentation>
183
+ =item * B<documentation>
177
184
178
185
- Clearly state that opera software asa is now co-maintainer of http::dav
179
186
@@ -185,15 +192,11 @@ B<documentation>
185
192
186
193
=over 4
187
194
188
- =item *
189
-
190
- B<incompatibilities>
195
+ =item * B<incompatibilities>
191
196
192
197
- Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util (core in 5.8.x).
193
198
194
- =item *
195
-
196
- B<bug fixes>
199
+ =item * B<bug fixes>
197
200
198
201
- Now HTTP::DAV objects are correctly released from memory when
199
202
they go out of scope. Now it should be possible to use multiple instances
@@ -207,15 +210,11 @@ B<bug fixes>
207
210
208
211
=over 4
209
212
210
- =item *
211
-
212
- B<Apache 2 mod_dav support>
213
+ =item * B<Apache 2 mod_dav support>
213
214
214
215
- Now works with mod_dav under Apache 2.
215
216
216
- =item *
217
-
218
- B<bug fixes>
217
+ =item * B<bug fixes>
219
218
220
219
- Fixed bug to correctly handle the put/get of filenames with spaces in them.
221
220
0 commit comments