From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27937 invoked by alias); 24 Jul 2006 01:42:36 -0000 Received: (qmail 26720 invoked by uid 22791); 24 Jul 2006 01:41:48 -0000 X-Spam-Check-By: sourceware.org Date: Mon, 24 Jul 2006 01:42:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: cygwin-1.5.21-1 Message-ID: <20060724014140.GA26481@coe.casa.cgf.cx> 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.2.1i 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 X-SW-Source: 2006-07/txt/msg00024.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. * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * Barring any voluteers, this will be the last release which officially supports Windows 95/98/Me. * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * 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. See http://cygwin.com/lists.html for details. *** 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://sourceware.org/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.20-1: cgf: Fix problem where cygwin closed the standard output of some programs, causing them to not output anything. cgf: Don't return EISDIR when an error occurs reading a non-directory. corinna: Protect definition of some pthread priority constants with a _POSIX_THREAD_PRIO_INHERIT conditional. corinna: Reimplement some problematic winsock routines within cygwin. corinna: Remove code which allowed setting symlink attribues in windows extended attributes since it has been broken for some time. corinna: Allow listening on unbound INET sockets. fujieda: Implement setmetamode. cgf: Fix hang on process exit when CYGWIN=tty. corinna: Typedef socklen_t. corinna: Avoid adding extra null to /proc//cmdline. corinna: When creating a symlink, return proper errno if a target path exists. slaguzzi: Add missing handling of default ACL entry types.