From general-return-463-apmail-db-general-archive=db.apache.org@db.apache.org Wed Dec 15 14:13:25 2010 Return-Path: Delivered-To: apmail-db-general-archive@www.apache.org Received: (qmail 88874 invoked from network); 15 Dec 2010 14:13:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 14:13:24 -0000 Received: (qmail 93396 invoked by uid 500); 15 Dec 2010 14:13:24 -0000 Delivered-To: apmail-db-general-archive@db.apache.org Received: (qmail 92767 invoked by uid 500); 15 Dec 2010 14:13:22 -0000 Mailing-List: contact general-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: general@db.apache.org List-Id: Delivered-To: mailing list general@db.apache.org Received: (qmail 92546 invoked by uid 99); 15 Dec 2010 14:13:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:13:21 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.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; Wed, 15 Dec 2010 14:13:11 +0000 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBFECmvo018272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 Dec 2010 14:12:49 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBFEChxL003997; Wed, 15 Dec 2010 14:12:43 GMT Received: from abhmt013.oracle.com by acsmt354.oracle.com with ESMTP id 856122911292422345; Wed, 15 Dec 2010 06:12:25 -0800 Received: from richard-hillegas-computer.local (/67.188.111.5) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 15 Dec 2010 06:12:25 -0800 Message-ID: <4D08CCC7.9050607@oracle.com> Date: Wed, 15 Dec 2010 06:12:23 -0800 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: "derby-dev@db.apache.org" , Derby Discussion , general@db.apache.org, Derby@apache.org, released@apache.org Subject: [ANNOUNCE] Apache Derby 10.7.1.1 released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Apache Derby project is pleased to announce feature release 10.7.1.1. 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.7.1.1 can be obtained from the Derby download site: http://db.apache.org/derby/derby_downloads.html. Derby 10.7.1.1 contains the following new features: * Definer's rights - Procedures and functions can now run with their creators' privileges, rather than with the current user's privileges. * BOOLEAN data type - Boolean is now a legal data type for columns, routine arguments, and function return values. * Table truncation - A new TRUNCATE TABLE command drops all rows in a table quickly. * Query plan browsing - A new PlanExporter tool helps developers visualize query plans better. * Unicode database names - Remote clients can now use database names which include Unicode characters outside the ASCII codeset. In addition, Derby 10.7.1.1 contains many bug and documentation fixes. Please try out this new release.