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 3FCA9384D99D for ; Sat, 19 Nov 2022 19:47:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3FCA9384D99D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id wNQ0o8wQsMsxDwToAo6RTf; Sat, 19 Nov 2022 19:47:22 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id wToAoosimomIwwToAoEXAc; Sat, 19 Nov 2022 19:47:22 +0000 X-Authority-Analysis: v=2.4 cv=LM91/ba9 c=1 sm=1 tr=0 ts=637932ca a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==: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: Sat, 19 Nov 2022 12:45:42 -0700 Message-Id: <20221119124542.50759-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: vttest 20221111 X-CMAE-Envelope: MS4xfN6VL8qPUIc7jMmqFKLG30LythaCtzb8fXSN/VCNOhT0C1yJ2sT631WhgG4p+SPgTGAm//L3awCTnRmrSpzyMvXWaSEwWdCGez7EG1YlVyzCWVX5yFRS JdycceFAjOaTQwdY6p4Fl8ltnD4EPyMOIRMqaJPcpx6XCP2vnE2TWRTP1OoKlVCP3QkDQQ0z/f2G6PAlL3qQ/z61anFZrAIJUiV2eFmZmxjK983RTJTyBVwS X-Spam-Status: No, score=-1163.4 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no 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 20221111 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 20221111 changes: * improve DECTABSR test by adding menu for changing/resetting tabs. * improve DECCIR test by adding character-set menu * replace va_out() with vfprintf() where available, fixing some recent changes which used formatting not handled in logging; improve va_out() as well, e.g. for VMS * updated/improved configure macros * update install-sh * update config.guess, config.sub