diff options
author | mspo <mspo@pkgsrc.org> | 2011-07-09 11:37:43 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2011-07-09 11:37:43 +0000 |
commit | eb70e280f75e654a2dff96eb485a2329ce2553b3 (patch) | |
tree | b1b1cf7cf60bc8e8a5d3748e76e7428d63727f05 /www/p5-Mojolicious | |
parent | fd9cf6b01646dda906db9246162f57d877bb8728 (diff) | |
download | pkgsrc-eb70e280f75e654a2dff96eb485a2329ce2553b3.tar.gz |
Upgrade to 1.60.
a lot of bugfixes. (too many to list)
Browse the full list at
https://github.com/kraih/mojo/blob/master/Changes
1.17:
Deprecated Mojolicious process method in favor of the on_process
attribute
1.18:
Added support for "X-Forwarded-HTTPS" and "X-Forwarded-Host"
Added argument localization to the include helper.
1.19:
Improved tests.
1.20:
Improved size limit handling.
1.21:
Improved temporary file handling to avoid a very unlikely race
1.22:
Fixed small memory leak.
Deprecated Mojo::IOLoop on_tick method in favor of the recurring
method. (sbertrang)
Deprecated Mojo::IOLoop on_hup method in favor of the on_close
method.
Deprecated on_build_tx methods in favor of on_transaction methods.
Deprecated on_handler methods in favor of on_request methods.
Updated WebSocket implementation to ietf-07.
Renamed on_idle method in Mojo::IOLoop to idle.
Reduced memory requirements of cached templates by up to 50%.
1.3:
Deprecated Perl 5.8.x support.
Deprecated Mojolicious::Renderer get_inline_template method in
favor of the get_data_template method.
1.31:
Reverted deprecation of Perl 5.8.x support, by popular demand.
1.32:
Updated IO::Socket::SSL requirement to 1.43 due to bugs in older
versions
1.33:
Updated jQuery to version 1.6.1.
1.34:
Fixed small Mojo::DOM HTML5 bug.
1.4:
Deprecated Mojo::DOM add_after method in favor of the append
method.
Deprecated Mojo::DOM add_before method in favor of the prepend
method.
Deprecated all methods containing the word "inner" in favor of ones
containing the word "content".
1.41:
Fixed param list bug in Mojolicious::Controller.
1.42:
Updated WebSocket implementation to ietf-08
1.43:
Improved after_dispatch hook by allowing it to change session data.
1.44:
Added EXPERIMENTAL self-restarting Morbo development web server
1.45:
Fixed an exception with layout rendering bug.
1.46:
Improved overall performance by about 3%
1.47:
Added host support to Mojolicious::Plugin::Mount
1.48:
Added debug log message for missing action to router
1.49:
three EXPERIMENTAL features
1.50:
Updated jQuery to version 1.6.2.
1.51:
Renamed build_url method in Test::Mojo to test_server.
1.52:
Fixed small static file in DATA section bug.
1.53:
Added EXPERIMENTAL format method to Mojo::Log
1.54:
windows fixes
1.55:
Fixed some portability issues in tests
1.56:
Fixed small memory leaks in Hypnotoad and Mojo::IOLoop.
1.57:
hypnotoad improvements
1.58:
Fixed fork bug in Mojo::IOLoop.
1.59:
Added peer method to Mojo::Transactor
1.60:
Added xsl MIME type.
Diffstat (limited to 'www/p5-Mojolicious')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index e99669b8e09..495a586b2f7 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2011/04/27 12:11:16 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/07/09 11:37:43 mspo Exp $ -DISTNAME= Mojolicious-1.16 +DISTNAME= Mojolicious-1.60 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/KRAIH/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mojolicious.org/ diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index ff8d474249a..4791c845952 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/04/27 12:11:16 obache Exp $ +$NetBSD: distinfo,v 1.5 2011/07/09 11:37:44 mspo Exp $ -SHA1 (Mojolicious-1.16.tar.gz) = 6ee34f7efff0ce66d5596392ef847098f5c1954c -RMD160 (Mojolicious-1.16.tar.gz) = 0b37e105f53c20874cefe75d7493c8bae6d2c0d1 -Size (Mojolicious-1.16.tar.gz) = 465177 bytes +SHA1 (Mojolicious-1.60.tar.gz) = ec42d397be647835d61d545d893af5828eee4d0b +RMD160 (Mojolicious-1.60.tar.gz) = 0098ff5242f6835c3979c1bfa52dc3970ae22609 +Size (Mojolicious-1.60.tar.gz) = 560369 bytes |