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 729FD3858409 for ; Thu, 4 Nov 2021 08:48:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 729FD3858409 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 1A48m3WG090106 for ; Thu, 4 Nov 2021 01:48:03 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdKIzkYK; Thu Nov 4 00:47:55 2021 Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test) To: cygwin@cygwin.com References: <20211103220405.aae44a1ae1d3be96939a2ec9@nifty.ne.jp> <189d52e5-54ec-b708-862d-727fac688b8b@towo.net> From: Mark Geisert Message-ID: <0dbe887c-4da8-d27a-aea3-760ec1dfc07c@maxrnd.com> Date: Thu, 4 Nov 2021 01:47:56 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: <189d52e5-54ec-b708-862d-727fac688b8b@towo.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, 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: Thu, 04 Nov 2021 08:48:07 -0000 Hi Thomas, Thomas Wolff wrote: > > > Am 04.11.2021 um 05:31 schrieb Mark Geisert: >> Takashi Yano via Cygwin wrote: >>> 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 >> [...] >>> >>> 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. > I was trying to check changes, and clipboard handling, but the contents of the > source packages is identical; files are from 2017‽ Yes, an artifact of how Charles (original author) set up package builds. One has to do a 'cygport cygutils.cygport prep' step to apply patches to get the most up-to-date source. ..mark