Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 795DD63C22B for ; Sat, 16 May 2009 15:21:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A114663B1F9; Sat, 16 May 2009 15:21:06 +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 BA9F963B206 for ; Sat, 16 May 2009 15:21:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9CA11175D0; Sat, 16 May 2009 15:21:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 16 May 2009 15:21:04 +0000 From: Eric Gillespie Subject: CVS commit: pkgsrc/devel/bzr-svn To: pkgsrc-changes@NetBSD.org Reply-To: epg@netbsd.org X-Mailer: log_accum Message-Id: <20090516152104.9CA11175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: epg Date: Sat May 16 15:21:04 UTC 2009 Modified Files: pkgsrc/devel/bzr-svn: Makefile PLIST distinfo Log Message: bzr-svn 0.5.4 2009-04-08 BUG FIXES * Ignore spurious commits setting tags to the same revision. (#342824) * Fix compatibility with Python2.4. * Improve error message if subvertpy can't be found. (#345067) * Cope with spaces in branch paths. (#348439) * Properly deal with pointless commits when branching the repository root. (#348786) * dpush no longer sets custom bzr revision properties. (#351292) * Re-use passwords that have been prompted earlier. (#331073) * Fix compatibility with Bazaar 1.14. FEATURES * A new content filter "svn-keywords" is now supported and behaves like the svn:keywords Subversion file property. * Keywords and end of line properties in svn working copies are now honored. (#81463) * Support override-svn-revprops = svn:author=author to allow svn:author to be set to the author of a pushed revision rather than the committer. (#342979) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/bzr-svn/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/bzr-svn/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/bzr-svn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.