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 06131385840D for ; Mon, 30 Aug 2021 08:58:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 06131385840D 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 17U8w5LT063279; Mon, 30 Aug 2021 01:58:05 -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 smtpdFuMkhF; Mon Aug 30 01:57:58 2021 From: Mark Geisert To: cygwin-announce@cygwin.com Cc: Mark Geisert Subject: Updated: cygutils 1.4.16-6 Date: Mon, 30 Aug 2021 01:57:46 -0700 Message-Id: <20210830014157.30498-1-> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, INVALID_MSGID, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP 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: Mon, 30 Aug 2021 08:58:08 -0000 The following packages have been uploaded to the Cygwin distribution: * cygutils-1.4.16-6 * cygutils-extra-1.4.16-6 * cygutils-x11-1.4.16-6 This update fixes two putclip issues reported by Takashi Yano: 1) Varying amounts of garbage after a putclip of non-ASCII chars, and 2) Occasional "Couldn't write CF_TEXT format to the clipboard" errors. The first was caused by unterminated input strings; the second by OpenClipboard() failing due to another process holding the clipboard. There is now a specific diagnostic for that situation. I'm aware of one more issue with putclip. Intermittently, using putclip to place non-ASCII characters on the clipboard instead places a number of "?" characters. If you de-select, re-select, and then repeat the putclip command, the non-ASCII chars are placed as they should be. This occurs whether your "paste" operation is from the application menu (e.g. Edit->Paste) or via the mouse. I've tried a couple remedies but have not yet found a solution. Happy Monday, ..mark -- "Always make new mistakes."