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 436FE3861C76 for ; Tue, 17 Aug 2021 07:12:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 436FE3861C76 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 17H7C3jQ097207; Tue, 17 Aug 2021 00:12: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 "localhost.localdomain" via SMTP by m0.truegem.net, id smtpdV5Ekve; Tue Aug 17 00:12:03 2021 From: Mark Geisert To: cygwin-announce@cygwin.com Cc: Mark Geisert Subject: Test: cygutils 1.4.16-4 (TEST) Date: Tue, 17 Aug 2021 00:11:51 -0700 Message-Id: <20210816235012.8753-1-> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, INVALID_MSGID, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, 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: Tue, 17 Aug 2021 07:12:07 -0000 The following test packages have been uploaded to the Cygwin distribution: * cygutils-1.4.16-4 * cygutils-extra-1.4.16-4 * cygutils-x11-1.4.16-4 This release fixes a couple of issues reported in -3 and re-implements getclip's capture of Unicode characters from the Windows clipboard using a different method. This was required because the original approach would not work in 32-bit Cygwin operating on 64-bit Windows. IF YOU USE GETCLIP TO CAPTURE NON-ASCII CHARACTERS FROM THE WINDOWS CLIPBOARD, PLEASE TEST THIS NEWEST GETCLIP TO MAKE SURE IT WORKS FOR YOU. Report any issues to the main Cygwin mailing list. Excerpt from ChangeLog follows... 2021-08-15 Mark Geisert (1.4.16-4 release) * Makefile.am: Add -lkernel32 to src_clip_getclip_LDADD. This somehow didn't make it into the released -3 package. Thank you Takashi Yano. * Fix maintainer build environment issues that caused cygstart crash on non-AVX user systems: Thank you Takashi Yano, Brian Inglis, Achim Gratz and user Jay Abel for reporting the issue. * src/cygdrop/cygdrop.cc: Fix crash with recent gcc and fix printf format strings. Thank you Christian Franke. 2021-07-05 Mark Geisert (1.4.16-3 release) * src/clip/getclip.c: Add Unicode support. In about two weeks time this package will be marked current unless bugs are found during this test period. More Happy Clipping, ..mark