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 12C6CA648C for ; Thu, 30 Jan 2014 14:40:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 757A914A255; Thu, 30 Jan 2014 14:40:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11BB314A1B5 for ; Thu, 30 Jan 2014 14:40:35 +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 lksChQEg00Zk for ; Thu, 30 Jan 2014 14:40:34 +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 80ACF14A14B for ; Thu, 30 Jan 2014 14:40:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3DA9D96; Thu, 30 Jan 2014 14:40:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 30 Jan 2014 14:40:34 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/reposurgeon To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20140130144034.3DA9D96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Thu Jan 30 14:40:34 UTC 2014 Modified Files: pkgsrc/devel/reposurgeon: Makefile distinfo Log Message: Update to 3.1 Changelog: 3.1 2014-01-27 The filter command now has a --replace modifier to avoid regex overhead. Associated branches are renamed when a reset or tag is moved or deleted. Bug fix for off-by-one error in tags reporting. 3.0: 2014-01-05 Many syntactic features of the language have changed incompatibly. Backward-incompatible language changes are documented on the manual page. 'expunge' and 'unite' commands have been incompatibly improved. New 'strip' command for generating test cases with blobs stripped out New 'reduce' command for topological reduction of test cases. The 'lint' command gets a test for the existence of multiple roots. Selecting a date or action stamp matching multiple commits now matches all. The surgical language now has a macro facility. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/reposurgeon/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/reposurgeon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.