public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Setup for 1.7 must still handle 9x?
@ 2008-08-12 15:35 Corinna Vinschen
  2008-08-12 18:02 ` Corinna Vinschen
  0 siblings, 1 reply; 97+ messages in thread
From: Corinna Vinschen @ 2008-08-12 15:35 UTC (permalink / raw)
  To: cygwin-apps

And the next question.

I have hacked up a version of setup which handles most of the stuff
necessary to install Cygwin 1.7 now.  However, it contains changes which
are hard to implemented transparently on 9x.  For instance, all local
file access is now using wide char functions which are usually not
available on 9x.  The mount table in the registry is not written anymore,
rather only the {HKLM,HKCU}\Software\Cygwin\setup\rootdir value.

Having only one version of setup which supports the old 1.5 install as
well as the new 1.7 install is extremly tricky, IMHO.

Is it worth it at all?  Isn't it sufficient to keep the 1.5 installer
on the branch and use it for 9x installations in future only?


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] 97+ messages in thread
* New Setup for Cygwin 1.7 on cygwin.com
@ 2008-08-14  9:54 Corinna Vinschen
  2008-08-15  5:14 ` Yaakov (Cygwin Ports)
  2008-08-15 21:01 ` Charles Wilson
  0 siblings, 2 replies; 97+ messages in thread
From: Corinna Vinschen @ 2008-08-14  9:54 UTC (permalink / raw)
  To: cygwin-apps

Hi,

I just uploaded a(nother) new setup-1.7.exe to install Cygwin 1.7.

You can find it here:  http://cygwin.com/setup-1.7.exe 

The version number is 2.606.
The SHA1 checksum is 2df4b76fbff6a1279aecdac342de67d291175560

New features:

- Now additionally reads /etc/fstab if it can find it.

Features already in 2.605:

- Installs 1.7 on NT and 1.5.x on 9x.

As far as NT is affected:

- Uses long path names and the Cygwin UNICODE transformation of special
  DOS characters.  This should allow to install files with special DOS
  chars (foo:bar, a<b), as well as files with names consisting of DOS
  device names (nul.exe, aux.c).

- Setup will still look for an old install by searching the 1.5.x
  registry mount points.  If you don't change to another dir in the
  "Choose Installation Directory" dialog, it will perform an upgrade
  rather than a fresh parallel install.  So, please change the root
  directory to something like, say, C:\cygwin-1.7

- Reads package DB the first time *after* the user pressed the "Next"
  button in the "Choose Installation Directory" dialog, so that setup
  doesn't use the package DB from a former installation by accident if
  the user chooses to install into a new directory.
  
  This only works once! 
  
  If you press the "Next" button in the "Choose Installation Directory"
  dialog before you changed the root directory, then press the "Back"
  button, it's too late.  In that case, press "Cancel" and restart
  Setup-1.7.
  
  I couldn't figure out how to drop the entire package DB in memory so
  that it can be re-read when the directory gets changed by the user.
  Can somebody help coding this?

- Does not write registry mount points anymore.

- Dynamically changes the layout of the "Choose Installation Directory"
  dialog so that there's no user choice for text/binmode.

Other changes:

- Silently skip empty tar packages of the 46 byte type (for instance
  gcc-3.4.4-3).

- New command-line option which was already present in Dave's test
  release 2.602:
  
  -P --packages                          Specify packages to install

Perhaps I screwed something up with my patches which worked before,
but it worked fine for me, so I don't know.  Please give it a try
and report back.


Have fun,
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] 97+ messages in thread

end of thread, other threads:[~2008-08-29  8:34 UTC | newest]

Thread overview: 97+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-12 15:35 Setup for 1.7 must still handle 9x? Corinna Vinschen
2008-08-12 18:02 ` Corinna Vinschen
2008-08-12 20:26   ` Christopher Faylor
2008-08-12 20:41     ` Corinna Vinschen
2008-08-12 23:11       ` Ralph Hempel
2008-08-13  8:34         ` Corinna Vinschen
2008-08-13 10:20     ` New Setup for Cygwin 1.7 on cygwin.com Corinna Vinschen
2008-08-15  8:54       ` Dr. Volker Zell
2008-08-15 10:28         ` Corinna Vinschen
2008-08-15 11:21           ` Corinna Vinschen
2008-08-15 13:13             ` Corinna Vinschen
2008-08-15 13:17               ` Eric Blake
2008-08-15 13:28                 ` Corinna Vinschen
2008-08-15 13:38                   ` Corinna Vinschen
2008-08-15 13:46                   ` Brian Dessent
2008-08-15 14:00                     ` Corinna Vinschen
2008-08-15 14:16                       ` Brian Dessent
2008-08-15 14:22                         ` Corinna Vinschen
2008-08-15 14:04                     ` Dave Korn
2008-08-15 14:11                       ` Corinna Vinschen
2008-08-15 14:18                         ` Dave Korn
2008-08-16 12:26                         ` Dave Korn
2008-08-19 16:39                           ` Corinna Vinschen
2008-08-20  1:49                             ` Brian Dessent
2008-08-20  2:46                               ` Christopher Faylor
2008-08-20  7:56                                 ` Corinna Vinschen
2008-08-20 14:40                                   ` Christopher Faylor
2008-08-20 14:45                                     ` Corinna Vinschen
2008-08-20 15:17                                       ` Christopher Faylor
2008-08-20 15:24                                         ` Corinna Vinschen
2008-08-20 16:00                                           ` Christopher Faylor
2008-08-20 16:18                                           ` Charles Wilson
2008-08-20 16:34                                             ` Brian Dessent
2008-08-20 16:49                                               ` Charles Wilson
2008-08-20 17:47                                                 ` Corinna Vinschen
2008-08-21 10:09                                                   ` Corinna Vinschen
2008-08-21 11:09                                                     ` Charles Wilson
2008-08-21 11:19                                                       ` Corinna Vinschen
2008-08-21 15:02                                                     ` Christopher Faylor
2008-08-21 15:04                                                       ` Christopher Faylor
2008-08-21 15:13                                                         ` Charles Wilson
2008-08-21 15:19                                                           ` Corinna Vinschen
2008-08-21 15:27                                                             ` Corinna Vinschen
2008-08-22  1:43                                                               ` Eric Blake
2008-08-22  2:07                                                                 ` Christopher Faylor
2008-08-21 15:38                                                             ` Christopher Faylor
2008-08-21 15:57                                                               ` Corinna Vinschen
2008-08-21 16:45                                                                 ` Christopher Faylor
2008-08-22  1:37                                                     ` Brian Dessent
2008-08-22  7:44                                                       ` Corinna Vinschen
2008-08-22  7:55                                                         ` Brian Dessent
2008-08-22  8:23                                                           ` Corinna Vinschen
2008-08-22  8:59                                                             ` Brian Dessent
2008-08-22  9:08                                                               ` Corinna Vinschen
2008-08-25 10:24                                                                 ` Corinna Vinschen
2008-08-25 14:33                                                                   ` Christopher Faylor
2008-08-25 15:28                                                                     ` Christopher Faylor
2008-08-25 15:36                                                                       ` Corinna Vinschen
2008-08-25 15:58                                                                         ` Christopher Faylor
2008-08-25 16:14                                                                           ` Corinna Vinschen
2008-08-25 17:22                                                                             ` Christopher Faylor
2008-08-27 17:15                                                                               ` Corinna Vinschen
2008-08-27 18:36                                                                                 ` Christopher Faylor
2008-08-28  7:37                                                                                   ` Corinna Vinschen
2008-08-28 14:18                                                                                     ` Christopher Faylor
2008-08-28 15:01                                                                                       ` Christopher Faylor
2008-08-28 19:05                                                                                         ` Christopher Faylor
2008-08-29  8:34                                                                                           ` Corinna Vinschen
2008-08-27 19:08                                                                                 ` Ralph Hempel
2008-08-28  7:42                                                                                   ` Corinna Vinschen
2008-08-28 12:30                                                                                     ` Ralph Hempel
2008-08-26  8:18                                                                           ` Corinna Vinschen
2008-08-26 12:05                                                                             ` Charles Wilson
2008-08-26 12:13                                                                               ` Corinna Vinschen
2008-08-22 13:21                                                               ` Christopher Faylor
2008-08-20 16:36                                             ` Corinna Vinschen
2008-08-20 15:28                                         ` Brian Dessent
2008-08-20 16:03                                           ` Christopher Faylor
2008-08-15 14:01                 ` Corinna Vinschen
2008-08-15 10:15       ` Dr. Volker Zell
2008-08-15 10:33         ` Corinna Vinschen
2008-08-15 11:47       ` Dr. Volker Zell
2008-08-15 11:56         ` Corinna Vinschen
2008-08-15 12:39           ` Corinna Vinschen
2008-08-15 13:58           ` Dr. Volker Zell
2008-08-15 14:05             ` Corinna Vinschen
2008-08-15 19:24       ` Eric Blake
2008-08-15 19:34         ` Yaakov (Cygwin Ports)
2008-08-15 19:37         ` Christopher Faylor
2008-08-16 13:38           ` Dave Korn
2008-08-14  9:54 Corinna Vinschen
2008-08-15  5:14 ` Yaakov (Cygwin Ports)
2008-08-15 11:41   ` Corinna Vinschen
2008-08-15 11:59     ` Eric Blake
2008-08-15 12:13       ` Corinna Vinschen
2008-08-15 21:01 ` Charles Wilson
2008-08-15 23:28   ` Charles Wilson

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