public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Setup announcement
@ 2011-11-21  9:53 Corinna Vinschen
  2011-11-21 10:32 ` Cyrille Lefevre
  2011-11-21 14:28 ` Jon TURNEY
  0 siblings, 2 replies; 4+ messages in thread
From: Corinna Vinschen @ 2011-11-21  9:53 UTC (permalink / raw)
  To: cygwin-apps

Hi Jon,


most of the changes and fixes in the new setup.exe release from this
weekend are yours per the ChangeLog.  I don't know exactly what to write
in an announcement.  Here's what I have so far.  Can you please have a
look and revise it?

- 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 unattanded mode, if packages were selected on command line,
  install only these, not their dependencies.
  
  --- Is that correct?  Or are the dependencies installed as well,
      but not unrelated packages?

- Improve progress bar display.

- Fix behaviour when reading broken tar archives.

- Improve error messages related to reading and writing files.


Thanks,
Corinna

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

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

* Re: Setup announcement
  2011-11-21  9:53 Setup announcement Corinna Vinschen
@ 2011-11-21 10:32 ` Cyrille Lefevre
  2011-11-21 14:28 ` Jon TURNEY
  1 sibling, 0 replies; 4+ messages in thread
From: Cyrille Lefevre @ 2011-11-21 10:32 UTC (permalink / raw)
  To: cygwin-apps

Le 21/11/2011 10:52, Corinna Vinschen a écrit :
> - In unattanded mode, if packages were selected on command line,
>    install only these, not their dependencies.
>
>    --- Is that correct?  Or are the dependencies installed as well,
>        but not unrelated packages?
Hi,

maybe you may provide this as an option ?
w or w/o dependencies...

Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists@laposte.net

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

* Re: Setup announcement
  2011-11-21  9:53 Setup announcement Corinna Vinschen
  2011-11-21 10:32 ` Cyrille Lefevre
@ 2011-11-21 14:28 ` Jon TURNEY
  2011-11-21 15:05   ` Corinna Vinschen
  1 sibling, 1 reply; 4+ messages in thread
From: Jon TURNEY @ 2011-11-21 14:28 UTC (permalink / raw)
  To: cygwin-apps

On 21/11/2011 09:52, Corinna Vinschen wrote:
> most of the changes and fixes in the new setup.exe release from this
> weekend are yours per the ChangeLog.  I don't know exactly what to write
> in an announcement.  Here's what I have so far.  Can you please have a
> look and revise it?

Sure, some suggestions interleaved

> - 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 unattanded mode, if packages were selected on command line,
>   install only these, not their dependencies.
>   
>   --- Is that correct?  Or are the dependencies installed as well,
>       but not unrelated packages?

The change I made is supposed to prevent unrelated, already installed packages
from getting updated. So perhaps

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

> - Improve progress bar display.

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

> - Fix behaviour when reading broken tar archives.

"Fix hang when reading broken or pbzip2 compressed tar archives"

> - Improve error messages related to reading and writing files.

Also a few earlier changes you didn't mention:

(2.739)
- Canonicalize mirror URLs so they always end with a '/'

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

(2.741)
Correct the description of the -K option in help text

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

* Re: Setup announcement
  2011-11-21 14:28 ` Jon TURNEY
@ 2011-11-21 15:05   ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2011-11-21 15:05 UTC (permalink / raw)
  To: cygwin-apps

On Nov 21 14:28, Jon TURNEY wrote:
> On 21/11/2011 09:52, Corinna Vinschen wrote:
> > most of the changes and fixes in the new setup.exe release from this
> > weekend are yours per the ChangeLog.  I don't know exactly what to write
> > in an announcement.  Here's what I have so far.  Can you please have a
> > look and revise it?
> 
> Sure, some suggestions interleaved
> 
> > - 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 unattanded mode, if packages were selected on command line,
> >   install only these, not their dependencies.
> >   
> >   --- Is that correct?  Or are the dependencies installed as well,
> >       but not unrelated packages?
> 
> The change I made is supposed to prevent unrelated, already installed packages
> from getting updated. So perhaps
> 
> "In unattended mode, if packages were selected on command line,
> install only those, don't also upgrade all installed packages"
> 
> > - Improve progress bar display.
> 
> "Various improvements so progress bar shows progress during operations which
> may take a long time with a large number of packages selected."
> 
> > - Fix behaviour when reading broken tar archives.
> 
> "Fix hang when reading broken or pbzip2 compressed tar archives"
> 
> > - Improve error messages related to reading and writing files.
> 
> Also a few earlier changes you didn't mention:
> 
> (2.739)
> - Canonicalize mirror URLs so they always end with a '/'
> 
> (2.740)
> - 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.
> 
> (2.741)
> Correct the description of the -K option in help text

Thanks!  Announcement follows shortly.


Corinna

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

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

end of thread, other threads:[~2011-11-21 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21  9:53 Setup announcement Corinna Vinschen
2011-11-21 10:32 ` Cyrille Lefevre
2011-11-21 14:28 ` Jon TURNEY
2011-11-21 15:05   ` Corinna Vinschen

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