seade 2004/08/26 04:23:20
Modified: xdocs Tag: TORQUE_3_1_BRANCH release-changes.xml
Log:
Mention the last couple of changes.
Use the correct version number.
Revision Changes Path
No revision
No revision
1.3.2.18 +15 -6 db-torque/xdocs/release-changes.xml
Index: release-changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/release-changes.xml,v
retrieving revision 1.3.2.17
retrieving revision 1.3.2.18
diff -u -r1.3.2.17 -r1.3.2.18
--- release-changes.xml 24 Aug 2004 02:00:56 -0000 1.3.2.17
+++ release-changes.xml 26 Aug 2004 11:23:20 -0000 1.3.2.18
@@ -5,19 +5,32 @@
<properties>
<title>Torque</title>
<author email="mpoeschl@marmot.at">Martin Poeschl</author>
+ <author email="seade@backstagetech.com.au">Scott Eade</author>
</properties>
<body>
-<section name="Torque 3.1.1.">
+<section name="Torque 3.1.1-rc1.">
<p>
- Changes between Torque 3.1 and 3.1.1. <br/>
+ Changes between Torque 3.1 and 3.1.1-rc1.<br/>
</p>
<subsection name="Other changes">
<p>
<ul>
<li>
+ Addressed a number of issues highlighted by
+ <a href="http://findbugs.sourceforge.net/">FindBugs</a> in generated
+ source code.
+ </li>
+ <li>
+ Upgrade to stratum-1.0-b5 and xerces-2.4.0.
+ </li>
+ <li>
+ Upgrade to commons-collections-3.0, commons-configuration-1.0-rc1,
+ commons-lang-2.0 and commons-logging-1.0.4.
+ </li>
+ <li>
HSQL adapter enhancements/fixes: added support for case-insensitive
queries, added support for cascading deletes, correction to the generated
CREATE TABLE DDL when using IDENTITY columns. Thanks to Partick Carl for
@@ -66,10 +79,6 @@
PostgreSQL). Note that schemas produced from the database using
the <code>torque:jdbc</code> goal are not yet handling sequences
correctly.
- </li>
- <li>
- Upgrade to commons-collections-3.0, commons-configuration-1.0-rc1,
- commons-lang-2.0 and commons-logging-1.0.4.
</li>
<li>
TRQD26: Problems with Torque tutorial. The Torque tutorial has been
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|