X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=sefLi3NU0olTMB+/ PXp0O4lnqq4N8+BeQZltcgQU8GM4DOvw6+795wGXizvUAnxqP80Yz1IPf1tS+5d+ yFemfOmnhd1sJsUtqyEH29hZZ6ZxLA27/+ONGnuC5URgSBzv1f7wOT8hfeVTNEJy lkU37LYKY68yRDbfvC0ck1lurEU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=AGiCMv715spVsLCk1MTRyb PQ5C0=; b=bwOiJXxzMZzhPTwmzVuR5hcHc2/nApI8iopO64pdwoHtBmBW3CUusg 9PZtPkvwk6e5aon6kg/XWVqHAvwZhEwUd19MQYYNY7r0w9GlbYuPuSafqxSl48Lv xaaorZmupt++cXK4t/UyhZDaBrhWssjHVoqSh/9Nl7VkF7cT50oEw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI autolearn=no version=3.3.2 Date: Tue, 4 Feb 2014 17:12:49 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: Cygwin 1.7.28 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Hi Cygwin friends and users, I just released Cygwin 1.7.28. This is mainly a bugfix release. To install 32-bit Cygwin use http://cygwin.com/setup-x86.exe To install 64 bit Cygwin use http://cygwin.com/setup-x86_64.exe The 64 bit Cygwin distribution doesn't yet come with as many packages as the 32 bit version, but more packages will be available over time. If you're already running a 32 bit version of Cygwin on 64 bit Windows machines, you can continue to do so. If you're planning a new install of Cygwin on a 64 bit Windows machine, consider to use the new 64 bit Cygwin version, unless you need certain packages not yet available in the 64 bit release. What's new: ----------- - popen now supports the Glibc 'e' flag to set the FD_CLOEXEC flag on the pipe in a thread-safe way. - netinet/ip6.h header. What changed: ------------- - Switch to BSD FILE stream fopen/exit semantics, as in all BSD variants and Linux/GLibc: Don't fflush/lseek a FILE stream on fclose and exit, if it only has been read from. See: http://cygwin.com/ml/cygwin/2014-01/msg00110.html Bug Fixes --------- - Store and restore FPU control word and XMM registers when a signal is handled. Fixes: http://cygwin.com/ml/cygwin/2014-01/msg00075.html - Signals should no longer hang when they occur within a low-level Windows DLL. Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00151 - If it turns out that transactions don't work during unlink(2) or rename(2), despite the fact that the filesystem claims to handle them, stop transaction and try again without. Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00119.html - Closing a dup'ed master tty handle should no longer invalidate the dup'ed fd. Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00279 - Problems where ps hangs when used in a pipeline should now be solved. Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00262 - Using gdb from a Windows console rather than a pty should no longer randomly hang. - Fix locale-specific radix char handling in scanf family of functions. Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00294.html - The console buffer should no longer be cleared when the resolution of the console exceeds some magic threshold. Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00406 - Fix inadvertent clearing of entire console buffer on clear screen. See: http://cygwin.com/ml/cygwin/2014-01/msg00011.html - Make sure that stackdump file is closed after use. See: http://cygwin.com/ml/cygwin/2014-01/threads.html#00029 Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple