Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 65B4FA581D for ; Thu, 1 May 2014 13:35:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF5A214A2D0; Thu, 1 May 2014 13:35:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E71EA14A2C1 for ; Thu, 1 May 2014 13:35:03 +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 5vzYjqist_Yd for ; Thu, 1 May 2014 13:35:03 +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 1659314A297 for ; Thu, 1 May 2014 13:35:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B72096; Thu, 1 May 2014 13:35:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 1 May 2014 13:35:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Dancer2 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140501133503.0B72096@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu May 1 13:35:02 UTC 2014 Modified Files: pkgsrc/www/p5-Dancer2: Makefile distinfo Log Message: Update to 0.140001 Upstream changes: 0.140001 2014-05-01 10:49:25CEST+0200 Europe/Amsterdam [ BUG FIXES ] * Bugfix for extracting multiple cookies within a request. (Cymon, Russell Jenkins) * Require minimum version of Plack to make sure we can add the Head middleware. Not exactly a bug, but not a feature. (Sawyer X) [ DOCUMENTATION ] * Correct reference to HTTP::Server::Simple::PSGI. (Russell Jenkins) 0.140000 2014-04-28 23:14:31CEST+0200 Europe/Amsterdam [ ENHANCEMENTS ] * Replace Config role with better ConfigReader role. (Mickey Nasriachi, Stefan Hornburg, Sawyer X) * Move App-related attributes (engines) to App instead of config role. (Mickey Nasriachi, Stefan Hornburg, Sawyer X) * Untangle Runner-Server (removing Server entirely). (Mickey Nasriachi, Stefan Hornburg, Sawyer X) * Replace HTTP::Server::Simple::PSGI with HTTP::Server::PSGI. (Mickey Nasriachi, Stefan Hornburg, Sawyer X) * GH #527: Build request cookie objects from request headers, not env. (Russell Jenkins) * GH #569: Transform cookie using the HTTP_COOKIE header, per PSGI spec. (Russell Jenkins) * GH #559, #544: Use Plack middleware for HEAD request content removal. (Russell Jenkins) * GH #513, #483: Deserialize body content for DELETE requests. (Russell Jenkins, Yanick Champoux, Sawyer X) 0.13 2014-04-13 19:19:44CEST+0200 Europe/Amsterdam [ ENHANCEMENTS ] * GH #562: Change YAML::Any to YAML (Steven Humphrey, Russell Jenkins). [ BUG FIXES ] * GH #524: Double encoding for YAML sessions. * GH #557: Switch to using YAML::Old. * GH #548: Deserializer test failure. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Dancer2/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-Dancer2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.