pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Mojolicious pretty big version bump
details: https://anonhg.NetBSD.org/pkgsrc/rev/94ba793cfef7
branches: trunk
changeset: 604219:94ba793cfef7
user: mspo <mspo%pkgsrc.org@localhost>
date: Sat May 26 08:06:13 2012 +0000
description:
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)
diffstat:
www/p5-Mojolicious/Makefile | 8 ++++----
www/p5-Mojolicious/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r c02a6b83f877 -r 94ba793cfef7 www/p5-Mojolicious/Makefile
--- a/www/p5-Mojolicious/Makefile Sat May 26 02:50:53 2012 +0000
+++ b/www/p5-Mojolicious/Makefile Sat May 26 08:06:13 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2012/03/18 19:50:35 mspo Exp $
+# $NetBSD: Makefile,v 1.13 2012/05/26 08:06:13 mspo Exp $
-DISTNAME= Mojolicious-2.62
+DISTNAME= Mojolicious-2.96
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
-#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEMPIRE/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
+#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEMPIRE/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://mojolicious.org/
diff -r c02a6b83f877 -r 94ba793cfef7 www/p5-Mojolicious/distinfo
--- a/www/p5-Mojolicious/distinfo Sat May 26 02:50:53 2012 +0000
+++ b/www/p5-Mojolicious/distinfo Sat May 26 08:06:13 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2012/03/18 19:50:35 mspo Exp $
+$NetBSD: distinfo,v 1.13 2012/05/26 08:06:13 mspo Exp $
-SHA1 (Mojolicious-2.62.tar.gz) = f68c1654cdc54c047bc992cc6ea5eee986a93c82
-RMD160 (Mojolicious-2.62.tar.gz) = 5453be332c5d225bbbc395cdd83e9d4e248c84c4
-Size (Mojolicious-2.62.tar.gz) = 545004 bytes
+SHA1 (Mojolicious-2.96.tar.gz) = 63580081c149f6c345f5b6d609e961060050ec2b
+RMD160 (Mojolicious-2.96.tar.gz) = e52b6d72f004c3ac3755b320ec89ec7e2ed8d1ad
+Size (Mojolicious-2.96.tar.gz) = 566456 bytes
Home |
Main Index |
Thread Index |
Old Index