pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Mojolicious Update to 4.91



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fed242c93cda
branches:  trunk
changeset: 632688:fed242c93cda
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Apr 03 16:06:18 2014 +0000

description:
Update to 4.91

Upstream changes:
4.91  2014-03-29
  - Added daemonize method to Mojo::Server.
  - Added ensure_pid_file method to Mojo::Server::Prefork.
  - Removed deprecated secret method from Mojolicious.
  - Improved performance of Mojolicious::Plugin::EPRenderer and
    Mojolicious::Plugin::EPLRenderer.
  - Improved Mojo::Reactor::Poll portability with POLLPRI support.

4.90  2014-03-16
  - Removed deprecated to_rel method from Mojo::URL.
  - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in
    IO::Socket::SSL.
  - Improved documentation browser with more accessible links and readable
    inline code.
  - Fixed textarea and title parsing bugs in Mojo::DOM::HTML.

4.89  2014-03-13
  - Added support for template variants.
  - Improved built-in templates with unobtrusive menu bar.
  - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not
    handled correctly.
  - Fixed bug in Mojo::DOM::HTML where <image> was not treated as an alias for
    <img>.

4.88  2014-03-09
  - Added build_controller method to Mojolicious.
  - Added match method to Mojolicious::Routes.
  - Improved Mojo::Server::Daemon to handle setuid/setgid errors more
    gracefully.
  - Improved Mojo::Server::Prefork to handle lock file errors more gracefully.
  - Improved exception page to show better context information for templates.
  - Fixed comment on last line bug in Mojo::Template.

4.87  2014-03-04
  - Improved Mojo::ByteStream to allow more method chaining.
  - Fixed RFC 7159 support in Mojo::JSON.
  - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and
    Test::Mojo.
  - Fixed Unicode bugs in Test::Mojo.

4.86  2014-03-03
  - Improved Mojo::IOLoop::Delay to allow more method chaining.
  - Improved WebSocket and long poll performance.

4.85  2014-02-26
  - Added next_tick method to Mojo::IOLoop and Mojo::Reactor.
  - Added host_port and path_query methods to Mojo::URL.
  - Added is_handshake method to Mojo::Message::Request.
  - Improved Mojo::Reactor::EV responsiveness.
  - Fixed IDNA support for CONNECT requests.
  - Fixed "0" value bug in Mojo::Message::Request.

4.84  2014-02-22
  - Added remaining attribute to Mojo::IOLoop::Delay.
  - Added data and pass methods to Mojo::IOLoop::Delay.
  - Improved Mojo::Exception context detection to better line up with user
    expectations.

diffstat:

 www/p5-Mojolicious/Makefile |  4 ++--
 www/p5-Mojolicious/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 269eae80634a -r fed242c93cda www/p5-Mojolicious/Makefile
--- a/www/p5-Mojolicious/Makefile       Thu Apr 03 15:30:20 2014 +0000
+++ b/www/p5-Mojolicious/Makefile       Thu Apr 03 16:06:18 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2014/02/22 09:43:46 wen Exp $
+# $NetBSD: Makefile,v 1.48 2014/04/03 16:06:18 wen Exp $
 
-DISTNAME=      Mojolicious-4.83
+DISTNAME=      Mojolicious-4.91
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
diff -r 269eae80634a -r fed242c93cda www/p5-Mojolicious/distinfo
--- a/www/p5-Mojolicious/distinfo       Thu Apr 03 15:30:20 2014 +0000
+++ b/www/p5-Mojolicious/distinfo       Thu Apr 03 16:06:18 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2014/02/22 09:43:46 wen Exp $
+$NetBSD: distinfo,v 1.45 2014/04/03 16:06:18 wen Exp $
 
-SHA1 (Mojolicious-4.83.tar.gz) = d6a4cb80c79b09e868d93daf73b6c5d917e445fa
-RMD160 (Mojolicious-4.83.tar.gz) = 3feade7e4d184a0dd36e173c0b6fae5b441e7561
-Size (Mojolicious-4.83.tar.gz) = 628936 bytes
+SHA1 (Mojolicious-4.91.tar.gz) = 4d68b0fb96eedac8833c353f33bb992d7197a714
+RMD160 (Mojolicious-4.91.tar.gz) = 1cf34d62efe45c31f8f98b7d13afdaa8c9f1cc1e
+Size (Mojolicious-4.91.tar.gz) = 633250 bytes



Home | Main Index | Thread Index | Old Index