From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com (conssluserg-02.nifty.com [210.131.2.81]) by sourceware.org (Postfix) with ESMTPS id 085B93858007 for ; Wed, 3 Nov 2021 13:04:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 085B93858007 Received: from Express5800-S70 (z221123.dynamic.ppp.asahi-net.or.jp [110.4.221.123]) (authenticated) by conssluserg-02.nifty.com with ESMTP id 1A3D42ce011375 for ; Wed, 3 Nov 2021 22:04:02 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 1A3D42ce011375 X-Nifty-SrcIP: [110.4.221.123] Date: Wed, 3 Nov 2021 22:04:05 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test) Message-Id: <20211103220405.aae44a1ae1d3be96939a2ec9@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2021 13:04:30 -0000 On Wed, 3 Nov 2021 02:59:38 -0700 Mark Geisert wrote: > The following packages have been uploaded to the Cygwin distribution: > > * cygutils-1.4.16-8 > * cygutils-extra-1.4.16-8 > * cygutils-x11-1.4.16-8 > > This update fixes a couple issues with getclip and putclip, namely: > 1) Mistakenly assuming charset is always UTF-8, > 2) Opening and closing the clipboard multiple times (putclip only), > sometimes causing ERROR_ACCESS_DENIED. > Thanks to Takashi Yano for bug reports with testcases, and especially > the patches! > > This update also provides a new feature: robust copy/paste between > 32-bit and 64-bit Cygwin environments, provided both are running > 3.3.0 (Test) or higher. I have tested the 1.4.16-8 (Test) and confirmed the following cases work as expected. 1) Charset conversion under locale other than UTF-8. 2) putclip error. 3) 32-bit and 64-bit inter-operability. Thanks much. -- Takashi Yano