public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: setup.exe (Release 2.761)
@ 2011-11-21 15:57 Corinna Vinschen
  2011-11-21 18:30 ` Jeremy Bopp
  2011-11-23 11:18 ` Eric Lilja
  0 siblings, 2 replies; 4+ messages in thread
From: Corinna Vinschen @ 2011-11-21 15:57 UTC (permalink / raw)
  To: cygwin

A new version of setup.exe, release 2.761, has been uploaded to
http://cygwin.com/setup.exe.

Changes:

- Now that mintty has become part of the default installation, setup will
  create desktop and start menu shortcuts called "Cygwin Terminal", which
  point to mintty, starting your default shell as noted in /etc/passwd.

- The desktop and start menu shortcuts use new icons.

- Remove "Prev" button from Chooser page.  The behaviour was confusing
  and unnecessary.

- In unattended mode, if packages were selected on command line,
  install only those, don't also upgrade all installed packages.

- Various improvements so progress bar shows progress during operations
  which may take a long time with a large number of packages selected.

- Fix hang when reading broken or pbzip2 compressed tar archives.

- Canonicalize mirror URLs so they always end with a '/'.

- Fix a bug which would lead to setup getting stuck on the dependency
  checking progress page in unattended mode when a dependency of an
  already installed package was not installed somehow.

- Correct the description of the -K option in help text.


              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com<AT>cygwin<DOT>com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: setup.exe (Release 2.761)
  2011-11-21 15:57 [ANNOUNCEMENT] Updated: setup.exe (Release 2.761) Corinna Vinschen
@ 2011-11-21 18:30 ` Jeremy Bopp
  2011-11-23 11:18 ` Eric Lilja
  1 sibling, 0 replies; 4+ messages in thread
From: Jeremy Bopp @ 2011-11-21 18:30 UTC (permalink / raw)
  To: cygwin

On 11/21/2011 09:06, Corinna Vinschen wrote:
> A new version of setup.exe, release 2.761, has been uploaded to
> http://cygwin.com/setup.exe.
> 
> Changes:
> 
> - Now that mintty has become part of the default installation, setup will
>   create desktop and start menu shortcuts called "Cygwin Terminal", which
>   point to mintty, starting your default shell as noted in /etc/passwd.

That right there is awesome.  Congrats to Andy for making the best damn
Cygwin terminal ever!  Thanks to everyone involved with finally making
it the default Cygwin terminal. :-)

-Jeremy

--
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] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: setup.exe (Release 2.761)
  2011-11-21 15:57 [ANNOUNCEMENT] Updated: setup.exe (Release 2.761) Corinna Vinschen
  2011-11-21 18:30 ` Jeremy Bopp
@ 2011-11-23 11:18 ` Eric Lilja
  2011-11-23 15:25   ` Jon TURNEY
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Lilja @ 2011-11-23 11:18 UTC (permalink / raw)
  To: cygwin

On 2011-11-21 16:06, Corinna Vinschen wrote:
> A new version of setup.exe, release 2.761, has been uploaded to
> http://cygwin.com/setup.exe.
[snip]
>
> - In unattended mode, if packages were selected on command line,
>    install only those, don't also upgrade all installed packages.

Is there some switch to restore the old behavior here? This change 
breaks how I do installs of cygwin and keep it up-to-date. I have a very 
simple script that invokes setup.exe with the following command-line 
parameters:
--site ftp://ftp.sunet.se/pub/lang/cygwin --root c:\cygwin --quiet-mode 
--no-desktop --local-package-dir c:\temp --packages 
"cppunit,cvs,file,gcc4-g++,gdb,inetutils,libiconv,make,mintty,openssh,gnupg,opengl"

Doing it like this has been nice because setup.exe runs by itself and I 
don't have to remember which extra packages I want. (A next step I want 
to do, but haven't tried yet to accomplish, is to first download the 
packages and use a local package repository so I could do offline 
installations (if I had pre-downloaded the packages).

- Eric



--
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] 4+ messages in thread

* Re: [ANNOUNCEMENT] Updated: setup.exe (Release 2.761)
  2011-11-23 11:18 ` Eric Lilja
@ 2011-11-23 15:25   ` Jon TURNEY
  0 siblings, 0 replies; 4+ messages in thread
From: Jon TURNEY @ 2011-11-23 15:25 UTC (permalink / raw)
  To: cygwin; +Cc: mindcooler

On 23/11/2011 08:48, Eric Lilja wrote:
> On 2011-11-21 16:06, Corinna Vinschen wrote:
>> A new version of setup.exe, release 2.761, has been uploaded to
>> http://cygwin.com/setup.exe.
> [snip]
>>
>> - In unattended mode, if packages were selected on command line,
>>    install only those, don't also upgrade all installed packages.
> 
> Is there some switch to restore the old behavior here? This change breaks how
> I do installs of cygwin and keep it up-to-date. I have a very simple script
> that invokes setup.exe with the following command-line parameters:
> --site ftp://ftp.sunet.se/pub/lang/cygwin --root c:\cygwin --quiet-mode
> --no-desktop --local-package-dir c:\temp --packages
> "cppunit,cvs,file,gcc4-g++,gdb,inetutils,libiconv,make,mintty,openssh,gnupg,opengl"

Sorry, no switch was added, I didn't know anyone found the previous behaviour
useful :-)

You should be able to get the same effect as the old behaviour by amending
your install/update script to also run setup without the --packages option.

--
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] 4+ messages in thread

end of thread, other threads:[~2011-11-23 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 15:57 [ANNOUNCEMENT] Updated: setup.exe (Release 2.761) Corinna Vinschen
2011-11-21 18:30 ` Jeremy Bopp
2011-11-23 11:18 ` Eric Lilja
2011-11-23 15:25   ` Jon TURNEY

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