Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C10820F4 for ; Fri, 29 Apr 2011 16:33:52 +0000 (UTC) Received: (qmail 39396 invoked by uid 500); 29 Apr 2011 16:33:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39364 invoked by uid 500); 29 Apr 2011 16:33:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 39357 invoked by uid 99); 29 Apr 2011 16:33:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2011 16:33:52 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2011 16:33:41 +0000 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p3TGXIrb022536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2011 16:33:20 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p3TGXIgW013590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 Apr 2011 16:33:18 GMT Received: from abhmt015.oracle.com (abhmt015.oracle.com [141.146.116.24]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p3TGXHLI021010 for ; Fri, 29 Apr 2011 11:33:17 -0500 Received: from richard-hillegas-computer.local (/67.188.111.5) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 29 Apr 2011 09:33:17 -0700 Message-ID: <4DBAE84C.3080107@oracle.com> Date: Fri, 29 Apr 2011 09:33:16 -0700 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: "derby-dev@db.apache.org" Subject: text of release announcement for 10.8.1.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: rcsinet15.oracle.com [148.87.113.117] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4DBAE850.011A:SCFMA4539811,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Here's what I have so far. Please help me improve this. I plan to announce the release on Monday May 2. Thanks, -Rick -------------------------------- The Apache Derby project is pleased to announce feature release 10.8.1.2. Apache Derby is a subproject of the Apache DB project. Derby is a pure Java relational database engine which conforms to the ISO/ANSI SQL and JDBC standards. Derby aims to be easy for developers and end-users to work with. Derby 10.8.1.2 can be obtained from the Derby download site: http://db.apache.org/derby/derby_downloads.html. Derby 10.8.1.2 contains the following new features: * JDBC 4.1 - Derby's JDBC drivers support the new Java 7 methods on the java.sql and javax.sql interfaces. * Automatic calculation of index statistics - Derby automatically refreshes statistics to help it pick better query plans. * Improved interrupt handling - Interrupting connection threads no longer crashes the Derby engine. * MAX optimization - On indexed tables, MAX queries run faster in more cases. * XML operator portability - The xmlparse and xmlserialize operators work out-of-the-box on more platforms. In addition, Derby 10.8.1.2 contains many bug and documentation fixes. Please try out this new release.