public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setup 2.892 release candidate - please test
@ 2018-07-15 15:48 Jon Turney
  2018-07-15 17:35 ` Steven Penny
  2018-07-17 15:25 ` Heavenly Avenger
  0 siblings, 2 replies; 3+ messages in thread
From: Jon Turney @ 2018-07-15 15:48 UTC (permalink / raw)
  To: The Cygwin Mailing List, cygwin-apps


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: setup 2.892 release candidate - please test
  2018-07-15 15:48 setup 2.892 release candidate - please test Jon Turney
@ 2018-07-15 17:35 ` Steven Penny
  2018-07-17 15:25 ` Heavenly Avenger
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Penny @ 2018-07-15 17:35 UTC (permalink / raw)
  To: cygwin

On Sun, 15 Jul 2018 14:23:17, Jon Turney wrote:
> - Packages listed in the "confirm" dialog are now sorted alphabetically
>    Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00078.html

Confirmed fixed - thanks


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: setup 2.892 release candidate - please test
  2018-07-15 15:48 setup 2.892 release candidate - please test Jon Turney
  2018-07-15 17:35 ` Steven Penny
@ 2018-07-17 15:25 ` Heavenly Avenger
  1 sibling, 0 replies; 3+ messages in thread
From: Heavenly Avenger @ 2018-07-17 15:25 UTC (permalink / raw)
  To: cygwin

As far as a vanilla packages update is concerned, the new version works 
nicely. My list had but one package to be updated (expected as I 
recently updated). Nice work!


On 7/15/2018 10:23 AM, Jon Turney wrote:
>
> 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
>
>


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-16 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-15 15:48 setup 2.892 release candidate - please test Jon Turney
2018-07-15 17:35 ` Steven Penny
2018-07-17 15:25 ` Heavenly Avenger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).