Commit graph

69 commits

Author SHA1 Message Date
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
mspo
ec9a7e2fec 3.41 2012-09-13
- Improved Mojo::EventEmitter to warn about failed error events.
  - Improved resilience of Mojo::IOLoop exception handling.
  - Improved tests.
  - Fixed small CGI bug.

3.40  2012-09-11
  - Improved tests.
  - Fixed Perl 5.10.1 compatibility.
  - Fixed FindBin support in Mojolicious applications.
  - Fixed a few multipart bugs.

3.39  2012-09-10
  - Improved Mojo::URL and Mojo::Parameters performance.
  - Improved documentation.
  - Improved tests.
  - Fixed support for query parameters in Mojolicious::Plugin::Charset.

3.38  2012-09-07
  - Added xor_encode method to Mojo::ByteStream.
  - Added xor_encode function to Mojo::Util.
  - Improved documentation.
  - Fixed small xor_encode bug. (dod, crab)

3.37  2012-09-04
  - Added finish method to Mojo::Message.
  - Updated jQuery to version 1.8.1.
  - Improved documentation.
  - Improved tests.
  - Fixed Mojo::Transaction to propagate connection close to Mojo::Message.
  - Fixed small state bug in Mojo::Transaction.

3.36  2012-08-30
  - Improved documentation.
  - Improved tests.
  - Fixed small multipart bug.

3.35  2012-08-28
  - Deprecated Mojolicious::Controller->render_content in favor of content
    helper.
  - Improved Mojolicious::Plugin::Config to accept mode specific config files
    without a normal config file. (alexbyk, sri)
  - Improved documentation.
  - Improved tests.

3.34  2012-08-24
  - Improved documentation.

3.33  2012-08-23
  - Improved Mojo::DOM::HTML to handle bad charsets more gracefully.
  - Improved documentation.
  - Improved tests.

3.32  2012-08-20
  - Added event sequentialization support to delay method in Mojo::IOLoop.
    (judofyr, marcus, sri)
  - Added support for expiration session value to Mojolicious::Sessions.
  - Added steps method to Mojo::IOLoop::Delay. (judofyr, marcus, sri)
  - Added tap method to Mojo::Base.
  - Added squish method to Mojo::ByteStream.
  - Added squish function to Mojo::Util.
  - Improved documentation.
  - Improved tests.
  - Fixed json_has method in Test::Mojo.
  - Fixed bug in Mojo::Log that prevented some message events from being
    emitted.
  - Fixed get command to allow ":" character in header values.
  - Fixed small class_to_file bug.
  - Fixed a few small namespace handling bugs.
2012-09-15 17:53:08 +00:00
sno
9cab3b7a64 Updating package for CPAN distribution Mojolicious in www/p5-Mojolicious
from 3.28 to 3.31.

Upstream changes:
3.31  2012-08-15
  - Added accept_charset, accept_encoding, content_encoding, origin and
    sec_websocket_extensions methods to Mojo::Headers.
  - Improved documentation.
  - Improved tests.

3.30  2012-08-14
  - Added te method to Mojo::Headers.
  - Improved documentation.
  - Fixed small content encoding bug in Mojo::Message.

3.29  2012-08-13
  - Improved documentation.
  - Improved tests.
  - Fixed small timing bugs in WebSocket and TLS tests.
2012-08-17 12:06:06 +00:00
mspo
a404f01a35 upgrade to 3.28
3.28  2012-08-10
  - Added skip_body attribute to Mojo::Content.
  - Added is_empty method to Mojo::Message::Response.
  - Updated jQuery to version 1.8.
  - Improved Mojo::Base to assign names to generated subroutines.
  - Improved message parser performance slightly.
  - Improved documentation.
  - Improved tests.
  - Fixed 1xx, 204 and 304 response support.

3.27  2012-08-09
  - Improved documentation.
  - Improved tests.

3.26  2012-08-09
  - Improved tests.

3.25  2012-08-08
  - Improved documentation.
  - Fixed cleanup bugs in Mojo::Server::Daemon and Mojo::UserAgent.

3.24  2012-08-08
  - Improved documentation.
  - Improved tests.

3.23  2012-08-07
  - Added appcache MIME type.
  - Improved documentation.

3.22  2012-08-06
  - Added mp4, ogg, ogv and webm MIME types.
  - Removed x- prefix from js and woff MIME types.
  - Improved documentation.
  - Fixed gz and xml MIME types.

3.21  2012-08-05
  - Improved documentation.
  - Improved tests.
  - Fixed Perl 5.17.3+ compatibility.
  - Fixed small AUTOLOAD bug in Mojolicious::Lite.

3.20  2012-08-04
  - Added extract_start_line method to Mojo::Message, Mojo::Message::Request
    and Mojo::Message::Response.
  - Added get_start_line_chunk method to Mojo::Message::Request and
    Mojo::Message::Request.
  - Improved end method in Mojo::IOLoop::Delay to return the number of
    remaining events.
  - Improved documentation.
  - Improved tests.
2012-08-11 14:54:17 +00:00
mspo
eb71bf7ba8 3.20 2012-08-04
- Added extract_start_line method to Mojo::Message, Mojo::Message::Request
    and Mojo::Message::Response.
  - Added get_start_line_chunk method to Mojo::Message::Request and
    Mojo::Message::Request.
  - Improved end method in Mojo::IOLoop::Delay to return the number of
    remaining events.
  - Improved documentation.
  - Improved tests.

3.19  2012-08-03
  - Improved documentation.
  - Improved tests.
  - Fixed dynamic content generation bug in Mojo::Message.
  - Fixed bug that prevented multiple anchors with the same name in
    Mojolicious::Plugin::PODRenderer.

3.18  2012-08-02
  - Improved documentation.
  - Improved tests.
  - Fixed chunked transfer encoding bug in Mojo::Content.

3.17  2012-08-01
  - Improved documentation.
  - Improved tests.
  - Fixed bug in after_static_dispatch hook that prevented custom responses.
  - Fixed bug that prevented conditions from generating responses.

3.16  2012-07-31
  - Improved documentation.
  - Fixed small memory leak in Mojolicious::Plugin::TagHelpers.

3.15  2012-07-28
  - Improved Mojo::Base to load IO::Handle.
  - Improved documentation.

3.14  2012-07-27
  - Improved documentation.

3.13  2012-07-24
  - Added multi name support to param method in Mojolicious::Controller.
  - Added remove method to Mojo::DOM.
  - Improved RFC 3986 compliance of Mojo::Parameters.
  - Improved Mojolicious::Plugin::Config log messages. (jberger)
  - Improved documentation.
  - Improved tests.
  - Fixed selector bug in dom method of Mojo::Message.
  - Fixed small charset bug in get command.

3.12  2012-07-20
  - Deprecated Mojo::Home->app_class.
  - Deprecated Mojo::IOLoop->client_class.
  - Deprecated Mojo::IOLoop->server_class.
  - Deprecated Mojo::IOLoop->stream_class.
  - Deprecated Mojo::Message->dom_class.
  - Deprecated Mojo::Message->json_class.
  - Added json method to Mojo::UserAgent::Transactor.
  - Added build_json_tx and post_json methods to Mojo::UserAgent.
  - Added post_json_ok method to Test::Mojo.
  - Added n function to ojo.
  - Improved text_field helper to always set the type attribute. (marty, sri)
  - Improved documentation.
  - Improved tests.
  - Fixed file and content type detection bugs in Mojolicious::Static.
    (marty, sri)

3.11  2012-07-19
  - Added or method to Test::Mojo. (moritz, sri)
  - Added file and serve_asset methods to Mojolicious::Static.
  - Improved default descriptions for many methods in Test::Mojo.
  - Improved Mojo::Cache performance. (nic)
  - Improved documentation.
  - Improved tests.
  - Fixed a few small encoding bugs in Test::Mojo.

3.10  2012-07-17
  - Improved tests.
  - Fixed small bug in Mojo::Asset::File.

3.09  2012-07-16
  - Added spurt function to Mojo::Util.
  - Added spurt method to Mojo::ByteStream.
  - Improved documentation.
  - Improved tests.

3.08  2012-07-14
  - Fixed small Mojo::Template bug.

3.07  2012-07-13
  - Improved template error messages for generator commands and config files.
  - Improved documentation.
  - Improved tests.
  - Fixed small bug in Mojolicious::Plugin::EPRenderer that prevented code to
    be added to templates.
  - Fixed small bug in Mojolicious::Plugin::JSONConfig that prevented code to
    be added to config files.

3.06  2012-07-11
  - Added tls_verify option to Mojo::IOLoop::Server->listen. (scottw)
  - Added verify parameter to Mojo::Server::Daemon->listen. (scottw)
  - Improved documentation.
  - Improved tests.
  - Fixed small bug in Mojo::UserAgent that prevented port reuse.

3.05  2012-07-08
  - Reduced default graceful_timeout from 30 to 20 seconds in
    Mojo::Server::Hypnotoad.
  - Improved documentation.
  - Improved tests.
  - Fixed small initialization bug in Mojo::IOLoop::Stream.

3.04  2012-07-07
  - Improved Mojo::IOLoop performance by reducing stream timeout precision
    from 0.025 to 0.5 seconds.

3.03  2012-07-06
  - Improved load balancing between Hypnotoad worker processes.
  - Improved Hypnotoad log messages.
  - Improved documentation.
  - Improved tests.
  - Fixed default format handling bug in render_exception and
    render_not_found.
  - Fixed small namespace detection bug in Mojo::DOM.
  - Fixed small session reset bug in Test::Mojo.

3.02  2012-07-03
  - Added pluck and uniq methods to Mojo::Collection.
  - Added regular expression support to first and grep methods in
    Mojo::Collection.
  - Improved documentation.
  - Improved tests.
  - Fixed JSON Pointer escaping.
  - Fixed small text and attribute extraction bugs in Mojo::DOM.
  - Fixed small inconsistency between routes and static dispatchers.
2012-08-04 14:07:51 +00:00
mspo
9116bffe0a 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.
2012-07-01 14:31:15 +00:00
mspo
d54e64c5d5 pretty big version bump
2.96  2012-05-21
  - Added merge method to Mojo::Path.
  - Improved documentation.
  - Improved tests.
  - Fixed small memory leak in Mojolicious.
  - Fixed small bug that prevented already prepared IO::Socket::SSL handles to
    be used by Mojo::UserAgent.
  - Fixed small Mojo::URL and Mojo::Path stringification bugs.

2.95  2012-05-10
  - Improved documentation.
  - Fixed bug that caused inactivity timeouts to be logged too often.

2.94  2012-05-09
  - Added support for 308 redirects to Mojo::UserAgent.
  - Added support for new HTTP status codes.
  - Improved exception handling of all scripts.
  - Improved built-in web servers to log inactivity timeouts as debug messages
    instead of errors.
  - Improved documentation.
  - Fixed html_escape to always use entities with semicolon. (OlegG, crab)
  - Fixed typo in 414 status message.
  - Fixed small cookie formatting bug.
  - Fixed small bug in cookie parser.
  - Fixed small backlog bug in Mojo::Server::Daemon.

2.93  2012-05-05
  - Added remove method to Mojolicious::Routes::Route.
  - Improved 32bit Perl support of Mojo::Transaction::WebSocket.
    (mikemagowan, sri)
  - Improved exception handling of application and config file loaders.
  - Improved exception handling of Mojolicious::Plugin::I18N.
  - Improved renderer log messages.
  - Improved documentation.
  - Improved tests.
  - Fixed bug that prevented helper names from starting with "end". (Akron)
  - Fixed bug that prevented helper names from ending with "begin".
  - Fixed empty frame handling in Mojo::Transaction::WebSocket.
  - Fixed small rendering bug in Mojolicious::Plugin::PODRenderer.
  - Fixed small code generation bug in Mojolicious::Plugin::I18N.
  - Fixed small escaping bug in Mojo::URL.

2.92  2012-04-30
  - Added commands attribute to Mojolicious.
  - Improved documentation.
  - Improved tests.
  - Fixed attribute namespace selector bugs in Mojo::DOM::CSS.

2.91  2012-04-26
  - Added cookies method to Mojo::Message.
  - Updated HTML5 entities in Mojo::Util.
  - Improved documentation.

2.90  2012-04-25
  - Fixed small JavaScript bug in Mojolicious::Plugin::PODRenderer.

2.89  2012-04-24
  - Made logo on built-in templates smaller.
  - Improved CSS of built-in templates.
  - Improved documentation.
  - Improved tests.

2.88  2012-04-24
  - Improved documentation.
  - Improved tests.

2.87  2012-04-23
  - Improved html_escape performance and added pattern support.
  - Improved documentation.
  - Improved tests.
  - Fixed small escaping bug.

2.86  2012-04-23
  - Added support for TO_JSON method to Mojo::JSON.
  - Updated HTML5 entities in Mojo::Util.
  - Increased default heartbeat_timeout from 10 to 20 seconds in
    Mojo::Server::Hypnotoad.
  - Improved Mojo::Template exception handling.
  - Improved ojo exception handling.
  - Improved documentation.
  - Improved tests.
  - Fixed a few HTML5 unescaping bugs.

2.85  2012-04-19
  - Modernized ".perltidyrc".
  - Improved documentation. (diegok, sri)
  - Fixed bug in "user_agent.t".

2.84  2012-04-19
  - Improved documentation.
  - Improved tests.
  - Fixed flash.

2.83  2012-04-18
  - Added hostname verification support to Mojo::IOLoop::Client and
    Mojo::UserAgent.
  - Added SNI support to Mojo::IOLoop::Client and Mojo::UserAgent.
  - Improved documentation.
  - Fixed bug that prevented conditions to work in embedded applications.
  - Fixed bug that changed default values in embedded applications.
  - Fixed small bug in cpanify command.

2.82  2012-04-16
  - Deprecated relaxed placeholders "/(.foo)" in favor of "/#foo".
  - Deprecated Mojolicious::Routes::Route->waypoint.
  - Deprecated Mojolicious::Routes::Route->block.
  - Improved Mojolicious::Routes::Pattern to render formats.
  - Improved regex formatting in routes command.
  - Improved documentation.
  - Improved tests.

2.81  2012-04-15
  - Improved router to allow disabled format detection to be inheritable by
    nested routes.
  - Improved error handling in Mojolicious::Plugin::JSONConfig.
  - Improved match method in Mojolicious::Routes::Pattern to support format
    detection.
  - Improved router log messages.
  - Improved all debug messages.
  - Improved documentation.
  - Improved tests.
  - Fixed format detection bugs in Mojolicious::Routes::Pattern.
  - Fixed format handling in routes command.

2.80  2012-04-10
  - Added support for alternative MIME types to Mojolicious::Types.
  - Added endpoint method to Mojo::UserAgent::Transactor.
  - Improved tests.
  - Fixed HTTPS proxy keep alive bug in Mojo::UserAgent.

2.79  2012-04-10
  - Improved makefile and plugin generators to always use the latest
    Mojolicious version.
  - Improved documentation.
  - Improved tests.
  - Fixed HTTPS proxy support in Mojo::UserAgent.
  - Fixed multiple Mojo::UserAgent::Transactor bugs.

2.78  2012-04-09
  - Improved Mojolicious::Routes to allow redispatching controllers.
  - Improved Mojolicious::Routes logging.
  - Improved documentation.

2.77  2012-04-09
  - Improved Mojo::Transaction::WebSocket to allow custom message parsers.
  - Improved help command to be less strict.
  - Improved documentation. (tempire, sri)
  - Improved tests.
  - Fixed bug that prevented --help and -h flags from working for generator
    commands.
  - Fixed small bug that prevented non-string secrets in Mojolicious.

2.76  2012-04-05
  - Improved documentation.

2.75  2012-04-05
  - Improved documentation.
  - Improved tests.
  - Fixed small bug in params method of Mojo::Parameters.

2.74  2012-04-04
  - Improved documentation.
  - Improved tests.
  - Fixed multiple small bugs in form method of Mojo::UserAgent::Transactor.

2.73  2012-04-03
  - Improved documentation.
  - Improved tests.
  - Fixed multiple progress event bugs in Mojo::Message.

2.72  2012-04-03
  - Added kept_alive method to Mojo::Transaction::WebSocket.
  - Improved documentation.

2.71  2012-04-03
  - Improved Hypnotoad error handling.
  - Improved version command to detect proxy servers automatically.
  - Improved documentation.
  - Improved tests.
  - Fixed small argument bug in to_hash method of Mojo::Headers.

2.70  2012-03-30
  - Improved speed of version command by switching to the MetaCPAN API.
  - Improved all bundled TLS test certificates to expire at the same time.
  - Improved documentation.
  - Improved tests.
  - Fixed handler detection precedence bug in Mojolicious::Renderer.
  - Fixed ability to disable inactivity timeout in Hypnotoad.
  - Fixed ability to disable accepts limit in Hypnotoad.
  - Fixed small bug in get_all_data method of Mojo::Command.
  - Fixed small bug in inflate command. (memowe)
2012-05-26 08:06:13 +00:00
mspo
d674ed1385 big version bump:
2.62    2012-03-17 00:00:00
        - Deprecated Mojolicious::Renderer->default_template_class in favor
          of Mojolicious::Renderer->classes.
        - Deprecated Mojolicious::Static->default_static_class in favor of
          Mojolicious::Static->classes.
        - Added options function to Mojolicious::Lite.
        - Added options method to Mojolicious::Routes.
        - Added options method to Mojo::UserAgent.
        - Added options_ok method to Test::Mojo.
        - Added o function to ojo.
        - Removed experimental status from Mojo::Cache.
        - Removed experimental status from Mojo::DOM::CSS.
        - Removed experimental status from Mojo::DOM::HTML.
        - Removed experimental status from Mojo::Server::Morbo.
        - Removed experimental status from Mojo::Transaction::WebSocket.
        - Removed experimental status from Mojo::UserAgent::Transactor.
        - Removed experimental status from Mojolicious::Command::cpanify.
        - Removed experimental status from upgrade event in
          Mojo::Transaction::HTTP.
        - Removed experimental status from t helper in
          Mojolicious::Plugin::TagHelpers.
        - Removed experimental status from current_route and url_with helpers
          in Mojolicious::Plugin::DefaultHelpers.
        - Removed experimental status from websocket function in
          Mojolicious::Lite.
        - Removed experimental status from cache attribute in
          Mojolicious::Renderer.
        - Removed experimental status from format attribute in
          Mojolicious::Routes::Pattern.
        - Removed experimental status from ca and local_address,
          request_timeout and transactor attributes in Mojo::UserAgent.
        - Removed experimental status from cache attribute in
          Mojolicious::Routes.
        - Removed experimental status from send method in
          Mojolicious::Controller.
        - Removed experimental status from finish_ok, message_is,
          message_isnt, message_like, message_unlike, send_ok and
          websocket_ok methods in Test::Mojo.
        - Removed experimental status from detect method in
          Mojolicious::Types.
        - Removed experimental status from app_url, build_websocket_tx and
          websocket methods in Mojo::UserAgent.
        - Removed experimental status from emit_safe method in
          Mojo::EventEmitter.
        - Removed experimental status from to_psgi_app method in
          Mojo::Server::PSGI.
        - Removed experimental status from clone method in
          Mojo::Message::Request.
        - Removed experimental status from has_conditions, has_custom_name,
          has_websocket, is_websocket and websocket methods in
          Mojolicious::Routes.
        - Removed experimental status from clone, is_limit_exceeded and
          max_line_size methods in Mojo::Headers.
        - Removed experimental status from text_after, text_before and xml
          methods, as well as trim arguments in Mojo::DOM.
        - Removed experimental status from boundary, charset, clone,
          is_dynamic, progress and max_leftover_size methods in
          Mojo::Content.
        - Removed experimental status from clone method in
          Mojo::Content::MultiPart.
        - Removed experimental status from clone method in
          Mojo::Content::Single.
        - Removed experimental status from is_dynamic, is_limit_exceeded and
          max_line_size methods in Mojo::Message.
        - Improved Mojo::IOWatcher exception handling a little.
        - Improved Mojolicious::Routes logging.
        - Improved documentation.
        - Improved tests.
        - Fixed port generation bug. (xaka)
        - Fixed IPv6 listen value bug in Mojo::Server::Daemon.

2.61    2012-03-14 00:00:00
        - Merged Mojolicious exception handling into the around_dispatch
          hook, this will allow a whole new category of exception handling
          plugins.
        - Improved documentation.

2.60    2012-03-13 00:00:00
        - Added EXPERIMENTAL current_route helper to
          Mojolicious::Plugin::DefaultHelpers.
        - Made text_area helper a little smarter. (sshaw, sri)
        - Improved inactivity timeout logging for WebSockets.
        - Improved documentation.
        - Improved tests.
        - Fixed escaping bug in select_field and text_area helpers.
        - Fixed Windows bug in "asset.t".

2.59    2012-03-09 00:00:00
        - Removed duplicate 2.58 directory.

2.58    2012-03-09 00:00:00
        - Added support for MOJO_LISTEN environment variable.
        - Removed listen attribute from Mojo::Server::Morbo.
        - Improved event loop compatibility of Mojo::Server::PSGI.
        - Improved documentation.
        - Improved tests.
        - Fixed Mojo::URL object handling bug in url_for.
        - Fixed bug in Hypnotoad that prevented disabling of reverse proxy
          support between zero downtime software upgrades.
        - Fixed small caching bug in Morbo file watcher.
        - Fixed Windows bug in "asset.t".

2.57    2012-03-03 00:00:00
        - Replaced protection from excessively large form values in
          Mojo::Message with documentation.
        - Improved documentation.

2.56    2012-03-01 00:00:00
        - Deprecated custom HTTPS listen values in favor of URLs for all
          built-in web servers.
            https://*:3000:/x/server.crt:/y/server.key:/z/ca.crt
          becomes
            https://*:3000?cert=/x/server.crt&key=/y/server.key&ca=/z/ca.crt
        - Removed experimental status from patch function in
          Mojolicious::Lite.
        - Removed experimental status from patch method in
          Mojolicious::Routes.
        - Removed experimental status from patch method in Mojo::UserAgent.
        - Removed experimental status from patch_ok method in Test::Mojo.
        - Removed experimental status from t function in ojo.
        - Improved documentation.
        - Fixed small inconsistency between Mojo::IOWatcher and
          Mojo::IOWatcher::EV where Mojo::IOWatcher wouldn't stop
          automatically when not watching for events anymore.
        - Fixed Mojo::IOLoop to clean up after itself.

2.55    2012-02-28 00:00:00
        - Combined WebSocket timeout with normal inactivity timeout.
        - Improved documentation.

2.54    2012-02-27 00:00:00
        - Deprecated class and method stash values in favor of controller and
          action.
        - Added EXPERIMENTAL patch function to Mojolicious::Lite.
        - Added EXPERIMENTAL patch method to Mojolicious::Routes.
        - Added EXPERIMENTAL patch method to Mojo::UserAgent.
        - Added EXPERIMENTAL patch_ok method to Test::Mojo.
        - Added EXPERIMENTAL t function to ojo.
        - Added support for MOJO_CONNECT_TIMEOUT, MOJO_INACTIVITY_TIMEOUT,
          MOJO_REQUEST_TIMEOUT and MOJO_WEBSOCKET_TIMEOUT environment
          variables.
        - Split up Mojolicious::Guides::Cheatsheet into more reference
          documentation.
        - Increased default connect timeout from 3 to 10 seconds in
          Mojo::UserAgent and Mojo::IOLoop::Client.
        - Improved resilience of Mojo::IOLoop::Stream.
        - Improved test command to colorize by default.
        - Improved documentation.
        - Fixed small rendering bug in Mojolicious::Plugin::PODRenderer.

2.53    2012-02-25 00:00:00
        - Improved Hypnotoad with many info level log messages.
        - Improved resilience of Mojo::IOLoop::Stream.
        - Improved documentation.
        - Fixed Hypnotoad upgrade timeout bug.

2.52    2012-02-24 00:00:00
        - Removed experimental status from config method in Mojo.
        - Renamed send_message method in Mojolicious::Controller to send.
        - Renamed send_message_ok method in Test::mojo to send_ok.
        - Renamed to_psgi method in Mojo::Server::PSGI to to_psgi_app.
        - Combined send_message and send_frame methods in
          Mojo::Transaction::WebSocket to send.
        - Improved emit_chain method in Mojolicious::Plugins to allow
          reforwarding. (jamadam)
        - Improved documentation.
        - Fixed bug that prevented Mojo::IOLoop from dying when started
          twice.
        - Fixed a cookie jar path parsing bug. (marcus)
        - Fixed multiple value bug in param method of
          Mojolicious::Controller.

2.51    2012-02-19 00:00:00
        - Added EXPERIMENTAL to_psgi method to Mojo::Server::PSGI.
        - Removed experimental status from around_dispatch hook.
        - Removed experimental status from emit_chain method in
          Mojolicious::Plugins.
        - Removed experimental status from drain event in Mojo::Content.
        - Improved portability of scripts.
        - Improved documentation.
        - Fixed bug that can prevent foreign event loops from being able to
          control Mojo::IOLoop.

2.50    2012-02-18 00:00:00
        - Added EXPERIMENTAL is_running method to Mojo::IOWatcher and
          Mojo::IOWatcher::EV.
        - Added file upload support to param method in
          Mojolicious::Controller.
        - Removed gitignore command.
        - Improved Mojo::IOLoop to be controllable from foreign event loops.
        - Improved protection from excessively large form values in
          Mojo::Message.
        - Improved resilience of Mojo::IOLoop::Client.
        - Improved documentation.
        - Fixed Mojo::Template expressions and escaped expressions to
          consistently enforce scalar context.
        - Fixed small bugs in makefile command. (tempire, marcus, sri)

2.49    2012-02-13 00:00:00
        - Deprecated Mojolicious::Renderer->root in favor of
          Mojolicious::Renderer->paths. (memowe, sri)
        - Deprecated Mojolicious::Static->root in favor of
          Mojolicious::Static->paths. (memowe, sri)
        - Added support for multiple "templates" and "public" directories to
          Mojolicious. (memowe, sri)
        - Improved version command to be more responsive. (crab)
        - Improved resilience of Mojo::IOLoop::Client.
        - Improved documentation.
        - Improved tests.
        - Fixed parent combinator bug in Mojo::DOM::CSS. (sharifulin, sri)
2012-03-18 19:50:35 +00:00
mspo
75a52d08a7 2.48 2012-02-09 00:00:00
- Improved documentation.
        - Improved tests.
        - Fixed Hypnotoad HTTPS bug.
        - Fixed small URL escaping bug in Mojo::UserAgent::Transactor.
        - Fixed small MIME::Base64 and MIME::QuotedPrint related bugs in
          Mojo::Util. (sestegra, sri)

2.47    2012-02-06 00:00:00
        - Deprecated Hypnotoad configuration files in favor of more powerful
          application configuration files.
        - Deprecated Mojo::Server::Daemon->prepare_ioloop in favor of
          Mojo::Server::Daemon->start.
        - Deprecated Mojo::Headers->x_forwarded_for.
        - Added EXPERIMENTAL config method to Mojo.
        - Added EXPERIMENTAL ca attribute to Mojo::UserAgent.
        - Added EXPERIMENTAL drain event to Mojo::Content.
        - Added EXPERIMENTAL drain event to Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL support for RSV1-3 flags to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL tls_ca option to Mojo::IOLoop::Client->connect.
        - Added lock_timeout parameter to Hypnotoad.
        - Removed experimental status from JSON Pointer support.
        - Removed Cygwin exception from Hypnotoad.
        - Replaced drop_handle and drop_timer methods in Mojo::IOWatcher with
          drop method.
        - Renamed change and watch methods in Mojo::IOWatcher to watch and
          io.
        - Renamed resume and pause methods in Mojo::IOLoop::Server to start
          and stop.
        - Renamed resume and pause methods in Mojo::IOLoop::Stream to start
          and stop.
        - Added pdf MIME type. (bfaist)
        - Improved documentation.
        - Improved tests.
        - Improved CSS of some built-in templates.
        - Fixed bug that prevented newer dual-life modules to be loaded.
        - Fixed small bug in Mojo::IOLoop::Stream that caused close events to
          fail sometimes.
        - Fixed small relative URL detection bug in get command.

2.46    2012-01-25 00:00:00
        - Added EXPERIMENTAL request_timeout attribute to Mojo::UserAgent.
        - Added EXPERIMENTAL text_after and text_before methods to Mojo::DOM.
        - Improved all uses of syswrite to be more defensive. (bduggan, sri)
        - Improved documentation.
        - Improved tests.
        - Fixed small parser bug in Mojo::Message::Response.
        - Fixed small partial rendering bug.
        - Fixed small HTML5 parser bug in Mojo::DOM::HTML. (dougwilson)

2.45    2012-01-18 00:00:00
        - Removed T-Shirt link.
        - Fixed small caching bug in Mojolicious::Plugin::EPRenderer.
        - Fixed typo in exception template.

2.44    2012-01-18 00:00:00
        - Added new not_found page for development mode.
        - Added EXPERIMENTAL url_with helper to
          Mojolicious::Plugin::DefaultHelpers. (diegok, marcus, judofyr, sri)
        - Added EXPERIMENTAL support for removing query parameters while
          merging to query method of Mojo::URL. (marcus, judofyr, sri)
        - Removed experimental status from Mojo::IOLoop::Delay.
        - Removed defer method from Mojo::IOLoop.
        - Improved exception page for development mode.
        - Improved syntax highlighting in perldoc browser slightly.
        - Improved Mojo::Base tests.
        - Improved documentation.
        - Fixed Mojo::Command->app to be an attribute and not a method.
        - Fixed Mojo::ByteStream, Mojo::Collection and Mojo::DOM to not be
          subclasses of Mojo::Base.
2012-02-12 15:06:16 +00:00
mspo
1212f68c1b update to 2.43
2.43    2012-01-08 00:00:00
        - Improved most commands with shortcut options.
        - Improved get command to automatically enable verbose mode for HEAD
          requests. (simotrone)
        - Improved documentation.

2.42    2012-01-02 00:00:00
        - Deprecated Test::Mojo->max_redirects.
        - Removed exprimental status from respond_to method in
          Mojolicious::Controller.
        - Removed experimental status from error event in Mojo::UserAgent.
        - Removed experimental status from connect_timeout attribute in
          Mojo::UserAgent.
        - Removed experimental status from connection event in
          Mojo::Transaction.
        - Removed experimental status from upgrade event in
          Mojo::Asset::Memory.
        - Removed experimental status from auto_upgrade and max_memory_size
          attributes in Mojo::Asset::Memory.
        - Removed experimental status from part event in
          Mojo::Content::MultiPart.
        - Removed experimental status from upgrade event in
          Mojo::Content::Single.
        - Removed experimental status from auto_upgrade attribute in
          Mojo::Content::Single.
        - Removed experimental status from body event in Mojo::Content.
        - Removed experimental status from mojo_lib_dir and slurp_rel_file
          methods in Mojo::Home.
        - Removed experimental status from message event in Mojo::Log.
        - Removed experimental status from contains method in Mojo::Path.
        - Removed test_server method from Test::Mojo.
        - Renamed test_server method in Mojo::UserAgent to app_url.
        - Improved RFC 6265 compliance of generated request headers.
        - Improved documentation.
        - Fixed bug that prevented sessions without expiration.

2.41    2011-12-28 00:00:00
        - Deprecated Mojo::Cookie->version.
        - Deprecated Mojo::Cookie::Response->comment and
          Mojo::Cookie::Response->port.
        - Removed experimental status from group feature of
          Mojolicious::Lite.
        - Removed experimental status from Mojo::Collection.
        - Removed experimental status from Mojolicious::Plugin::Mount.
        - Removed experimental status from dnt and etag methods in
          Mojo::Headers.
        - Improved session expiration by allowing it to be disabled.
          (nwatkiss, sri)
        - Improved session cookies to always enable the HttpOnly flag.
          (nwatkiss, sri)
        - Improved RFC 6265 compliance of cookie implementation.
        - Improved documentation.

2.40    2011-12-24 00:00:00
        - Added EXPERIMENTAL JSON Pointer support. (crab)
        - Improved inactivity timeouts by allowing them to be disabled.
        - Improved class detection of inflate command.
        - Improved documentation.
        - Fixed small bug in Mojo::IOLoop::Server that prevented TLS tests
          from running parallel. (nwatkiss)
        - Fixed repository to not favor specific editors.

2.39    2011-12-22 00:00:00
        - Deprecated all keep_alive_timeout attributes and parameters in
          favor of inactivity_timeout.
        - Added EXPERIMENTAL error event to Mojo::UserAgent.
        - Added EXPERIMENTAL local_address attribute to Mojo::UserAgent.
        - Added EXPERIMENTAL local_address option to
          Mojo::IOLoop::Client->connect.
        - Added EXPERIMENTAL close method to Mojo::IOLoop::Stream.
        - Added "hello.pl" and "fast.pl" to example scripts.
        - Removed log attribute from Mojo::UserAgent.
        - Removed MOJO_STATIC_CLASS and MOJO_TEMPLATE_CLASS environment
          variables.
        - Improved documentation. (marcus, vervain, sri)
        - Improved tests for many environment variables.
        - Fixed Morbo to ignore hidden directories.
        - Fixed small argument bug in client method of Mojo::IOLoop.
        - Fixed small memory leak in Mojo::IOLoop::Stream.
        - Fixed multiple small error reporting bugs in Mojo::UserAgent.
        - Fixed online tests to not be affected by geographical location.
          (marcus)

2.38    2011-12-17 00:00:00
        - Changed Mojo::IOLoop->client arguments from ($loop, $stream, $err)
          to ($loop, $err, $stream).
        - Improved resilience of Mojo::IOLoop::Stream.
        - Improved documentation. (marcus, sri)
        - Improved tests.
        - Fixed memory leaks caused by named capture groups bug in Perl.
          (plu, sri)
        - Fixed small cleanup bug in Mojo::Asset::File.
        - Fixed small multipart bug in Mojo::Message. (augensalat)
        - Fixed missing status method in Mojo::Headers. (crab)
        - Fixed small Mojo::IOLoop::Stream timeout bug.
2012-01-15 19:29:18 +00:00
hiramatsu
dbe579340b Update p5-Mojolicious to 2.37.
Changes from previous:
----------------------
2.37    2011-12-10 00:00:00
        - Welcome to the Mojolicious core team Marcus Ramberg, Glen Hinkle
          and Abhijit Menon-Sen.
        - Removed cleanup_interval attribute from Mojo::IOLoop.
        - Deprecated Mojo::IOLoop->timeout in favor of
          Mojo::IOLoop::Stream->timeout.
        - Added EXPERIMENTAL timeout event to Mojo::IOLoop::Stream.
        - Added EXPERIMENTAL timeout attribute to Mojo::IOLoop::Stream.
        - Changed default keep alive timeout of Mojo::UserAgent from 15 to 20
          seconds.
        - Improved documentation.
        - Improved unicode tests.
        - Fixed inline template double encoding bug.

2.36    2011-12-05 00:00:00
        - Changed default heartbeat timeout of Hypnotoad from 5 to 10
          seconds.
        - Improved documentation.
        - Fixed default keep alive timeout of Hypnotoad.

2.35    2011-12-01 00:00:00
        - Added EXPERIMENTAL etag method to Mojo::Headers.
        - Improved documentation.
        - Fixed one-byte payload bug in Mojo::Transaction::WebSocket. (tinx)
        - Fixed body event in Mojo::Content to work more reliably in CGI
          environments.
        - Fixed small portability issue in loader test.

2.34    2011-11-28 00:00:00
        - Added "websocket.pl" to example scripts.
        - Improved documentation.
        - Fixed small bugs in example scripts.

2.33    2011-11-28 00:00:00
        - Improved Mojo::EventEmitter performance slightly.
        - Improved documentation.
        - Fixed a few small inline template issues.
        - Fixed small WebSocket handshake bug.

2.32    2011-11-24 00:00:00
        - Added EXPERIMENTAL error event to Mojo::IOWatcher.
        - Updated jQuery to version 1.7.1.
        - Improved Mojo::IOLoop performance by changing the default cleanup
          interval from 0 to 0.025 seconds.
        - Improved documentation.

2.31    2011-11-21 00:00:00
        - Improved stacktraces by making them a lot simpler.
        - Improved documentation.
        - Improved tests.

2.30    2011-11-20 00:00:00
        - Deprecated Mojo::IOLoop->on_lock in favor of Mojo::IOLoop->lock.
        - Deprecated Mojo::IOLoop->on_unlock in favor of
          Mojo::IOLoop->unlock.

2.29    2011-11-19 00:00:00
        - Deprecated Mojolicious->on_process in favor of around_dispatch
          hook.
        - Added EXPERIMENTAL emit_chain method to Mojolicious::Plugins.
          (Akron, sri)
        - Added EXPERIMENTAL around_dispatch hook.
        - Fixed small bug in boundary and charset methods of Mojo::Content.

2.28    2011-11-18 00:00:00
        - Improved documentation.
        - Fixed small IPv6 portabilty issue in Mojo::IOLoop::Client.

2.27    2011-11-16 00:00:00
        - Deprecated Mojo::IOLoop->connect in favor of Mojo::IOLoop->client.
        - Deprecated Mojo::IOLoop->listen in favor of Mojo::IOLoop->server.
        - Deprecated Mojo::IOLoop->connection_timeout in favor of
          Mojo::IOLoop->timeout.
        - Deprecated Mojo::IOLoop->write in favor of
          Mojo::IOLoop::Stream->write.
        - Deprecated Mojo::IOLoop->connect_timeout in favor of timeout
          argument.
        - Deprecated on_* methods in Mojo::IOLoop.
        - Removed Mojo::IOLoop::Resolver.
        - Added EXPERIMENTAL connect_timeout attribute to Mojo::UserAgent.
        - Added EXPERIMENTAL is_readable method to Mojo::IOLoop::Stream.
        - Added EXPERIMENTAL charset method to Mojo::Content.
        - Added EXPERIMENTAL write event to Mojo::IOLoop::Stream.
        - Added EXPERIMENTAL connection event to Mojo::Transaction.
        - Improved documentation.
        - Improved CSS of some built-in templates.
        - Fixed many small memory leaks.
        - Fixed multiple drain callback bugs.
        - Fixed small attribute selector bug in Mojo::DOM::CSS. (tladesignz)

2.26    2011-11-10 00:00:00
        - Added EXPERIMENTAL upgrade event to Mojo::Asset::Memory.
        - Added EXPERIMENTAL upgrade event to Mojo::Transaction::HTTP.
        - Added EXPERIMENTAL auto_upgrade attribute to Mojo::Asset::Memory.
        - Improved Mojo::Content::Single and Mojo::Content::MultiPart parsers
          to reuse events.
        - Improved documentation.
        - Fixed small route caching bug.

2.25    2011-11-08 00:00:00
        - Removed canonicalize method from Mojo::URL.
        - Improved documentation.
        - Fixed URL without scheme handling in Mojo::URL.
        - Fixed a few small bugs in Mojo::URL.

2.24    2011-11-05 00:00:00
        - Added EXPERIMENTAL canonicalize method to Mojo::URL.
        - Improved documentation.
        - Fixed small path canonicalization bug in Mojo::URL.
        - Fixed small trailing slash bug in Mojo::Path.

2.23    2011-11-04 00:00:00
        - Changed semantics of get_line function in Mojo::Util.
        - Removed experimental status from Mojo::Util.
        - Updated jQuery to version 1.7.
        - Improved documentation.
        - Improved empty path element handling in Mojo::URL.
        - Fixed empty path element bug in Mojo::Path.

2.22    2011-11-03 00:00:00
        - Added EXPERIMENTAL --verbose flag to routes command.
        - Improved documentation.
        - Fixed a few attribute without value selector bugs in
          Mojo::DOM::CSS.
        - Fixed template inheritance bug in Mojolicious::Renderer.

2.21    2011-11-02 00:00:00
        - Removed profile helper.
        - Removed CSS4 selector subject support from Mojo::DOM::CSS until we
          actually know the exact semantics.
        - Improved Mojo::ByteStream to generate most Mojo::Util based methods
          automatically.
        - Fixed route pattern bug.
        - Fixed bug in "user_agent.t".

2.20    2011-11-01 00:00:00
        - Changed semantics of almost all functions in Mojo::Util.
        - Documentation improvements.

2.19    2011-10-31 00:00:00
        - Deprecated Mojolicious::Plugins->add_hook in favor of
          Mojolicious::Plugins->on.
        - Deprecated Mojolicious::Plugins->run_hook in favor of
          Mojolicious::Plugins->emit_hook.
        - Deprecated Mojolicious::Plugins->run_hook_reverse in favor of
          Mojolicious::Plugins->emit_hook_reverse.
        - Improved documentation.
        - Improved tests.

2.18    2011-10-30 00:00:00
        - Improved documentation.
        - Fixed small rendering bug.

2.17    2011-10-30 00:00:00
        - Fixed bug in "user_agent.t".

2.16    2011-10-30 00:00:00
        - Removed experimental status from Mojo::EventEmitter.
        - Merged unsubscribe and unsubscribe_all methods in
          Mojo::EventEmitter.
        - Improved documentation.

2.15    2011-10-29 00:00:00
        - Deprecated Mojolicious::Controller->on_finish in favor of
          Mojolicious::Controller->on.
        - Removed Mojolicious::Controller->on_message, you can now use
          Mojolicious::Controller->on instead.
            $c->on(message => sub {...})
        - Added EXPERIMENTAL message event to Mojo::Log.
        - Improved documentation.

2.14    2011-10-29 00:00:00
        - Deprecated Mojo::DOM->new with arguments.
        - Renamed Mojo::IOLoop::Trigger to Mojo::IOLoop::Delay.
        - Renamed watch method in Mojo::IOWatcher to change.
        - Renamed io method in Mojo::IOWatcher to watch.
        - Renamed cancel method in Mojo::IOWatcher to drop_timer.
        - Renamed remove method in Mojo::IOWatcher to drop_handle.
        - Added EXPERIMENTAL --verbose flag to test command.

2.13    2011-10-28 00:00:00
        - Removed experimental status from many classes, methods, attributes
          and functions.
        - Removed before_render hook.
        - Removed Mojolicious::Plugin::CallbackCondition.
        - Improved documentation.

2.12    2011-10-27 00:00:00
        - Added EXPERIMENTAL cleanup_interval attribute to Mojo::IOLoop.
        - Added EXPERIMENTAL max_leftover_size attribute to Mojo::Content.
        - Replaced handle method in Mojo::IOLoop with stream method.
        - Replaced writing and not_writing methods in Mojo::IOWatcher with
          watch method.
        - Replaced is_finished method in Mojo::IOLoop::Stream with is_writing
          method.
        - Replaced add method in Mojo::IOWatcher with io method.
        - Reduced memory usage of Mojo::Headers significantly.
        - Fixed finish event timing in Mojo::Server::Daemon.
2011-12-17 12:12:00 +00:00
mspo
ad2a265537 2.11 2011-10-26 00:00:00
- Improved Mojo::IOLoop::Stream to only emit close events once.
        - Improved documentation.

2.10    2011-10-25 00:00:00
        - Added EXPERIMENTAL send_frame method to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL frame event to Mojo::Transaction::WebSocket.
        - Changed syntax for binary messages in Mojo::Transaction::WebSocket.
            [$bytes] becomes [binary => $bytes]
        - Improved documentation.
        - Improved tests.

2.09    2011-10-23 00:00:00
        - Fixed small environment cleanup bug in Mojo::IOLoop::Server.

2.08    2011-10-23 00:00:00
        - Fixed a few more small test bugs.

2.07    2011-10-23 00:00:00
        - Improved documentation.
        - Fixed a few small test bugs.

2.06    2011-10-23 00:00:00
        - Improved documentation.

2.05    2011-10-22 00:00:00
        - Added EXPERIMENTAL max_memory_size attribute to
          Mojo::Asset::Memory.
        - Added EXPERIMENTAL is_file method to Mojo::Asset and
          Mojo::Asset::File.
        - Improved start_tls method in Mojo::IOLoop by allowing it to accept
          more options.
        - Improved MOJO_MAX_MEMORY_SIZE handling by moving it from
          Mojo::Content::Single to Mojo::Asset::Memory.
        - Improved documentation.
        - Fixed HTTPS proxy bug in Mojo::UserAgent.

2.04    2011-10-21 00:00:00
        - Improved documentation.
        - Fixed small HTTP response parser bug.
        - Fixed Windows portability issue in "upload_lite_app.t".

2.03    2011-10-20 00:00:00
        - Deprecated all is_done methods in favor of is_finished.
        - Renamed done event in Mojo::IOLoop::Trigger to finish.
        - Added EXPERIMENTAL support for new HTTP status codes from
          draft-nottingham-http-new-status.
        - Improved documentation.
        - Fixed small bug in "upload_lite_app.t".

2.02    2011-10-20 00:00:00
        - Merged request and upgrade events in Mojo::Transaction::HTTP.
        - Improved Mojolicious::Controller attribute default values.
        - Improved documentation.

2.01    2011-10-19 00:00:00
        - Added EXPERIMENTAL upgrade event to Mojo::Content::Single.
        - Added EXPERIMENTAL part event to Mojo::Content::MultiPart.
        - Improved documentation.
        - Fixed arguments of upgrade event in Mojo::Transaction::HTTP.
        - Fixed small WebSocket upgrade bug in Mojo::Server::Daemon.

2.0     2011-10-17 00:00:00
        - Code name "Leaf Fluttering In Wind", this is a major release.
        - Increased Perl version requirement to 5.10.1.
        - Renamed Mojo::IOLoop::EventEmitter to Mojo::EventEmitter.
        - Replaced one_tick method in Mojo::IOWatcher with start and stop
          methods.
        - Added EXPERIMENTAL contains method to Mojo::Path.
        - Added EXPERIMENTAL auto_upgrade attribute to Mojo::Content::Single.
        - Added EXPERIMENTAL boundary method to Mojo::Content.
        - Added EXPERIMENTAL slice method to Mojo::Collection.
        - Added EXPERIMENTAL build and parse methods to
          Mojo::IOLoop::Resolver.
        - Updated WebSocket implementation to ietf-17.
        - Improved many modules to use events instead of callbacks.
        - Improved message parser performance slightly.
        - Improved Mojo::IOLoop to die if started twice.
        - Improved setuidgid in Mojo::Server::Daemon.
        - Improved Mojo::IOWatcher backend detection.
        - Improved Mojo::IOLoop::Stream to handle unexpected connection close
          more gracefully.
        - Improved documentation.
        - Improved tests.
        - Fixed many portability issues.
        - Fixed on_finish callback to work consistently with all servers.
        - Fixed on_finish callback to work consistently with the user agent.
        - Fixed big memory and file descriptor leak in the TLS code of
          Mojo::IOLoop::Server.
        - Fixed small memory leak in Mojolicious.
        - Fixed small memory leak in Mojo::DOM.
        - Fixed small memory leak in Mojo::Message.
        - Fixed small boundary bug in Mojo::Content::MultiPart.
        - Fixed small formatting bug in Mojo::Headers.
        - Fixed small proxy message generation bug.
        - Fixed small detection bug in Mojolicious::Types.
2011-10-27 01:28:24 +00:00
mspo
56c42a3950 1.99 2011-09-29 00:00:00
- Deprecated direct hash access to the flash in
          Mojolicious::Controller.
        - Added EXPERIMENTAL group function to Mojolicious::Lite.
        - Added EXPERIMENTAL build_frame and parse_frame methods to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server.
        - Added EXPERIMENTAL profile helper.
        - Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
        - Updated WebSocket implementation to ietf-16.
        - Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds.
        - Improved accept performance of all built-in servers by up to 1000%
          with the EV backend.
        - Improved connection_timeout method in Mojo::IOLoop by allowing it
          to be called as a class method.
        - Improved documentation.
        - Improved CSS of some built-in templates.
        - Improved resilience of HTTP parser.
        - Fixed CSS of built-in exception template.
        - Fixed close event bug in Mojo::IOLoop.
        - Fixed small redirect_to bug. (judofyr, sri)
        - Fixed small attribute selector bug in Mojo::DOM::CSS.
        - Fixed small unicode bug in Mojolicious::Plugin::EPRenderer.
        - Fixed a few small route bugs.
        - Fixed Perl 5.8.7 compatibility.
        - Fixed typos.

1.98    2011-09-14 00:00:00
        - Removed Mojo::Server::FastCGI so it can be maintained as a separate
          distribution.
        - Added EXPERIMENTAL mojo_lib_dir and slurp_rel_file methods to
          Mojo::Home.
        - Improved host condition to work in more environments.
        - Improved CSS of all built-in templates.
        - Improved documentation. (rhaen, sri)
        - Improved test command to run tests in alphabetical order.
          (viliampucik)
        - Improved non-blocking resolver by allowing it to be disabled.
        - Improved DATA templates by removing a whitespace requirement.
        - Improved tests.
        - Fixed small name generation bug in Mojolicious::Plugin::Config.
        - Fixed small bug in cookie jar.
        - Fixed small plugin loader bug.
        - Fixed Hypnotoad to clean up lock files.
        - Fixed small bug that caused exceptions to be logged twice.

1.97    2011-09-03 00:00:00
        - Improved unicode handling to be more correct and less forgiving.
        - Fixed typos.

1.96    2011-09-02 00:00:00
        - Updated jQuery to version 1.6.3.
        - Fixed Mojo::IOLoop to ignore SIGPIPE.

1.95    2011-09-01 00:00:00
        - Improved cookie generation slightly. (cosimo, sri)
        - Improved documentation.
        - Fixed Mojo::IOLoop to not ignore SIGPIPE.
        - Fixed typos. (akron)

1.94    2011-08-27 00:00:00
        - Fixed lite_app and plugin generators.
        - Fixed typos.

1.93    2011-08-27 00:00:00
        - Added EXPERIMENTAL support for escaped tags to Mojo::Template.
        - Improved Morbo to ignore dotfiles.
        - Improved documentation.
        - Fixed trimming bug in Mojo::Template.
        - Fixed a few small bugs in Mojo::Template.
        - Fixed small version detection bug in Mojo::Cookie.

1.92    2011-08-26 00:00:00
        - Improved documentation.
        - Fixed quoting bug in Mojo::Cookie.

1.91    2011-08-25 00:00:00
        - Added EXPERIMENTAL support for cloning Mojo::Message::Request
          objects.
        - Improved redirect support in Mojo::UserAgent to be closer to
          commonly used browsers.
        - Improved documentation.

1.90    2011-08-24 00:00:00
        - Improved respond_to to automatically render an empty 204 response
          for unknown formats.
        - Improved render_exception and render_not_found to use the current
          format if available. (alnewkirk)
        - Improved documentation.

1.89    2011-08-23 00:00:00
        - Improved Mojo::Home portability. (omega)
        - Improved documentation.

1.88    2011-08-23 00:00:00
        - Added EXPERIMENTAL split method to Mojo::ByteStream.
        - Improved documentation.
        - Fixed small bug in Mojo::JSON.

1.87    2011-08-23 00:00:00
        - Added EXPERIMENTAL app method to Mojo::Command.
        - Added EXPERIMENTAL t helper to Mojolicious::Plugin::TagHelpers.
        - Made tag helper a little smarter.
        - Made camelize a little smarter.
        - Improved documentation.
        - Fixed small route rendering bug.

1.86    2011-08-21 00:00:00
        - Deprecated camel case command modules and lowercased all the
          built-in ones.
        - Added EXPERIMENTAL support for testing WebSockets with Test::Mojo.
        - Added GET/POST parameter support to respond_to.
        - Made class_to_file slightly smarter.
        - Improved documentation.

1.85    2011-08-20 00:00:00
        - Fixed a url_for bug where captures would be ignored.

1.84    2011-08-19 00:00:00
        - Added EXPERIMENTAL first, reverse, shuffle and sort methods to
          Mojo::Collection.
        - Improved documentation.
        - Fixed small test portablity bug.

1.83    2011-08-19 00:00:00
        - Renamed filter method in Mojo::Collection to grep.
        - Improved documentation.

1.82    2011-08-19 00:00:00
        - Added EXPERIMENTAL filter method to Mojo::Collection.
        - Removed while and until methods from Mojo::Collection.
        - Improved documentation.

1.81    2011-08-19 00:00:00
        - Renamed Mojo::DOM::Collection to Mojo::Collection and added a few
          new methods.
        - Made Mojolicious::Plugins loader quite a bit smarter.
        - Improved documentation.
        - Improved Test::Mojo diagnostics.

1.80    2011-08-17 00:00:00
        - Deprecated Mojolicious::Plugin::EpRenderer in favor of
          Mojolicious::Plugin::EPRenderer.
        - Deprecated Mojolicious::Plugin::EplRenderer in favor of
          Mojolicious::Plugin::EPLRenderer.
        - Deprecated Mojolicious::Plugin::I18n in favor of
          Mojolicious::Plugin::I18N.
        - Deprecated Mojolicious::Plugin::JsonConfig in favor of
          Mojolicious::Plugin::JSONConfig.
        - Deprecated Mojolicious::Plugin::PodRenderer in favor of
          Mojolicious::Plugin::PODRenderer.

1.79    2011-08-17 00:00:00
        - Added support for upper case relative plugin names. (lammel)
        - Improved documentation.

1.78    2011-08-16 00:00:00
        - Added EXPERIMENTAL modules Mojolicious::Command::Cpanify and
          Mojolicious::Command::Generate::Plugin. (sri, yko, tempire)
        - Improved documentation.
        - Fixed "websocket_lite_app.t" to require Perl 5.10+.
        - Fixed small empty cookie bug.
        - Fixed small command bug.
2011-10-02 02:53:48 +00:00
mspo
90adab58f6 1.73 2011-08-06 00:00:00
- Made Mojo::UserAgent slightly more efficient.
        - Improved documentation.

1.72    2011-08-05 00:00:00
        - Changed default keep alive timeout in Mojo::Server::Daemon from 5
          to 15 seconds.
        - Improved documentation.
        - Fixed small alternative placeholder value bug in routes.
        - Fixed small bug in Mojo::IOWatcher.
        - Fixed small bug in Mojo::IOLoop::Client.

1.71    2011-08-05 00:00:00
        - Improved Mojo::IOWatcher to use higher resolution timers.

1.70    2011-08-04 00:00:00
        - Added EXPERIMENTAL defer method to Mojo::IOLoop.
        - Added extended callback support to Mojo::IOLoop::Trigger.
        - Improved documentation.
        - Improved tests.
        - Fixed a few small bugs in Mojo::URL. (sshaw)

1.69    2011-08-03 00:00:00
        - Added EXPERIMENTAL module Mojo::IOLoop::Trigger.
        - Modernized Mojo::HelloWorld.
        - Improved HTML healing capabilities of Mojo::DOM::HTML.
        - Improved HTML rendering in Mojo::DOM::HTML.
        - Improved 64bit support in Mojo::Transaction::WebSocket.
        - Improved documentation.
        - Fixed memory leak in Mojo::IOLoop::Client.
        - Fixed memory leak in Mojolicious.
        - Fixed small bug in Mojo::IOLoop::Server.

1.68    2011-07-29 00:00:00
        - Moved is_ipv4 and is_ipv6 methods from Mojo::URL to
          Mojo::IOLoop::Resolver.
        - Improved documentation.

1.67    2011-07-27 00:00:00
        - Improved documentation.
        - Fixed version command.
        - Fixed small Mojo::DOM bug. (akron)

1.66    2011-07-27 00:00:00
        - Added EXPERIMENTAL detect method to Mojo::IOWatcher.
        - Improved Mojo::IOLoop::Resolver efficiency.
        - Improved documentation.
        - Fixed typos. (crab)

1.65    2011-07-25 00:00:00
        - Added EXPERIMENTAL modules Mojo::IOLoop::Client,
          Mojo::IOLoop::EventEmitter, Mojo::IOLoop::Server and
          Mojo::IOLoop::Stream, which contain extracted functionality from
          Mojo::IOLoop.
        - Added EXPERIMENTAL module Mojo::IOWatcher::EV. (xantus)
        - Removed modules Mojo::IOWatcher::Epoll and Mojo::IOWatcher::KQueue,
          since Mojo::IOWatcher::EV is a much better alternative.
        - Renamed Mojo::Resolver to Mojo::IOLoop::Resolver.
        - Improved Mojolicious::Routes to automatically disable the routing
          cache if conditions are used.
        - Improved route constraint alternatives.
        - Improved documentation browser CSS. (judofyr)
        - Improved documentation.
        - Fixed small bug in get command.

1.64    2011-07-10 00:00:00
        - Added EXPERIMENTAL module Mojo::DOM::HTML.
        - Improved documentation.

1.63    2011-07-10 00:00:00
        - Added EXPERIMENTAL modules Mojo::DOM::CSS and
          Mojo::DOM::Collection.
        - Renamed Mojo::Transactor to Mojo::UserAgent::Transactor.

1.62    2011-07-10 00:00:00
        - Merged Mojo::HTML into Mojo::DOM again.
        - Improved documentation.

1.61    2011-07-09 00:00:00
        - Added module Mojo::HTML, which contains extracted functionality
          from Mojo::DOM.
        - Improved documentation.
2011-08-07 01:49:59 +00:00
mspo
e01f58d1e1 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.
2011-07-09 11:37:43 +00:00
obache
0ef985d362 Update p5-Mojolicious to 1.16.
Based on PR#44869 by Christian Sturm.
additionaly fixes shebang for scriptse.

1.16 2011-04-15 00:00:00
        - Emergency release for a critical security issue that can expose
          files on your system, everybody should update!
2011-04-27 12:11:16 +00:00
gls
eafc67688e Update www/p5-Mojolicious to 1.15
From Christian Sturm in PR pkg/44755.

1.15 2011-03-18 00:00:00
        - Changed default log level in "production" mode from "error" to
          "info".
        - Improved lookup method in Mojo::IOLoop.
        - Fixed a serious Mojo::DOM bug. (moritz)
2011-03-22 19:14:16 +00:00
gls
5f53c9f3cc Updated www/p5-Mojolicious to 1.14
Upstream changes:

1.14 2011-03-17 00:00:00
        - Added support for multiple dns servers to Mojo::IOLoop.
        - Added config helper to Mojolicious::Plugin::Config.
        - Changed resolv.conf parser in Mojo::IOLoop to use the first
          nameserver.
        - Changed lookup method in Mojo::IOLoop to pick records randomly.
        - Fixed small optional tag bugs in Mojo::DOM.
        - Fixed JavaScript/CSS bug in Mojo::DOM.
        - Fixed Windows home directory detection bug. (akron)
        - Fixed a few warnings.
        - Fixed typos.

1.13 2011-03-14 00:00:00
        - Deprecated Mojo::Client in favor of the much sleeker
          Mojo::UserAgent.
        - Made the most common Mojo::IOLoop methods easier to access for the
          singleton instance.
        - Fixed typos.

1.12 2011-03-10 00:00:00
        - Relicensed all artwork to CC-SA, so the whole distribution can be
          considered "open" again.
        - Deprecated MOJO_JSON_CONFIG environment variable in favor of
          MOJO_CONFIG. (crab)
        - Added EXPERIMENTAL support for IPv6.
        - Added more Perl-ish configuration plugin.
        - Added drain callback support for WebSockets.
        - Added line numbers to Mojo::JSON error messages. (marcus)
        - Removed experimental status from hypnotoad and
          Mojolicious::Plugin::TagHelpers.
        - Removed experimental status from many attributes and methods all
          over Mojolicious.
        - Improved attribute support of the select_field tag helper. (yko)
        - Improved text_field tag helper.
        - Improved tag helper attribute escaping.
        - Improved attrs method in Mojo::DOM.
        - Updated to jQuery to version 1.5.1.
        - Fixed XSS issue in link_to helper.
        - Fixed route unescaping bug.
        - Fixed small Mojo::DOM bug. (yko)
        - Fixed small documentation bug.
        - Fixed typos. (kimoto)

From Christian Sturm in PR pkg/44740.
2011-03-20 21:41:35 +00:00
wiz
d2c6e0d9ae Initial import of p5-Mojolicous-1.11, successor of p5-Mojo.
Back in the early days of the web there was this wonderful Perl
library called CGI, many people only learned Perl because of it.
It was simple enough to get started without knowing much about the
language and powerful enough to keep you going, learning by doing
was much fun. While most of the techniques used are outdated now,
the idea behind it is not. Mojolicious is a new attempt at implementing
this idea using state of the art technology. Features:

    * An amazing MVC web framework supporting a simplified single
    file mode through Mojolicious::Lite.  Powerful out of the box
    with RESTful routes, plugins, Perl-ish templates, session
    management, signed cookies, testing framework, static file
    server, I18N, first class unicode support and much more for
    you to discover.
    * Very clean, portable and Object Oriented pure Perl API without
    any hidden magic and no requirements besides Perl 5.8.7.
    * Full stack HTTP 1.1 and WebSocket client/server implementation
    with IPv6, TLS, Bonjour, IDNA, Comet (long polling), chunking
    and multipart support.
    * Builtin async IO web server supporting epoll, kqueue, UNIX
    domain sockets and hot deployment, perfect for embedding.
    * Automatic CGI, FastCGI and PSGI detection.
    * JSON and XML/HTML5 parser with CSS3 selector support.
    * Fresh code based upon years of experience developing Catalyst.
2011-02-28 17:23:07 +00:00