Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B8959A6159 for ; Sat, 1 Feb 2014 12:21:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 279F114A2D2; Sat, 1 Feb 2014 12:21:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FEF014A2D1 for ; Sat, 1 Feb 2014 12:21:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bron8KrIXgSq for ; Sat, 1 Feb 2014 12:21:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BCC0E14A1AB for ; Sat, 1 Feb 2014 12:21:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5846996; Sat, 1 Feb 2014 12:21:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 1 Feb 2014 12:21:38 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Mojolicious To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140201122138.5846996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Feb 1 12:21:38 UTC 2014 Modified Files: pkgsrc/www/p5-Mojolicious: Makefile distinfo Log Message: Update to 4.73 Upstream changes: 4.73 2014-02-01 - Improved xml_escape performance significantly. - Improved html_unescape and url_unescape performance. - Fixed Mojo::UserAgent::Transactor to handle redirects more like most common browsers. 4.72 2014-01-29 - Added accepts, template_for and template_handler methods to Mojolicious::Renderer. - Added accepts helper to Mojolicious::Plugin::DefaultHelpers. - Added before_render hook. - Fixed bug in Mojo::Transaction::WebSocket that prevented decompression errors from being handled gracefully. 4.71 2014-01-28 - Fixed a few compression bugs in Mojo::Transaction::WebSocket and Mojo::Content. 4.70 2014-01-26 - Added extract_usage method to Mojolicious::Command. - Added unindent method to Mojo::ByteStream. - Added unindent function to Mojo::Util. - Updated jQuery to version 2.1. - Improved all built-in commands to show usage information in their SYNOPSIS sections. - Improved tag helpers to make data attributes more convenient. (ravengerUA) %= tag 'div', data => {my_id => 1, Name => 'test'} => 'some content' is equivalent to %= tag 'div', data-my-id => 1, data-name => 'test' => 'some content' - Fixed indentation of code in documentation browser. 4.69 2014-01-24 - Improved router to allow format detection for bridges. 4.68 2014-01-22 - Added Mojo::DOM::Node. - Added contents and node methods to Mojo::DOM. - Removed deprecated http_proxy, https_proxy, name and no_proxy attributes from Mojo::UserAgent. - Removed deprecated app, app_url, detect_proxy and need_proxy methods from Mojo::UserAgent. - Improved router to allow placeholders anywhere in a pattern to become optional. "get '/foo/:bar/baz' => {bar => 'bar'};" now matches "/foo/baz" "get '/foo(:bar)baz' => {bar => 'bar'};" now matches "/foobaz" - Improved request_ok method in Test::Mojo to handle WebSocket handshakes. - Improved Mojo::IOLoop::Server to use address and port for descriptor inheritance. - Improved list of available commands to be alphabetical. (jberger) - Fixed select_field helper to be nondestructive. - Fixed XML semantics bug in Mojo::DOM::HTML. 4.67 2014-01-11 - Added history and max_history_size attributes to Mojo::Log. - Improved exception and not found pages with log messages. - Improved exception page with more information. - Improved not found page with a more generic message. - Improved inline templates to use their checksum as name. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/p5-Mojolicious/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-Mojolicious/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.