You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/07/06 09:46:36 UTC

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

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 @@
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1009">DERBY-1009</a>] - Embedded ResultSet.getStatement() does not return the Statement object that created it for a connection returned from EmbeddedXADataSource</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1010">DERBY-1010</a>] - setTransactionIsolation can cause ava.sql.SQLException: Invalid operation: statement closed in some contexts with xa</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1024">DERBY-1024</a>] - Client's XAResource.start throws XAException with XAER_RMFAIL when local transaction is active</li>
-<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1025">DERBY-1025</a>] - [xa] client XAResource.start() does not commit an active local transaction when auto commit is true</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1025">DERBY-1025</a>] - &lt;xa&gt; client XAResource.start() does not commit an active local transaction when auto commit is true</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1035">DERBY-1035</a>] - With client, Connection.getTransactionIsolation() return value is wrong after changing the isolation level with an SQL statement such as "set current isolation = RS"</li>
-<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1044">DERBY-1044</a>] - [xa] client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1044">DERBY-1044</a>] - &lt;xa&gt; client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1055">DERBY-1055</a>] - Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1058">DERBY-1058</a>] - derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.</li>
 <li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1069">DERBY-1069</a>] - Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException</li>

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 @@
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1009'>DERBY-1009</a>] - Embedded ResultSet.getStatement() does not return the Statement object that created it  for a connection returned from EmbeddedXADataSource</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1010'>DERBY-1010</a>] - setTransactionIsolation can cause ava.sql.SQLException: Invalid operation: statement closed in some contexts with xa</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1024'>DERBY-1024</a>] - Client's XAResource.start throws XAException with XAER_RMFAIL when local transaction is active</li>
-<li>[<a href='http://issues.apache.org/jira/browse/DERBY-1025'>DERBY-1025</a>] - [xa] client XAResource.start() does not commit an active local transaction when auto commit is true</li>
+<li>[<a href='http://issues.apache.org/jira/browse/DERBY-1025'>DERBY-1025</a>] - &lt;xa&gt; client XAResource.start() does not commit an active local transaction when auto commit is true</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1035'>DERBY-1035</a>] - With client, Connection.getTransactionIsolation() return value is wrong after changing the isolation level with an SQL statement such as "set current isolation = RS"</li>
-<li>[<a href='http://issues.apache.org/jira/browse/DERBY-1044'>DERBY-1044</a>] - [xa] client XAConnection.getConnection()  does not have the correct  default isolation level if set by an earlier connection obtained from the same XAConnection</li>
+<li>[<a href='http://issues.apache.org/jira/browse/DERBY-1044'>DERBY-1044</a>] - &lt;xa&gt; client XAConnection.getConnection()  does not have the correct  default isolation level if set by an earlier connection obtained from the same XAConnection</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1055'>DERBY-1055</a>] - Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1058'>DERBY-1058</a>] - derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.</li>
 <li>[<a href='http://issues.apache.org/jira/browse/DERBY-1069'>DERBY-1069</a>] - Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException</li>