From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3280 invoked by alias); 30 Oct 2008 12:39:31 -0000 Received: (qmail 3260 invoked by uid 22791); 30 Oct 2008 12:39:31 -0000 X-Spam-Check-By: sourceware.org Received: from pool-72-74-94-54.bstnma.fios.verizon.net (HELO cgf.cx) (72.74.94.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Oct 2008 12:39:28 +0000 Received: from ednor.cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 6519C13C027; Thu, 30 Oct 2008 08:39:10 -0400 (EDT) Received: by ednor.cgf.cx (Postfix, from userid 201) id 36FD02C7EA3; Thu, 30 Oct 2008 08:39:10 -0400 (EDT) Date: Thu, 30 Oct 2008 12:39:00 -0000 From: Christopher Faylor To: cygwin-apps@cygwin.com Cc: cygwin-developers@cygwin.com Subject: Updated: cygwin-1.7.0-31 Message-ID: <20081030123909.GA29604@ednor.casa.cgf.cx> Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com, cygwin-developers@cygwin.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2008-10/txt/msg00097.txt.bz2 Incomplete list of changes since 1.7.0-29: - Compiled with gcc4. - Stop considering .bat an executable path. - Fixes for group confusion between /etc/passwd and /etc/group. - Make sure that threads created for timer calls are started in detached state. - Fix problems with cygcheck which caused premature termination when cygwin1.dll was unloaded. - Fix behavior of pthread mutexes after a fork. - Fix some pipe read problems.