From stdcxx-dev-return-5865-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Oct 29 18:05:46 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 84850 invoked from network); 29 Oct 2007 18:05:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 18:05:46 -0000 Received: (qmail 18214 invoked by uid 500); 29 Oct 2007 18:03:31 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 18200 invoked by uid 500); 29 Oct 2007 18:03:31 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 18177 invoked by uid 99); 29 Oct 2007 18:03:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 11:03:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 18:03:44 +0000 Received: from [10.70.3.143] ([10.70.3.143]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9TI2gPF017902; Mon, 29 Oct 2007 18:02:42 GMT Message-ID: <47262061.1090905@roguewave.com> Date: Mon, 29 Oct 2007 12:03:13 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org, stdcxx-user@incubator.apache.org Subject: Apache C++ Standard Library 4.2.0 released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org October 29, 2007 -- The Apache C++ Standard Library project is pleased to announce that the official stdcxx 4.2.0 release is now available for download from the following location: http://people.apache.org/dist/incubator/stdcxx/releases/ For additional details see the stdcxx Download page: http://incubator.apache.org/stdcxx/download.html#releases The Apache C++ Standard Library is a full implementation of the C++ Standard Library conforming to the ISO/IEC 14882:2003 international standard for the programming language C++. 4.2.0 is a "minor" release of the library that is source and backward binary compatible with stdcxx 4.1.x. Programs linked with 4.1.x can safely upgrade to 4.2.0 without needing to be recompiled. Forward compatibility (i.e., the ability to "downgrade" programs linked with stdcxx 4.2.0 to stdcxx 4.1.x) is not guaranteed. This release of stdcxx supports a number of new platforms (for a full list see the project README file) and contains a large number of bug fixes and a number of improvements. For a complete list of issues resolved in this release of the project see: http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12311754 Thanks to everyone who helped make this release possible!