public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: coreutils-5.2.1-3
@ 2004-12-23 12:34 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2004-12-23 12:34 UTC (permalink / raw)
  To: cygann

I have uploaded coreutils-5.2.1-3.

This package superseeds the packages fileutils, sh-utils and textutils.

Changes since 5.2.1-2:

- cp(1) always copies in binary mode.

- ln(1) can hardlink executables even if the .exe suffix is missing
  on the command line like this:

    $ ls -l foo*
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo.exe
    $ ln foo foo2
    $ ls -l foo*
    -rwxr-xr-x  2 corinna root 622235 Jul 26 21:01 foo.exe
    -rwxr-xr-x  2 corinna root 622235 Jul 26 21:01 foo2.exe

- mv(1) can rename executables even if the .exe suffix is missing
  on the command line like this:

    $ ls -l foo*
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo.exe
    $ mv foo foo2
    $ ls -l foo*
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo2.exe

Note that in all cases the .exe suffix is only appended to the destination
name, if it was necessary to append the .exe suffix to the source name, too.
This allows to copy/link/rename an executable so that the destination name
doesn't have a .exe suffix:

    $ ls -l foo*
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo.exe
    $ cp foo.exe foo2
    $ ls -l foo*
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo.exe
    -rwxr-xr-x  1 corinna root 622235 Jul 26 21:01 foo2

=========================================================================
Important note:

I'm releasing this package only because nobody else did so far and this
already took too long.  I'm not at all interested to stay coreutils
maintainer for a long time.  Along the same line, I'm not going to discuss
the way I packed this package.  If anybody dislikes the way this package
is packed, consider to take over maintainership.

If anybody wants to take over maintainership, (s)he's more than welcome.
=========================================================================


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

              *** 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@cygwin.com

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

http://sources.redhat.com/lists.html#unsubscribe-simple

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

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-23 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-23 12:34 Updated: coreutils-5.2.1-3 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).