pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Mojolicious
Module Name: pkgsrc
Committed By: mspo
Date: Sat Jul 9 11:37:44 UTC 2011
Modified Files:
pkgsrc/www/p5-Mojolicious: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-Mojolicious/Makefile \
pkgsrc/www/p5-Mojolicious/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index