Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3FD1A63C728 for ; Sat, 28 May 2011 10:33:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0F99314A457; Sat, 28 May 2011 10:33:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF57514A451 for ; Sat, 28 May 2011 10:33:01 +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 wX8fsVY3m2LD for ; Sat, 28 May 2011 10:33:01 +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 04CF014A43B for ; Sat, 28 May 2011 10:33:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DAB70175DD; Sat, 28 May 2011 10:33:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 May 2011 10:33:00 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/devel/fossil To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20110528103300.DAB70175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Sat May 28 10:33:00 UTC 2011 Modified Files: pkgsrc/devel/fossil: Makefile distinfo pkgsrc/devel/fossil/patches: patch-aa Log Message: Update Fossil to release 2011-05-23 15:11:12 New in release 2011-05-23 15:11:12: This release merges in the windows internationalization patches. Fossil should now work better on windows machines that use a non-ASCII and non-UTF8 code page for the DOS box. New in release 2011-05-12 14:56:52: This release adds an enhanced configuration sync capability which entails an irreversible schema change. You _must_ run "fossil rebuild" on all of your repositories after updating to this version of fossil. Other changes in this release include: * Refactor the "add", "rm", and "addremove" commands to simplify the code and fix various problems. * Added a "diff" hyperlink after each file in the "Show Files" timeline view. * The "fossil open" and "fossil co" commands always prompt before overwriting preexisting files unless the --force option is used. * Enhanced the merge-conflict markup to show both recent versions and the common-ancestor version. * Change the definition of what it means to be a "leaf" check-in, to be consistent and to work better for most people. * Commands that recursively decend through the file hierarchy ("fossil extra", "fossil clean", etc.) will now ignore nested checkouts. * Automatically delete the _FOSSIL_ file upon a failed "open". * Improvements to the "annotate" feature. * Other minor bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/fossil/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/fossil/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/fossil/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.