delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/07/15/09:23:36

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:from:subject:to:message-id:date:mime-version
:content-type:content-transfer-encoding; q=dns; s=default; b=uMQ
rXZLTSpQQFR+HY6XH/6eL0JXXy/FQCA+eVprIHidKlLGOgjR3D/7y9ADw3xd8z4p
YRHx54X4Rw9Xu+gLUsAKj2y0wWMb1+sc9XiogAy49IhufksraqI/qROj133fXCj6
i0YutCpkIIkWiuiYVbem3xA4fqqt6QsDmAEAX9UI=
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:from:subject:to:message-id:date:mime-version
:content-type:content-transfer-encoding; s=default; bh=l1EvIjUGa
h7aXXoOS3uf774EpO8=; b=EoALS//1FCbt6UoJUgbp7qEAFX+enXURGnK7wItAD
x/OSlKYFG0FM2uK53dyK6g1BUrtHQHFYv7J6SrHPccHnFGfxmuP5sAh9gCgBdjmv
XR1mRYwW+KCOZ9ko2iZX/fwturZo48kbF+8iDHYwSzPhcSBNztcgDCdVIKSLCJOi
XI=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=0.5 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=proxy, 2003, dating, candidate
X-HELO: out2-smtp.messagingengine.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=9zSwFhos4aj+Y6/vm9MedaA+TV6o6 CA1ily/+0EQgRQ=; b=YDIAuykAL7P62WEpu0hhihI7MBFE0NaEv0BAXeDw6JjKh m0cn7O1obTWoMSjkm+joBA1s11CEWqXQ+3YXhR9yeioKbHFCc8vBe/xjUhC7S1tZ Abfkjld7Xe1eqoYGfiRdmoUbdSkj7HTESNWx5jQ1M4HbthQH/dTEQ+RpbJRVgWBH goLFgXjZeFfe4AtVwniMeWmJ7h0oJtKWfjHc2444P5P+G5tpqDQEu6oqrqg5HqMO nP5A5glXkYgIjmSiK8RDRGCe4tbJGJMiNoGyiyPKmtas3Udn76eCvBrchQpcsq0f SZETvMHTd90ugVQhUVsg6iECMhM/ITg4/bXPhkhxg==
From: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
Subject: setup 2.892 release candidate - please test
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>,
"cygwin-apps AT cygwin DOT com" <cygwin-apps AT cygwin DOT com>
Message-ID: <518bfdb2-987f-23b5-9cc3-873fd2a3bc6f@dronecode.org.uk>
Date: Sun, 15 Jul 2018 14:23:17 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0

A new setup release candidate is available at:

   https://cygwin.com/setup/setup-2.892.x86_64.exe (64 bit version)
   https://cygwin.com/setup/setup-2.892.x86.exe    (32 bit version)

Please test and report any problems here.

Changes compared to 2.891:

- Fix building with libgpg-error 1.28

- Raise a fatal error on a corrupt archive in "install from local 
directory" mode
   Addresses: https://cygwin.com/ml/cygwin-apps/2018-03/msg00037.html

- Packages listed in the "confirm" dialog are now sorted alphabetically
   Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00078.html

- Fix creating a bogus current version with an empty version number for 
packages which only have a test version

- Fix ignoring the last package version in all setup.ini files but the 
last one read

- Allow command-line uninstallation of specified orphaned packages

- Dependencies of packages specified to be installed or upgraded on the 
command-line are now upgraded, if required (as we now record these 
packages being in a "no changes requested" state, rather than a "keep" 
state that would cause a conflict)

- Packages which have been upgraded automatically are now correctly 
reported as "automatically added" in the "confirm" dialog,

- mirrors.lst is now fetched using https://

- Literal URLs in dialogs now reference https://cygwin.com/

- Fix a bug (dating from 2003) in saving an empty network proxy password

- Correctly handle 'provides:' and 'conflicts:' for installed packages

- Add a '--no-version-check' option, to suppress the warning that a 
newer version of setup is available

- Don't check setup-version: to warn about potential setup.ini parsing 
problems if a setup-minimum-version: is specified.

- Propagate the exit code of the elevated process, when --wait is used
   Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00020.html (partially)

- Properly track the sites providing a given version of a packages (To 
correctly handle local installs where required packages are spread 
between cache directories for more than one mirror, and correctly fall 
back to an alternate mirror when multiple mirrors are used and a problem 
occurs connecting to the first mirror tried)

- Don't use CRLF terminators when writing dependency problems to logfile
   Addresses: https://cygwin.com/ml/cygwin/2018-03/msg00266.html

- Fix a bug which sometimes caused a wildly incorrect value to be used 
for the expected size download progress was measured against


Again, many thanks to Ken Brown for doing all the hard work.

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019