X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=dtM4 sYv1mBndsjxVf+GKCRG+fvsmBakyfVmy7ImMrujZrRoocIpqWbxS0d81ER8iLbpX XV6OU13N2vj0YGiPbbDjNYyn0sTR50z3xOy5UEHm6yymaGIhXUGL+Ixcf5VbSSCM B6HG7A0WLO7s8xBHH4h4XQrMVBT/MdBzuJa9nxo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; s=default; bh=taAwl/TEYF k3x0ollMXlOK6DvQw=; b=AdWXfc6EMI/LzRA6wNdLgLZ2rcbnOa9WEpN/wTOKwz 0yW2EsLUCc3UojJBt4jLp2RN+pneQ/xBdktYwQYaAseNUROhTlGwWiXE1l5SXpz5 KpRMft5LlWwOA5qdXVDGs/51EqoZHs58VQeUDTvDcWQcsZRJsrTpfkzXUU9tq+4L c= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=rolling, HX-Languages-Length:1042, Repin, H*f:sk:817yBTN X-HELO: mail-qv1-f44.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jPtV2Dg32JiKfAcXcD0VPIKwi4TIKhhXU7aMhKgxJjk=; b=VAQy8NjrBt12KJWUIAzssWBS8g+nb+8fMhDsNkKTUceSRj/a7miCHCSQEM5RYZtZPc khnypTf2s8arnfLuOw8RDfVRPv1C5GJaRplqXK++oQpOPsllYerVUo4hUFgheYTtSwI3 kX66GltiKKRQJCaaDU/WQmh7Rqyqf9QJjshYWK1PArcTIi4tqfWc2hMlluKUcKUGI7jB IcGVdDNO9EX8HbD6y+A3zvglL6VaZTrHlatqx8V+6d0SxMrAcgYArsagup8sBdLe1Deh GIO9HSaLJ7lRMqp9BuJOdwpUnVWC9MJd9U6cPTqFdTZDdJKl6YQqNNBJXaxiF0YMesHh Sknw== MIME-Version: 1.0 In-Reply-To: <1613327751.20200220213642@yandex.ru> References: <817yBTNxU4176Set DOT 1582206646 AT web03 DOT cms DOT usa DOT net> <1613327751 DOT 20200220213642 AT yandex DOT ru> From: Lee Date: Thu, 20 Feb 2020 16:28:26 -0500 Message-ID: Subject: Re: Is Cygwin 3.1.X Stable Enough to Use? To: cygwin AT cygwin DOT com Cc: KARL BOTTS Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 2/20/20, Andrey Repin wrote: > Greetings, KARL BOTTS! > >> I am worried. I need to instruct an IT department to install Cygwin. I >> am >> afraid that if I just tell them to run the installer, they will get an >> unstable version. I am afraid other new users will be in the same boat. > > Cygwin is a rolling release distribution. Whatever is in main installation > set is considered stable. I suspect that "unstable" in this context means "likely to have noticeable problems". For whatever it's worth, the only problem I've noticed with 3.1.4 was ansi control character handling and that was fixed by importing this bit into the registry: ------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Console] "VirtualTerminalLevel"=dword:00000001 ------------- On the plus side, it's HKEY_CURRENT_USER so you don't need admin privs to import it; on the minus side, it's HKEY_CURRENT_USER so you'll have to do it for every user on the machine that'll be using cygwin. Regards, Lee -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple