diff options
author | wen <wen@pkgsrc.org> | 2014-06-05 08:14:19 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-06-05 08:14:19 +0000 |
commit | c2e2c53c565d025addca0dce75d1e673eabb18fd (patch) | |
tree | 5d1b82b85becb2cd812e69ee467918bc465bcb20 /www/p5-Mojolicious | |
parent | 91ce070da357e1bef35bd2f1cbbf0c29204ce394 (diff) | |
download | pkgsrc-c2e2c53c565d025addca0dce75d1e673eabb18fd.tar.gz |
Update to 5.04
Upstream changes:
5.04 2014-06-03
- Added expect_close attribute to Mojo::Content.
- Improved support for broken responses to CONNECT requests.
5.03 2014-06-02
- Fixed bug where Mojo::DOM::HTML could not handle certain broken tags.
5.02 2014-05-31
- Added multi-name support to cookie and signed_cookie methods in
Mojolicious::Controller.
- Added multi-name support to cookie and upload methods in Mojo::Message.
- Improved Mojolicious::Command::generate::plugin to use better directory
names.
- Fixed bug where Mojo::DOM::HTML could not handle tags with lots of
attributes.
5.01 2014-05-30
- Fixed continuation line handling in Mojo::Headers.
5.0 2014-05-29
- Code name "Tiger Face", this is a major release.
- Changed heuristics for number detection in Mojo::JSON to better line up
with user expectations.
- Changed lock and unlock callbacks in Mojo::IOLoop to not receive an
invocant.
- Changed return value of path_for method in Mojolicious::Routes::Match.
- Changed return value and arguments of error method in Mojo::Message.
- Removed deprecated support for "X-Forwarded-HTTPS".
- Removed return values from wait method in Mojo::IOLoop::Delay.
- Removed list context support from header method in Mojo::Headers.
- Removed generate_port method from Mojo::IOLoop.
- Replaced reserved stash value partial with render_to_string method.
- Replaced format method in Mojo::Log with an attribute.
- Replaced check_file method in Mojo::Server::Morbo with check method.
- Added with_compression method to Mojo::Transaction::WebSocket.
- Added catch method to Mojo::EventEmitter.
- Added append method to Mojo::Log.
- Updated jQuery to version 2.1.1.
- Improved Mojo::IOLoop::Delay to automatically check if the event loop is
already running.
- Improved Mojo::Parameters to consistently accept arrays.
- Improved Mojo::Collection to perform actual boolean checks. (marcus)
- Fixed Mojo::DOM::HTML to handle slashes in unquoted attribute values
correctly.
- Fixed Mojo::IOLoop::Server to work correctly with newer versions of
IO::Socket::SSL. (noxxi)
- Fixed rendering bug where rewritten arguments could not be localized.
- Fixed verification bug in Mojo::IOLoop::Server.
- Fixed path generation bug in Mojolicious::Routes::Match.
- Fixed warnings in Mojo::IOLoop::Delay.
4.99 2014-05-12
- Added support for performing blocking and non-blocking requests at the
same time with Mojo::UserAgent.
- Added nb_url method to Mojo::UserAgent::Server.
- Improved Mojo::IOLoop::Server and Mojo::Server::Daemon to be able to
listen on random ports.
Diffstat (limited to 'www/p5-Mojolicious')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 89f429ac27e..26ee58e1f09 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2014/06/05 08:14:19 wen Exp $ -DISTNAME= Mojolicious-4.98 +DISTNAME= Mojolicious-5.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index e1b4c80be23..11a0d4f4199 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.48 2014/05/09 07:42:25 wen Exp $ +$NetBSD: distinfo,v 1.49 2014/06/05 08:14:19 wen Exp $ -SHA1 (Mojolicious-4.98.tar.gz) = f36279afb0c24b1f2b35d103ab8c59836eac3c3f -RMD160 (Mojolicious-4.98.tar.gz) = 157b9445531f24c0c464cdb8c955d0a47901e00c -Size (Mojolicious-4.98.tar.gz) = 633469 bytes +SHA1 (Mojolicious-5.04.tar.gz) = a2db1fd6ccbc74acf644497023cfe9a20bd8ae2b +RMD160 (Mojolicious-5.04.tar.gz) = cf10b50002189ac6fbf30189632875ca0127566b +Size (Mojolicious-5.04.tar.gz) = 635621 bytes |