From derby-commits-return-3756-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Thu Jul 06 07:47:06 2006 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 5467 invoked from network); 6 Jul 2006 07:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 07:47:06 -0000 Received: (qmail 51099 invoked by uid 500); 6 Jul 2006 07:47:05 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 51075 invoked by uid 500); 6 Jul 2006 07:47:05 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 51057 invoked by uid 99); 6 Jul 2006 07:47:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 00:47:05 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 00:46:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CE55A1A981A; Thu, 6 Jul 2006 00:46:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419477 - in /db/derby/site/trunk: build/site/releases/release-10.1.3.1.html src/documentation/content/xdocs/releases/release-10.1.3.1.html Date: Thu, 06 Jul 2006 07:46:36 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060706074636.CE55A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Thu Jul 6 00:46:35 2006 New Revision: 419477 URL: http://svn.apache.org/viewvc?rev=419477&view=rev Log: Don't use straight brackets in release page, in order to not confuse the python script which splices the mirror information into the release page. Modified: db/derby/site/trunk/build/site/releases/release-10.1.3.1.html db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html Modified: db/derby/site/trunk/build/site/releases/release-10.1.3.1.html URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.3.1.html?rev=419477&r1=419476&r2=419477&view=diff ============================================================================== --- db/derby/site/trunk/build/site/releases/release-10.1.3.1.html (original) +++ db/derby/site/trunk/build/site/releases/release-10.1.3.1.html Thu Jul 6 00:46:35 2006 @@ -521,9 +521,9 @@
  • [DERBY-1009] - Embedded ResultSet.getStatement() does not return the Statement object that created it for a connection returned from EmbeddedXADataSource
  • [DERBY-1010] - setTransactionIsolation can cause ava.sql.SQLException: Invalid operation: statement closed in some contexts with xa
  • [DERBY-1024] - Client's XAResource.start throws XAException with XAER_RMFAIL when local transaction is active
  • -
  • [DERBY-1025] - [xa] client XAResource.start() does not commit an active local transaction when auto commit is true
  • +
  • [DERBY-1025] - <xa> client XAResource.start() does not commit an active local transaction when auto commit is true
  • [DERBY-1035] - With client, Connection.getTransactionIsolation() return value is wrong after changing the isolation level with an SQL statement such as "set current isolation = RS"
  • -
  • [DERBY-1044] - [xa] client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection
  • +
  • [DERBY-1044] - <xa> client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection
  • [DERBY-1055] - Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism
  • [DERBY-1058] - derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.
  • [DERBY-1069] - Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException
  • Modified: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html?rev=419477&r1=419476&r2=419477&view=diff ============================================================================== --- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html (original) +++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html Thu Jul 6 00:46:35 2006 @@ -194,9 +194,9 @@
  • [DERBY-1009] - Embedded ResultSet.getStatement() does not return the Statement object that created it for a connection returned from EmbeddedXADataSource
  • [DERBY-1010] - setTransactionIsolation can cause ava.sql.SQLException: Invalid operation: statement closed in some contexts with xa
  • [DERBY-1024] - Client's XAResource.start throws XAException with XAER_RMFAIL when local transaction is active
  • -
  • [DERBY-1025] - [xa] client XAResource.start() does not commit an active local transaction when auto commit is true
  • +
  • [DERBY-1025] - <xa> client XAResource.start() does not commit an active local transaction when auto commit is true
  • [DERBY-1035] - With client, Connection.getTransactionIsolation() return value is wrong after changing the isolation level with an SQL statement such as "set current isolation = RS"
  • -
  • [DERBY-1044] - [xa] client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection
  • +
  • [DERBY-1044] - <xa> client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection
  • [DERBY-1055] - Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism
  • [DERBY-1058] - derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.
  • [DERBY-1069] - Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException