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: rhaen
Date: Sat Jan 26 19:28:58 UTC 2013
Modified Files:
pkgsrc/www/p5-Mojolicious: Makefile distinfo
Log Message:
- updated to 3.82
ChangeLog:
3.82 2013-01-18
- Improved documentation.
- Fixed Windows bugs in tests. (kmx, sri)
3.81 2013-01-17
- Added modules Mojo::Server::Prefork and Mojolicious::Command::prefork.
- Added lookup method to Mojolicious::Routes.
- Updated jQuery to version 1.9.
- Improved url_for performance significantly.
- Improved Mojo::Server::Hypnotoad to be a small wrapper around
Mojo::Server::Prefork.
- Improved documentation.
- Improved tests.
- Fixed small memory leak in Hypnotoad that only shows when Perl is compiled
with -DPERL_USE_SAFE_PUTENV. (lewoberst)
3.80 2013-01-15
- Deprecated testing WebSocket messages without calling
Test::Mojo->message_ok.
- Deprecated Mojo::Util->html_escape in favor of Mojo::Util->xml_escape.
- Deprecated Mojo::ByteStream->html_escape in favor of
Mojo::ByteStream->xml_escape.
- Deprecated Mojo::Home->slurp_rel_file in favor of Mojo::Util->slurp.
- Added message attribute to Test::Mojo.
- Added json_message_has, json_message_hasnt and message_ok methods to
Test::Mojo.
- Improved documentation.
- Improved tests.
- Fixed support for multi-character entities in Mojo::Util.
3.79 2013-01-13
- Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
3.78 2013-01-13
- Added to_dir method to Mojo::Path.
- Improved documentation.
- Improved tests.
- Fixed domain and path detection bugs in Mojo::UserAgent::CookieJar.
- Fixed IDNA support in Mojo::UserAgent::CookieJar.
3.77 2013-01-12
- Added support for advanced binary WebSocket message tests to Test::Mojo.
- Added binary and text events to Mojo::Transaction::WebSocket.
- Added json_message_is method to Test::Mojo.
- Added j function to Mojo::JSON.
- Updated a few example scripts.
- Improved documentation.
- Improved tests.
- Fixed aliasing bug in Mojo::EventEmitter.
- Fixed WebSocket cookie bug in Mojo::UserAgent.
- Fixed small upgrade bugs in Mojo::UserAgent::Transactor.
3.76 2013-01-10
- Added support for multiple uploads sharing the same name to
Mojo::UserAgent::Transactor.
- Improved performance and memory usage of Mojo::EventEmitter.
- Fixed support for multiple uploads in Mojolicious::Controller.
3.75 2013-01-08
- Added to_route method to Mojo::Path.
- Improved router performance slightly.
- Improved documentation.
- Improved tests.
3.74 2013-01-07
- Improved documentation.
- Improved tests.
- Fixed bug where Mojolicious::Lite applications in modules would generate
the wrong moniker.
3.73 2013-01-06
- Deprecated Mojolicious::Commands->start in favor of
Mojolicious::Commands->start_app.
- Added moniker attribute to Mojolicious.
- Added after_render hook.
- Improved name detection in Mojolicious::Plugin::Config.
- Improved documentation.
- Improved tests.
3.72 2013-01-05
- Deprecated base_tag helper.
- Improved documentation.
3.71 2013-01-02
- Modernized ".travis.yml".
- Improved Mojo::EventEmitter to warn about unhandled error events.
- Improved Mojo::UserAgent to warn more often about failed events.
- Improved monkey_patch to patch multiple functions at once. (jberger)
- Improved documentation.
- Improved tests.
- Fixed small memory leak in Mojo::DOM.
3.70 2012-12-23
- Added accept_interval setting to Hypnotoad.
- Reduced idle CPU usage of Mojo::Reactor::Poll.
- Improved Mojo::Server to die more gracefully if an application class could
not be found.
- Improved documentation.
3.69 2012-12-20
- Deprecated Mojolicious::Routes->namespace in favor of
Mojolicious::Routes->namespaces.
- Added color_field helper to Mojolicious::Plugin::TagHelpers.
- Added date_field helper to Mojolicious::Plugin::TagHelpers.
- Added datetime_field helper to Mojolicious::Plugin::TagHelpers.
- Added email_field helper to Mojolicious::Plugin::TagHelpers.
- Added month_field helper to Mojolicious::Plugin::TagHelpers.
- Added number_field helper to Mojolicious::Plugin::TagHelpers.
- Added range_field helper to Mojolicious::Plugin::TagHelpers.
- Added search_field helper to Mojolicious::Plugin::TagHelpers.
- Added tel_field helper to Mojolicious::Plugin::TagHelpers.
- Added time_field helper to Mojolicious::Plugin::TagHelpers.
- Added url_field helper to Mojolicious::Plugin::TagHelpers.
- Added week_field helper to Mojolicious::Plugin::TagHelpers.
- Improved Mojo::Base to use utf8.
- Improved documentation.
- Improved tests.
3.68 2012-12-16
- Added monkey_patch function to Mojo::Util.
- Added ".travis.yml".
- Modernized ".gitignore".
- Updated jQuery to version 1.8.3.
- Improved documentation.
- Improved tests.
- Converted README to markdown.
- Fixed small export bug in Mojolicious::Lite. (jberger)
3.67 2012-12-15
- Added support for MIME type prioritization to Mojolicious::Types.
- Improved respond_to to prioritize multiple MIME types if the
X-Requested-With header is set to the value "XMLHttpRequest".
- Improved documentation.
3.66 2012-12-14
- Added request_ok method to Test::Mojo.
- Improved documentation.
- Improved tests.
- Fixed multipart boundary detection bug in Mojo::Content.
- Fixed format regex generation bug in Mojolicious::Routes::Pattern.
3.65 2012-12-09
- Added upgrade method to Mojo::UserAgent::Transactor.
- Added is_range method to Mojo::Asset.
- Improved documentation.
- Improved tests.
- Fixed parameter replacement bug in Mojo::Parameters. (alexbyk, sri)
- Fixed small paragraph bug in Mojo::DOM::HTML.
3.64 2012-12-01
- Improved documentation.
- Improved tests.
- Fixed bug where Mojo::UserAgent::Transactor would escape
Content-Disposition values.
3.63 2012-11-28
- Added support for smooth restarting to Morbo.
- Added acceptor method to Mojo::IOLoop.
- Added stop method to Mojo::Server::Daemon.
- Improved memory usage of chunked transfer encoding parser in
Mojo::Content.
- Improved documentation.
- Improved tests.
3.62 2012-11-26
- Improved compatibility with IO::Socket::SSL 1.79.
- Improved encode/decode performance in Mojo::Util by using a cache.
- Improved tests.
- Fixed clone bugs in Mojo::URL.
3.61 2012-11-25
- Added protocol method to Mojo::URL.
- Added charset attribute to Mojo::Path.
- Improved support for relative redirects in Mojo::UserAgent::Transactor.
- Improved documentation.
- Improved tests.
- Fixed clone bugs in Mojo::Parameters and Mojo::URL.
- Fixed case sensitivity bugs in Mojo::UserAgent::Transactor.
3.60 2012-11-22
- Added unexpected event to Mojo::Transaction::HTTP.
- Improved documentation.
- Improved tests.
- Fixed Mojo::UserAgent to ignore unexpected 1xx responses.
3.59 2012-11-20
- Improved tests.
- Fixed memory leak in Mojo::Message::Request.
- Fixed keep alive bug in Mojo::Server::Daemon.
3.58 2012-11-19
- Improved documentation.
- Improved tests.
- Fixed state bugs in Mojo::Content::MultiPart.
- Fixed Mojo::UserAgent to remove codes from parser errors.
3.57 2012-11-12
- Deprecated Mojo::Exception->raw_message.
- Improved error message accuracy in Mojo::Template by using line
directives.
- Improved performance of contains method in Mojo::Asset::File by 100%.
- Improved documentation.
- Improved tests.
- Fixed range bug in Mojo::Asset::Memory.
3.56 2012-11-09
- Improved performance of contains method in Mojo::Asset::File
significantly.
- Improved documentation.
- Improved tests.
- Fixed offset bug in Mojo::Asset::File.
3.55 2012-11-08
- Added gzip compression support to Mojo::UserAgent.
- Added is_compressed method to Mojo::Content.
- Improved documentation.
- Improved tests.
- Fixed bug that prevented around_dispatch hooks from working correctly in
embedded applications.
- Fixed small bug where "chunked" would not always be the default transfer
encoding.
3.54 2012-11-01
- Added next and previous methods to Mojo::DOM.
- Improved documentation.
- Improved tests.
3.53 2012-10-31
- Replaced Mojolicious::Guides::CodingGuidelines with
Mojolicious::Guides::Contributing.
- Improved documentation.
- Improved tests.
3.52 2012-10-26
- Added boolean shortcut support to Mojo::JSON.
- Added escape attribute to Mojo::Template. (jberger)
- Added max_buffer_size attribute to Mojo::Content.
- Added is_limit_exceeded method to Mojo::Content.
- Improved documentation.
- Improved tests.
3.51 2012-10-23
- Improved documentation.
- Improved tests.
- Fixed multiple small context bugs.
3.50 2012-10-20
- Improved option handling of all commands.
3.49 2012-10-19
- Improved documentation.
- Improved tests.
- Fixed % escaping bug in Mojo::Parameters. (dmw397)
3.48 2012-10-16
- Improved Mojo::Content performance slightly.
- Improved documentation.
- Fixed memory leak in Mojo::Headers.
3.47 2012-10-13
- Added all method to Mojo::UserAgent::CookieJar.
- Improved documentation.
- Fixed WebSocket bug in Mojo::Content.
3.46 2012-10-11
- Improved router and renderer to allow camel case controllers.
- Improved documentation.
3.45 2012-10-10
- Added multi_accept attribute to Mojo::IOLoop.
- Added multi_accept attribute to Mojo::IOLoop::Server.
- Added multi_accept setting to Hypnotoad.
- Relaxed comment handling in Mojo::DOM::HTML a little. (jberger)
- Improved accept performance of all built-in web servers significantly.
- Improved responsiveness of documentation browser.
- Improved documentation browser CSS. (tempire)
- Improved documentation.
- Improved tests.
3.44 2012-09-29
- Improved html_escape to favor lower case entities. (judofyr)
- Improved javascript and stylesheet helpers to not generate type
attributes.
- Improved documentation.
- Improved tests.
3.43 2012-09-22
- Updated jQuery to version 1.8.2.
- Improved Hypnotoad to clean up old PID files containing a 0.
(coffeemonster)
- Improved documentation.
3.42 2012-09-16
- Improved Hypnotoad to clean up old PID files.
- Improved documentation.
- Improved tests.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.18 -r1.19 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