diff options
author | wen <wen> | 2013-08-13 16:07:57 +0000 |
---|---|---|
committer | wen <wen> | 2013-08-13 16:07:57 +0000 |
commit | 0c0e50453cb54d1227b0d783531c219f384b4b1a (patch) | |
tree | 16a56b24cccd7d16754b4f5b4624ab601795f829 /www | |
parent | 01f7a67b0b6b010011c8cc245a54ce9b57fdd52b (diff) | |
download | pkgsrc-0c0e50453cb54d1227b0d783531c219f384b4b1a.tar.gz |
Update to 1.3117
Upstream changes:
1.3117 31.07.2013
[ ENHANCEMENTS ]
* GH #836: Provide more information when an engine fails to load.
(Yanick Champoux, reported by Daniel Perrett)
[ BUG FIXES ]
* GH #794: Upload data was not kept for forwarded requests.
(reported by William Wolf)
* GH #898: calling halt() doesn't discard set headers anymore.
(Yanick Champoux, reported by Nicolas Franck)
* GH #842: embedded 'prefix' now properly localized.
(Yanick Champoux, reported by Jashank Jeremy)
[ DOCUMENTATION ]
* GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde)
* GH #712: add all status codes known to Dancer to Dancer::HTTP.
(Yanick Champoux, reported by Brian J Miller)
* Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es)
* GH #941: minor correction to code snippets in documentation.
(Grzegorz Ro偶niecki)
* GH #929: add warning on the use of Corona as underlying web server.
(issue reported by berekuk)
* GH #943: remove mention to 'Dancer::Plugin::Validation',
clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index c503e628e10..8289a0e1d6d 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2013/07/21 07:32:21 wen Exp $ +# $NetBSD: Makefile,v 1.18 2013/08/13 16:07:57 wen Exp $ -DISTNAME= Dancer-1.3116 +DISTNAME= Dancer-1.3117 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index f44cff5ab78..7676af51793 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/07/21 07:32:21 wen Exp $ +$NetBSD: distinfo,v 1.13 2013/08/13 16:07:57 wen Exp $ -SHA1 (Dancer-1.3116.tar.gz) = 45dee4f90327801a4bdf28cefc53cbe7acc9bdba -RMD160 (Dancer-1.3116.tar.gz) = ebce5c3f42270b02a576b98b49ab3f45defe6daf -Size (Dancer-1.3116.tar.gz) = 298507 bytes +SHA1 (Dancer-1.3117.tar.gz) = 7e738d2735d6614be696d4a93ae84f0d06765010 +RMD160 (Dancer-1.3117.tar.gz) = 1b296f07a0b413b61a7af41ad4a14bd350c10c1a +Size (Dancer-1.3117.tar.gz) = 299615 bytes |