From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7368 invoked by alias); 27 Jan 2005 04:23:28 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 7303 invoked from network); 27 Jan 2005 04:23:17 -0000 Received: from unknown (HELO quokka.dot.net.au) (202.147.68.16) by sourceware.org with SMTP; 27 Jan 2005 04:23:17 -0000 Received: from [202.147.87.41] (helo=ip-87-41.dot.net.au) by quokka.dot.net.au with esmtp (Exim 3.35 #1 (Debian)) id 1Cu1Bc-0005g0-00 for ; Thu, 27 Jan 2005 15:23:16 +1100 Subject: New snapshot 2005-01-25 From: Ross Johnson To: Pthreads-Win32 list Content-Type: text/plain Date: Thu, 27 Jan 2005 04:23:00 -0000 Message-Id: <1106799795.8616.11.camel@desk.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005/txt/msg00009.txt.bz2 Snapshot 2005-01-25 (version 1.2.0) is now available. http://sources.redhat.com/pthreads-win32/#download It (hopefully) fixes all recently reported issues. SNAPSHOT 2005-01-25 ------------------- Bug fixes --------- * Attempted acquisition of a recursive mutex could cause waiting threads to not be woken when the mutex was released. - Ralf Kubis * Various package omissions have been fixed. Ross