Return-Path: Delivered-To: apmail-xerces-c-dev-archive@www.apache.org Received: (qmail 90977 invoked from network); 29 Sep 2008 18:24:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 18:24:09 -0000 Received: (qmail 76024 invoked by uid 500); 29 Sep 2008 18:24:07 -0000 Delivered-To: apmail-xerces-c-dev-archive@xerces.apache.org Received: (qmail 75966 invoked by uid 500); 29 Sep 2008 18:24:07 -0000 Mailing-List: contact c-dev-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: c-dev@xerces.apache.org Delivered-To: mailing list c-dev@xerces.apache.org Received: (qmail 75925 invoked by uid 99); 29 Sep 2008 18:24:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 11:24:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [70.85.31.65] (HELO codesynthesis.com) (70.85.31.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 18:23:04 +0000 Received: from karelia.codesynthesis.com (wbs-41-208-236-110.wbs.co.za [41.208.236.110]) (authenticated bits=0) by codesynthesis.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id m8TINXlw013980 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 29 Sep 2008 14:23:36 -0400 Received: from karelia.codesynthesis.com (localhost.localdomain [127.0.0.1]) by karelia.codesynthesis.com (8.13.4/8.13.4/Debian-1) with ESMTP id m8TIJf3i012314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 29 Sep 2008 20:19:42 +0200 Received: (from boris@localhost) by karelia.codesynthesis.com (8.13.4/8.13.4/Submit) id m8TIJe3A012311; Mon, 29 Sep 2008 20:19:40 +0200 Date: Mon, 29 Sep 2008 20:19:40 +0200 From: Boris Kolpackov To: c-dev@xerces.apache.org Cc: announcements@xml.apache.org, pmc@xerces.apache.org Subject: Xerces-C++ 3.0.0 released Message-ID: <20080929181940.GA11593@karelia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Accept-Language: ru, en X-PGP-Key-ID: 3072R/AE084F1D X-PGP-Key-FP: F608 942F 312E D82E 5B84 0407 C880 290B AE08 4F1D X-PGP-Key-URL: http://kolpackov.net/personal/pgp/AE084F1D.asc User-Agent: Mutt/1.5.6+20040907i X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am pleased to announce the release of Xerces-C++ 3.0.0. This version is interface-incompatible with Xerces-C++ 2.8.0 and contains a large number of improvements, bug fixes, and clean- ups, including: * Autotools-based build system for the UNIX/Linux/Mac OS X platforms * Project files for VC++ 9 * Support for the ICU transcoder in VC++ 7.1, 8, and 9 project files * libcurl-based net accessor * Support for XInclude in DOM * Support for both XPath 1 and XPath 2 models in the DOM XPath interface * Support for the XML Schema subset of XPath 1 in DOM * Conformance to the final DOM Level 3 interface specification * Ability to provide custom DOM memory manager as well as tune the global DOM heap parameters * All public and widely used interfaces as well as a large portion of the implementation were converted to be 64-bit safe. * Various XML Schema fixes including the fix for the large maxOccurs and minOccurs bug as well as for the changed ##other interpretation * Reviewed and cleaned up diagnostics messages * Optimizations for SAX/SAX2 and DOM parsing as well as XML Schema validation For the compete list of changes see: http://xerces.apache.org/xerces-c/releases.html For information on migrating from 2.8.0 to 3.0.0 see: http://xerces.apache.org/xerces-c/migrate-3.html This release is available in source code and as pre-compiled libraries/examples for the following platforms and architectures: 32 bit: Windows - MSVC 7.1 Windows - MSVC 8.0 Windows - MSVC 9.0 GNU/Linux - g++ 3.4.x AIX 5.3 - xlC 7 Solaris 10 - Sun C++ 5.7, both SPARC and x86 HP-UX 11i - aCC A.06.x, IA64 Mac OS X - g++ 4.0, both PowerPC and x86 64 bit: Windows - MSVC 8.0 Windows - MSVC 9.0 GNU/Linux - g++ 3.4.x AIX 5.3 - xlC 7 Solaris 10 - Sun C++ 5.7, both SPARC and x86-64 HP-UX 11i - aCC A.06.x, IA64 The source code archives and pre-compiled libraries are available from the download page: http://xerces.apache.org/xerces-c/download.cgi Note that it takes up to 24 hours for the release to propagate to all the mirrors so use the master distribution directory if the files are not yet available on your favorite mirror. It is important that you verify the integrity of the files you download using either the PGP signatures or MD5 checksums as described on the download page. Finally I would like to thank all who contributed source code, submitted bug reports, and helped test the beta releases. I would like to especially thank Alberto Massari for his help in getting this release out. Enjoy, Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org For additional commands, e-mail: c-dev-help@xerces.apache.org