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:           Sun Jul  1 14:31:16 UTC 2012

Modified Files:
        pkgsrc/www/p5-Mojolicious: Makefile distinfo

Log Message:
Get into 3.x!

3.01  2012-07-01
  - Improved CSS of built-in templates.
  - Improved documentation. (diegok, sri)

3.0  2012-06-25
  - Code name "Rainbow", this is a major release.
  - Removed Mojolicious::Plugin::I18N so it can be maintained as a separate
    distribution.
  - Removed app_class attribute from Mojo::Server.
  - Removed qp_decode and qp_encode methods from Mojo::ByteStream.
  - Removed qp_decode and qp_encode functions from Mojo::Util.
  - Removed render_to_file and render_file_to_file methods from
    Mojo::Template.
  - Renamed Mojo::CookieJar to Mojo::UserAgent::CookieJar.
  - Renamed Mojo::Command to Mojolicious::Command.
  - Renamed format, reqs, symbol_start and symbols attributes in
    Mojolicious::Routes::Pattern to format_regex, constraints,
    placeholder_start and placeholders.
  - Merged get_all_data and get_data methods from Mojo::Command into data
    method in Mojo::Loader.
  - Moved class_to_file and class_to_path methods from Mojo::Command to
    Mojo::Util.
  - Updated IO::Socket::SSL requirement to 1.75 for IO::Socket::IP support.
  - Switched back from IO::Socket::INET6 to IO::Socket::IP for IPv6 support.
  - Switched from HMAC-MD5 to HMAC-SHA1 for signed cookies.
  - Added slurp function to Mojo::Util.
  - Added slurp method to Mojo::ByteStream.
  - Added j and r functions to ojo. (sharifulin, sri)
  - Added accept_interval attribute to Mojo::IOLoop.
  - Added support for new HTTP status code.
  - Modernized ".perltidyrc".
  - Improved Mojo::IOLoop::Server to prioritize RC4 cipher, which mitigates
    the BEAST attack. (Danny Thomas)
  - Improved not found page to highlight custom route names.
  - Improved to method in Mojolicious::Routes::Route to give easier access to
    default parameters.
  - Improved message parser performance slightly.
  - Improved documentation. (ichesnokov, sri)
  - Improved tests.
  - Fixed bug that prevented sessions from working in embedded applications.
  - Fixed JSON Pointer escaping.
  - Fixed small JSON Pointer bug in get command. (avkhozov)
  - Fixed small application initialization bug in Mojo::Server.

2.98  2012-05-30
  - Switched from IO::Socket::IP to IO::Socket::INET6 for IPv6 support.
  - Improved IPv6 exception handling in Mojo::IOLoop::Client.
  - Improved documentation.
  - Improved tests.
  - Fixed array appending bug in Mojo::Parameters.

2.97  2012-05-28
  - Added workaround to make IO::Socket::SSL work with IO::Socket::IP.
  - Removed Bonjour support.
  - Improved documentation.
  - Improved tests.
  - Fixed bug that prevented Test::Mojo from working with normal Mojolicious
    applications that use Mojolicious::Plugin::Config.
  - Fixed a few small Unicode bugs in documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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