From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53840 invoked by alias); 12 Aug 2019 14:36:35 -0000 Mailing-List: contact cygwin-developers-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner@cygwin.com Mail-Followup-To: cygwin-developers@cygwin.com Received: (qmail 53829 invoked by uid 89); 12 Aug 2019 14:36:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: conssluserg-05.nifty.com Received: from conssluserg-05.nifty.com (HELO conssluserg-05.nifty.com) (210.131.2.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 14:36:33 +0000 Received: from Express5800-S70 (ntsitm268057.sitm.nt.ngn.ppp.infoweb.ne.jp [125.1.110.57]) (authenticated) by conssluserg-05.nifty.com with ESMTP id x7CEaQn9030579 for ; Mon, 12 Aug 2019 23:36:26 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com x7CEaQn9030579 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1565620586; bh=+Oi/1CK/hxgewx8LZ+1zbFqlZAgYvJmMEaSV9eZbg7Q=; h=Date:From:To:Subject:In-Reply-To:References:From; b=gWlr2RlmmsAujd4uCV7IY6sfqqjolsUpdWG/WARFz2gr9KZcKkJbcxr2cxF1gZCEY NIG1TD+nyaaGwt1liwZipAAT1xOTF0s7jyhG/AEqrRMtuVuel7GiuH5ciY1pw8Lt1k 9Cvi8TPA2owv3cfT8E7YqX8tfIutVDJSzxrq1CabOuv5HM0yG5NXK8jolsXkUejMC/ oXzy+/1qSBMfHfP71PPB7f+Oe2stUcge+h5eNVyjd8NuIEdSsrtNHDNry9ga5Av1HH sTxNxTkndko0ExT8c1lEeYgdEfOjgk83jJ3ZGfqllnFcufBxDg9Un/bTxvu+7QIW8U 4xqPZ0JL3fmuw== Date: Mon, 12 Aug 2019 14:36:00 -0000 From: Takashi Yano To: cygwin-developers@cygwin.com Subject: Re: [PATCH v5 1/1] Cygwin: pty: add pseudo console support. Message-Id: <20190812233636.fb73391185c4d10a958ab51a@nifty.ne.jp> In-Reply-To: <20190812125005.GH11632@calimero.vinschen.de> References: <20190412102047.669-1-takashi.yano@nifty.ne.jp> <20190414152316.1468-1-takashi.yano@nifty.ne.jp> <20190414152316.1468-2-takashi.yano@nifty.ne.jp> <20190415083832.GC3599@calimero.vinschen.de> <20190416094143.c612b1d9262bd015a8103f10@nifty.ne.jp> <20190416091616.GN3599@calimero.vinschen.de> <20190624105337.GC5738@calimero.vinschen.de> <20190812210708.109e5a8de991875e65d11792@nifty.ne.jp> <20190812125005.GH11632@calimero.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00006.txt.bz2 Hi Corinna, On Mon, 12 Aug 2019 14:50:05 +0200 Corinna Vinschen wrote: > An important question is if we should put this into Cygwin 3.1 or if > it's better to keep the 3.1 release the "FIFO revamp" release and make > 3.2 the WinPTY release. That's probably the better approach... I think it is better to release ConPTY support after tested as snapshot. -- Takashi Yano