Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id BDAB663DFEE for ; Sat, 7 Jul 2012 00:34:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3563314A20B; Sat, 7 Jul 2012 00:34:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EFC214A202 for ; Sat, 7 Jul 2012 00:34:19 +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 BlyqZtpm1EuL for ; Sat, 7 Jul 2012 00:34:19 +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 CC68814A200 for ; Sat, 7 Jul 2012 00:34:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A7FD6175DD; Sat, 7 Jul 2012 00:34:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Jul 2012 00:34:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/filesystems/tahoe-lafs To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20120707003418.A7FD6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Sat Jul 7 00:34:18 UTC 2012 Modified Files: pkgsrc/filesystems/tahoe-lafs: Makefile PLIST distinfo pkgsrc/filesystems/tahoe-lafs/patches: patch-aa Log Message: Update to 1.9.2. Release 1.9.2 (2012-07-03) ---------------------------- Notable Bugfixes '''''''''''''''' - Several regressions in support for reading (`#1636`_), writing/modifying (`#1670`_, `#1749`_), verifying (`#1628`_) and repairing (`#1655`_, `#1669`_, `#1676`_, `#1689`_) mutable files have been fixed. - FTP can now list directories containing mutable files, although it still does not support reading or writing mutable files. (`#680`_) - The FTP frontend would previously show Jan 1 1970 for all timestamps; now it shows the correct modification time of the directory entry. (`#1688`_) - If a node is configured to report incidents to a log gatherer, but the gatherer is offline when some incidents occur, it would previously not "catch up" with those incidents as intended. (`#1725`_) - OpenBSD 5 is now supported. (`#1584`_) - The ``count-good-share-hosts`` field of file check results is now computed correctly. (`#1115`_) Configuration/Behavior Changes '''''''''''''''''''''''''''''' - The capability of the upload directory for the drop-upload frontend is now specified in the file ``private/drop_upload_dircap`` under the gateway's node directory, rather than in its ``tahoe.cfg``. (`#1593`_) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/filesystems/tahoe-lafs/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/filesystems/tahoe-lafs/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/filesystems/tahoe-lafs/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/filesystems/tahoe-lafs/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.