From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12967 invoked by alias); 3 Jul 2005 02:08:55 -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 12710 invoked by uid 22791); 3 Jul 2005 02:08:10 -0000 Date: Sun, 03 Jul 2005 02:08:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: cygwin-1.5.18-1 Message-ID: <20050703020822.GA6066@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 X-SW-Source: 2005-07/txt/msg00001.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.17-1: corinna: Fix bogus return values in sendto/sendmsg. cgf,corinna: Fix problem running 16-bit apps. corinna: Export AF_INET-only version of inet_pton. corinna: Use dummy values for some filesystem sizes on Windows 9x. cgf: Fix problem with using a share as a home directory. cgf: Reduce size of memory footprint of loaded, unstripped Cygwin DLL. cgf: Allocate initial cygwin heap in static memory to attempt to work around some cygheap problems. corinna: Export imaxabs, imaxdiv, llabs, lldiv, strtoimax, strtoumax. cgf: Fix deadlock with fdopen and other f* functions which call setmode. cgf: Make mutex locks interruptible. cgf: Change default value for PTHREAD_MUTEX_DEFAULT to PTHREAD_NORMAL. cgf: Fix fifo problem when fifo handle is duplicated. corinna: Fix problem where an access violation caused cygwin to think that a symlink didn't exist. corinna: Change machine hardware name from amd64 to x86_64. cgf: Update to latest version of Doug Lea's malloc. cgf: Fix bug which stopped dlopen() from using standard Windows mechanism for finding a DLL. cgf: Allow chown on device nodes for unrecognized devices. cgf: In dlerr, use UNIX version of errors rather than Windows errors. cgf: Speed up pthread_getspecific() and pthread_setspecific() slightly. corinna: Implement GLOB_LIMIT for glob(). cgf: Fix problem where CTRL-C killed background processes. dave.korn: Fix problems with l*rint* implementations.