From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11447 invoked by alias); 27 May 2012 07:23:38 -0000 Received: (qmail 11438 invoked by uid 22791); 27 May 2012 07:23:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from bender.grapevine.net.au (HELO bender.grapevine.net.au) (203.129.32.139) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 May 2012 07:23:22 +0000 Received: from localhost (localhost [127.0.0.1]) by bender.grapevine.net.au (Postfix) with ESMTP id CD629240182 for ; Sun, 27 May 2012 17:23:20 +1000 (EST) Received: from bender.grapevine.net.au ([127.0.0.1]) by localhost (bender.grapevine.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y4D137an1spo for ; Sun, 27 May 2012 17:23:20 +1000 (EST) Received: from [192.168.2.2] (unknown [180.200.146.208]) by bender.grapevine.net.au (Postfix) with ESMTP id 89EC824016F for ; Sun, 27 May 2012 17:23:20 +1000 (EST) Message-ID: <4FC1D662.2020502@homemail.com.au> Date: Sun, 27 May 2012 07:23:00 -0000 From: Ross Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: "pthreads-win32@sourceware.org" Subject: New release 2.9.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2012/txt/msg00012.txt.bz2 There is a new and hopefully complete (and long overdue) release version 2.9.1 at: ftp://sourceware.org/pub/pthreads-win32 I.e.: ftp://sourceware.org/pub/pthreads-win32/pthread-w32-2-9-1-release.zip You'll find both x64 and x86 dlls in there from both MS VS (10 Express) and GNU GCC builds along with full source code of course. However, I have not provided C++ dlls for x64 because they fail the test suite, and in any case I would like to discourage use of those from a maintenance POV. For the curious, there was an extremely brief 2.9.0 release before some last minute minor cosmetic changes were made to embed better descriptive properties in the dlls, i.e. to indicate target architecture and build environments. Enjoy. Ross Johnson