Skip to content

Commit 1c69b4a

Browse files
committed
Moved to lib/HTTP/DAV/Changes.pod
1 parent 9466c96 commit 1c69b4a

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

doc/Changes.pod renamed to lib/HTTP/DAV/Changes.pod

+30-31
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
=for html
22
<div id="content">
3-
<H1>
4-
Revision history for PerlDAV
5-
</H1>
3+
<h1>
4+
Revision history for HTTP::DAV
5+
</h1>
66
</div>
77
<div id="content">
88

99
=begin text
1010

11-
Revision history for PerlDAV
11+
Revision history for HTTP::DAV
1212

1313
=end text
1414

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+
1532
=head2 v0.44 (released 2011/06/19):
1633

1734
=over 4
@@ -107,9 +124,7 @@ Revision history for PerlDAV
107124

108125
=over 4
109126

110-
=item *
111-
112-
B<bug fixes>
127+
=item * B<bug fixes>
113128

114129
- Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
115130
Small bug in HTTP::DAV::put(). Passing a reference as local content resulted
@@ -121,9 +136,7 @@ B<bug fixes>
121136

122137
=over 4
123138

124-
=item *
125-
126-
B<bug fixes>
139+
=item * B<bug fixes>
127140

128141
- Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
129142
LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
@@ -145,9 +158,7 @@ B<bug fixes>
145158

146159
=over 4
147160

148-
=item *
149-
150-
B<bug fixes>
161+
=item * B<bug fixes>
151162

152163
- Fixed RT #40318 (http://rt.cpan.org/Public/Bug/Display.html?id=40318),
153164
about getting single or multiple files directly to \*STDOUT.
@@ -158,9 +169,7 @@ B<bug fixes>
158169

159170
=over 4
160171

161-
=item *
162-
163-
B<bug fixes>
172+
=item * B<bug fixes>
164173

165174
- Fixed RT #39150 (http://rt.cpan.org/Public/Bug/Display.html?id=39150),
166175
about downloading multiple files in the same directory.
@@ -171,9 +180,7 @@ B<bug fixes>
171180

172181
=over 4
173182

174-
=item *
175-
176-
B<documentation>
183+
=item * B<documentation>
177184

178185
- Clearly state that opera software asa is now co-maintainer of http::dav
179186

@@ -185,15 +192,11 @@ B<documentation>
185192

186193
=over 4
187194

188-
=item *
189-
190-
B<incompatibilities>
195+
=item * B<incompatibilities>
191196

192197
- Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util (core in 5.8.x).
193198

194-
=item *
195-
196-
B<bug fixes>
199+
=item * B<bug fixes>
197200

198201
- Now HTTP::DAV objects are correctly released from memory when
199202
they go out of scope. Now it should be possible to use multiple instances
@@ -207,15 +210,11 @@ B<bug fixes>
207210

208211
=over 4
209212

210-
=item *
211-
212-
B<Apache 2 mod_dav support>
213+
=item * B<Apache 2 mod_dav support>
213214

214215
- Now works with mod_dav under Apache 2.
215216

216-
=item *
217-
218-
B<bug fixes>
217+
=item * B<bug fixes>
219218

220219
- Fixed bug to correctly handle the put/get of filenames with spaces in them.
221220

0 commit comments

Comments
 (0)