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.
This commit is contained in:
wen 2014-04-03 16:06:18 +00:00
parent 3337209a7c
commit fa41904beb
2 changed files with 6 additions and 6 deletions

View file

@ -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/}

View file

@ -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