From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m0.truegem.net (m0.truegem.net [69.55.228.47]) by sourceware.org (Postfix) with ESMTPS id E804B3858D28 for ; Wed, 13 Apr 2022 05:45:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E804B3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=maxrnd.com Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id 23D5j4X6080822; Tue, 12 Apr 2022 22:45:04 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "localhost.localdomain" via SMTP by m0.truegem.net, id smtpdxEcRfM; Tue Apr 12 22:45:01 2022 From: Mark Geisert To: cygwin-announce@cygwin.com Cc: Mark Geisert Subject: Updated: cygfuse 3.2.0-3 Date: Tue, 12 Apr 2022 22:44:49 -0700 Message-Id: <20220413054449.5137-1-mark@maxrnd.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2022 05:45:09 -0000 The following package has been uploaded to the Cygwin distribution: * cygfuse-3.2.0-3 This update has the following minor bug fixes: - cosmetic fixes to fusermount(1) code, removing noisy squote chars; - update to and a formatting fix to man page cygfuse(8). Overview information follows... Cygfuse supplies an emulation of Linux libfuse/libfuse3. It allows FUSE clients such as sshfs, memfs, ftpfs, etc to make use of certain FUSE providers implemented for Windows. At this time WinFSP is the only Windows FUSE provider supported. Information about WinFSP can be found at . This package supplies libraries and include files for porting or coding FUSE clients. In order for them to function, a Windows FUSE provider must also be installed on your system. Download the installer for WinFSP from , run it, choose Custom Setup, select Core (other features are supplied by cygfuse). Please send questions or concerns to the main Cygwin mailing list as usual. Enjoy, ..mark