The NetBSD Project

CVS log for pkgsrc/www/p5-Mojolicious/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / p5-Mojolicious

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2011Q3-base


Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 2 02:53:48 2011 UTC (12 years, 6 months ago) by mspo
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>