From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 5FD7F3858408 for ; Sun, 1 Oct 2023 20:10:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5FD7F3858408 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTPS id mux0qaGBpmfesn2lnqBAFF; Sun, 01 Oct 2023 20:10:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1696191027; bh=rKpnM022EV4TMde0oPiPGustVxmZypGKmNP6aGjeFWk=; h=From:To:Reply-To:Date:Subject; b=bsgZTLuqi3lkWvCUFoMAqHukBIpS2ZltphK5QunU38fcXoiuvzPlicUWI+Nli8U9I Al6iLPgu7ht9v31G+V0m2MUhklvp+QyViZwAHxAEmjKioYLoS4rvWLdy9VPgHSIg2h Vvjq4P1yYCrZCMDyfDU7AxFwiLzedG/SRpg54ISojw4C7OCbgLIiL/utvB6FD6hoNQ YOAOheg9TUuxk+UmygLG17nuQYnaoknbk0FMWgFjj+YA/LhZBvM3Z1oqQUG6lceMdV KeL8IdbsiFrJZlNKfhOzsGow6yG0XxZhCHLehXcXYVwJza1SysgSfU29MQdCgdaKcO 5oOwAdKAWJXrw== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id n2lnq3vORSxZQn2lnqPLW2; Sun, 01 Oct 2023 20:10:27 +0000 X-Authority-Analysis: v=2.4 cv=JbqvEGGV c=1 sm=1 tr=0 ts=6519d233 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=HiWkEfo4AAAA:8 a=NEAV23lmAAAA:8 a=8o5u6wJPMsWU_a79YDIA:9 a=_QplDg0m8TGAdENQf2wZ:22 From: "Cygwin vttest Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 01 Oct 2023 14:07:57 -0600 Message-Id: <20231001140757.51194-1-Brian.Inglis@Shaw.ca> Subject: Updated: vttest 20230924 X-CMAE-Envelope: MS4xfISzwd6DLHq7lu5Qx7aro/OzSR+3ywP/ftTrt3FLhGuDPqhSLgg4qIvz4G0acv/Sdj1hbawyr2zA+CR1U6P380PoNfrZE+8+2sdYvNs4jCQpmNHMVZ/h U0s3nTnGN8njfFUBj1f4krWmf8h9suKdXnH9+60r9qN/+p9+mAeIMDIv3m9nijExqESO6rj58S6VpDfEYmGngruoO9FscUSCTo8= X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following package has been upgraded in the Cygwin distribution: * vttest 20230924 Tests the functionality of a VT100 terminal (or emulator thereof). Tests both display (escape sequence handling) and keyboard. The program is menu-driven and contains full operating instructions. To run a given menu-item, you enter its number. You can run all menu-items (for a given level) by entering an asterisk, i.e, '*'. It has been enhanced to support and test many xterm control and status escape sequences, and it is mainly used nowadays for testing emulator compatibility. See the project home page for more information: https://invisible-island.net/vttest/ Please see below or read /usr/share/doc/vttest/CHANGES after installation for details of changes since the last Cygwin release. https://github.com/ThomasDickey/vttest-snapshots/blob/master/CHANGES 20230924 - modify DEC private mode table and lookup function to handle different interpretations of modes 35 and 69. - add xterm private modes 1014, 1016 to DECRQM tests - updated/improved configure macros - update config.guess, config.sub