X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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.1582206646@web03.cms.usa.net> <1613327751.20200220213642@yandex.ru>
From: Lee <ler762@gmail.com>
Date: Thu, 20 Feb 2020 16:28:26 -0500
Message-ID: <CAD8GWsuRiKMsDNFJVAT=48uRA92VbVfxUQxmCm7S-j326it2bQ@mail.gmail.com>
Subject: Re: Is Cygwin 3.1.X Stable Enough to Use?
To: cygwin@cygwin.com
Cc: KARL BOTTS <kdbotts@usa.net>
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

