From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22393 invoked by alias); 11 Nov 2004 15:51:17 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Reply-To: The Cygwin Mailing List Received: (qmail 9471 invoked from network); 11 Nov 2004 15:35:44 -0000 Date: Thu, 11 Nov 2004 15:51:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: cygwin-1.5.11-1 Message-ID: <20041111153535.GA29944@coe.bosbc.com> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2004-11/txt/msg00014.txt.bz2 I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. 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. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . *** 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 this URL. Christopher Faylor TimeSys, Inc. Changes since 1.5.11-1: - Fix problem where stdout was closed when a thread exits. (Christopher Faylor) - Fix pipe problems with Windows 95. (Bas van Gompel) - Fix race condition in fork which occasionally caused bash to think a forked process had died prematurely. (Christopher Faylor) - Properly deal with CTRL-C while a cygwin process is in startup code. (Pierre Humblet) - Handle RTLD_DEFAULT in dlsym. (Sam Steingold) - Don't try to use Windows "delete on close" for files on remote shares. (Corinna Vinschen) - Properly handle trailing dots in windows file names. (Pierre Humblet) - Make the default /cygdrive "binary mode". (Christopher Faylor) - Add siginterrupt declaration to signal.h. (Christopher Faylor) - Use proper wait value for tty reads. (Mark Paulus) - Properly reset SIGCHLD blocking after a spawn when there was no previous signal blocking. (Christopher Faylor) - Work hard to ensure that SYSTEMROOT environment variable is always passed to new processes even when it has ostensibly been deleted. This should fix some strange network problems. (Corinna Vinschen) - Fix network slowdowns experienced by some firewall users. (Christopher Faylor) - Fix return value for unbuffered fread. (Jason Tishler) - Properly load registry hives and insure access to system mounts. (Pierre Humblet) - Cleanup cygcheck and getfacl output. (Bas van Gompel) - Add cygcheck warning about multiple cygwin DLLs. (Bas van Gompel)