X-Spam-Check-By: sourceware.org Message-Id: Date: Tue, 23 May 2006 06:54:03 -0600 From: Eric Blake Reply-To: cygwin AT cygwin DOT com User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated [experimental]: coreutils-5.96-1 Content-Type: multipart/mixed; boundary="------------000408090209040508050309" Reply-To: The Cygwin Mailing List X-Mailer: Perl5 Mail::Internet v1.74 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------000408090209040508050309 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A new release of coreutils, 5.96-1, is available for experimental use. NEWS: ===== This is a new upstream release of coreutils. However, it depends on features only available in recent cygwin snapshots, so you MUST have cygwin snapshot 20060329 or later installed to use it (or wait for cygwin 1.5.20 to come out). If you are not sure what this means, then stick with the stable 5.94-1. Upstream changes from 5.94 are summarized below; see also /usr/share/doc/coreutils-5.96/NEWS. Cygwin-specific changes in this release, as compared to the stable 5.94-1, include the following: + Cripple pwd to always use readdir instead of getcwd, in order to stress test d_ino in the snapshots. This crippling will be reverted when cygwin 1.5.20 is final, and I release coreutils-5.96-2. + Optimize ls -i to use d_ino and avoid stat when possible. + Fix dd regression from 5.3.0 on text mounts - when iflag=O_TEXT is not specified, default to binary mode. + Stress test new freopen(NULL) semantics in many apps. + Treat 8-bit characters as printable when quoting a filename in an interactive or error message, such as for rm -i or cp -v. Also, there are reports of cp reporting error messages such as "replaced while being copied", caused by older versions of Samba. This is not a coreutils bug, but a side-effect of how cygwin handles Samba drives, and evidence that you need a newer snapshot of cygwin installed. DESCRIPTION: ============ GNU coreutils provides a collection of commonly used utilities essential to a standard POSIX environment. It comprises the former textutils, sh-utils, and fileutils packages. The following executables are included: [ basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold gkill groups head hostid hostname id install join link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir seq sha1sum shred sleep sort split stat stty su sum sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink users vdir wc who whoami yes UPDATE: ======= 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. Save it and run setup, answer the questions, then look for 'coreutils' in the 'Base' category (it should already be selected). Because this is an experimental version, you will have to first install a snapshot and use the 'Exp' radio button. DOWNLOAD: ========= Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. - -- Eric Blake volunteer cygwin coreutils maintainer CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: ================================= To unsubscribe to 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 DOT COM AT cygwin DOT 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 this URL. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEcwXr84KuGfSFAYARAn4JAKDFnhtghXKAapA/VzE8EMH9ap4XqwCeMVgH xjU9dgSXKkt/k/JIwCHPVd4= =Fi2n -----END PGP SIGNATURE----- --------------000408090209040508050309 Content-Type: text/plain; name="NEWS.short" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="NEWS.short" * Major changes in release 5.96 (2006-05-22) [stable] ** Bug fixes cp -p would fail in a /proc-less chroot, on some systems date: a command like date -d '2006-04-23 21 days ago' would print the wrong date in some time zones. (see the test for an example) * Major changes in release 5.95 (2006-05-12) [stable] ** Improved robustness df: if the file system claims to have more available than total blocks, report the number of used blocks as being "total - available" (a negative number) rather than as garbage. pwd and other programs using lib/getcwd.c work even on file systems where dirent.d_ino values are inconsistent with those from stat.st_ino. ** Bug fixes mv: moving a symlink into the place of an existing non-directory is now done atomically; before, mv would first unlink the destination. mv -T DIR EMPTY_DIR no longer fails unconditionally rm -r's cycle detection code can no longer be tricked into reporting a false positive (introduced in fileutils-4.1.9). shred --remove FILE no longer segfaults on Gentoo systems --------------000408090209040508050309 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------000408090209040508050309--