diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 14:17:08 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 14:17:08 +0000 |
commit | f7b0fda6f6c3f56737a197fcd237f4828b79641f (patch) | |
tree | d975112bb4045455c562c9df33c5580a47bacd6c /www/p5-HTTP-DAV/Makefile | |
parent | 28e5ddf65b999992fc4cda80e29f54c4f69de8c6 (diff) | |
download | pkgsrc-f7b0fda6f6c3f56737a197fcd237f4828b79641f.tar.gz |
Updated to 0.46
ChangeLog:
v0.46 (released 2012/01/11):
* improvements
HTTP::DAV should now be working with more WebDAV servers.
We are more flexible in what content types we consider to be XML.
Thanks Ron1 and Adam for the feedback and patches.
v0.45 (released 2011/09/18):
* bug fixes
- Fixed RT #69439 (http://rt.cpan.org/Public/Bug/Display.html?id=69439),
insecure /tmp files handling in dave client.
* improvements
- Added -tmpdir option to dave client.
- Reorganized distribution layout to match usual CPAN practice
- Removed remains of svn-era ($Id and such...)
v0.44 (released 2011/06/19):
* bug fixes
- Fixed RT #68936 (http://rt.cpan.org/Public/Bug/Display.html?id=68936),
Fixed errors() method that would bomb out when the "_errors" attribute
wasn't initialized. Thanks to Michael Lackoff for reporting.
v0.43 (released 2011/04/12):
* bug fixes
- Fixed RT #38677 (http://rt.cpan.org/Public/Bug/Display.html?id=38677),
Intercept correctly 405 (Method now allowed) errors and report them
to the clients.
v0.42 (released 2010/11/07):
* bug fixes
- Fixed RT #60457 (http://rt.cpan.org/Public/Bug/Display.html?id=60457),
Added and documented possibility to pass your own custom HTTP headers.
- Fixed errors in the code examples in the synopsis.
Diffstat (limited to 'www/p5-HTTP-DAV/Makefile')
-rw-r--r-- | www/p5-HTTP-DAV/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-HTTP-DAV/Makefile b/www/p5-HTTP-DAV/Makefile index 2a1c4a9e8a3..6c4ef5f2424 100644 --- a/www/p5-HTTP-DAV/Makefile +++ b/www/p5-HTTP-DAV/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2011/08/14 16:05:57 obache Exp $ +# $NetBSD: Makefile,v 1.23 2012/01/26 14:17:08 rhaen Exp $ # -DISTNAME= HTTP-DAV-0.41 +DISTNAME= HTTP-DAV-0.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5htd CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} |