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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D5892A5679 for ; Sun, 24 Nov 2013 00:35:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 410E414A19F; Sun, 24 Nov 2013 00:35:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E1E514A13C for ; Sun, 24 Nov 2013 00:35:08 +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 i2WZX8FWJ3S8 for ; Sun, 24 Nov 2013 00:35:08 +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 0A98314A130 for ; Sun, 24 Nov 2013 00:35:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0094E96; Sun, 24 Nov 2013 00:35:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 24 Nov 2013 00:35:07 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTTP-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20131124003508.0094E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sun Nov 24 00:35:07 UTC 2013 Modified Files: pkgsrc/www/p5-HTTP-Tiny: Makefile distinfo Log Message: Update to 0.038 Upstream changes: 0.038 2013-11-18 12:56:26 America/New_York [FIXED] - Fixed a bug where authentication parameters in the URL would override an existing Authorization header 0.037 2013-10-28 13:26:21 America/New_York [FIXED] - Basic authentication in the URL is now unescaped before being encoded into the authentication header [DOCUMENTED] - Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate place for new features 0.036 2013-09-25 12:10:06 America/New_York [FIXED] - Compile test could hang on Windows [PREREQS] - Dropped configure_requires for ExtUtils::MakeMaker to 6.17 [META] - Updated support files 0.035 2013-09-10 12:29:28 America/New_York [CHANGED] - Encoded from data from 'post_form' preserves term order if data is provided as an array reference. (They are still sorted for consistency if provided as a hash reference.) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-HTTP-Tiny/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-HTTP-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.