From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.130]) by sourceware.org (Postfix) with ESMTPS id 03384384A01C for ; Mon, 8 Mar 2021 11:44:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 03384384A01C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo@towo.net Received: from [192.168.178.74] ([91.65.218.78]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MowT0-1m6Lpv1HQs-00qQ30 for ; Mon, 08 Mar 2021 12:44:41 +0100 Subject: Re: 3.2.0 release notes To: cygwin-developers@cygwin.com References: From: Thomas Wolff Message-ID: <9f20d832-28af-2536-9877-1105d88ce420@towo.net> Date: Mon, 8 Mar 2021 12:44:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:zSiLHlUQk9i0TrcxHT5YrRAJWhciZf4TGBqxj8Jjr+ATZTVPzrg 7LgbiuxQfXNRJcyuOn5VYheqQLZPyxtVryT/iG9aReGGNAgJvBofSnUIK64tvEaJYDyLcPH M8vo78ht2shod5wsvf2XlONyzQmDaVdC/Nv+iX23PX/EqumJzr0+D5985JIHX4qisdoFVY8 vLrpSvfwIEEhR4GR+AfZA== X-UI-Out-Filterresults: notjunk:1;V03:K0:Zp6qvaW/Sec=:lRCJjhV3NW2dYk2fyJZm/P CRh2WW1f6Yo8J0D8aak22qqgIyXYI6zcxjEYXtRDr3MPZdj+bURRCbKo3D2m6jmkfJaqB2Rvr lvhbPnMHJFLyy7UtlQduMYXBxMhXAX8ZErnSbXXn+Ty/astjdMcTPMsLpjPdgDfeypOfOW354 0wDkceyH8hYIivbJb+r9RULmn3R0gBlkgrfkabM2jeZjUX5oGXj57Djo+PYU7/TVu9liLHEZ7 78P0WzBUjjyDE2cGX/sO6LZnRdhoMN32o8WFOSDfSH5l3jVpewIu7N519DF313sn/9QELz3H7 g0UhZfs9lzkVQztCfu4dM8YadHIvAOk5/BZYXSMFG+z6tnh2wGGiet7n3lec5uu1eGb1DH60Q XW3lsyLBHMT/XsTQqVtV60Il7M/JHkoGqDGw7BZTcXfI5aZ9qBTMPFtY+XezP X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-developers@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component developers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:44:44 -0000 Am 08.03.2021 um 11:29 schrieb Corinna Vinschen via Cygwin-developers: > Hey guys, > > > all of you contributing to Cygwin 3.20, can you please check the > release notes in winsup/cygwin/release/3.2.0 and see if soomething > you provided a patch for is missing? I'm planning to come up with > the first test release today or tomorrow. I'd add some details about > - Revamped pseudo console support. particularly that this is no longer active for cygwin apps. This also removes a significant terminal output speed reduction. Thomas