Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8BEAA63B946 for ; Fri, 16 Mar 2012 20:59:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CE94314A1D3; Fri, 16 Mar 2012 20:59:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71B2E14A1D2 for ; Fri, 16 Mar 2012 20:59: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 pTFF03JCQYnv for ; Fri, 16 Mar 2012 20:59: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 DEAA814A1D0 for ; Fri, 16 Mar 2012 20:59:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3CB18175DD; Fri, 16 Mar 2012 20:59:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 16 Mar 2012 20:59:39 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/devel/bzr-svn To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20120316205939.3CB18175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: cheusov Date: Fri Mar 16 20:59:39 UTC 2012 Modified Files: pkgsrc/devel/bzr-svn: Makefile distinfo Log Message: Update to 1.2.1 by request of maintainer. Major changes: bzr-svn 1.2.1 BUG FIXES * Fix compatibility with bzr 2.5.0 proper. (Jelmer Vernooij) bzr-svn 1.2.0 FEATURES * Support fetching to colocated branches in svn-import. (Jelmer Vernooij) * Follow redirects when using pycurl. (Jelmer Vernooij) * New hidden command 'bzr fix-svn-ancestry' command. (Jelmer Vernooij) CHANGES * No longer supports bzr 2.3 and 2.4. (Jelmer Vernooij) BUG FIXES * Properly abort when the commit editor commit function fails rather than complaining about busy connections. (Jelmer Vernooij, #890529) * Ignore .svn directories that aren't actually svn working copies. (Jelmer Vernooij, #862910) * Fix find_iter_revisions when accessing repository that contains old mapping data. (Jelmer Vernooij, #898780) * Reset pycurl state after OPTIONS request. (Jelmer Vernooij, Vincent Ladeuil, #774571) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/bzr-svn/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/bzr-svn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.