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/06/13 18:48:59 UTC

svn commit: r413932 - in /db/derby/code/branches/10.1: ./ java/testing/org/apache/derbyTesting/functionTests/master/ java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/ java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetC...

Author: fuzzylogic
Date: Tue Jun 13 09:48:58 2006
New Revision: 413932

URL: http://svn.apache.org/viewvc?rev=413932&view=rev
Log:
In preparation for posting a 10.1.3 release candidate, bump version and update
CHANGES.

Modified:
    db/derby/code/branches/10.1/CHANGES
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out
    db/derby/code/branches/10.1/tools/ant/properties/release.properties

Modified: db/derby/code/branches/10.1/CHANGES
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/CHANGES?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/CHANGES (original)
+++ db/derby/code/branches/10.1/CHANGES Tue Jun 13 09:48:58 2006
@@ -1,15 +1,14 @@
-The changes in the Derby 10.1.2.0 release since the official 10.1 release include.
+The changes in the Derby 10.1.3.0 release since the 10.1.2.1 release include
+over 100 individual fixes to various issues. Among these are:
 
-    - Globalization of  the 10.1 error messages.
-    - Eclipse 3.1 support
-    - Ability to run on  on MAC  with no special configuration    
-    - Support for direct execution of derbynet.jar using the -jar option
-of the VM.
-    - Fixes to allow databases to be loaded from jars in the classpath
-    - Fixes to improve J2ME  support.
-    - Fixes to improve security manager support.
-    - Fixes to eliminate many other product issues.
+  - Improved network server reliability, memory usage, and tracing facilities
+  - Numerous fixes to XA behavior
+  - Improved query performance for UNION queries and subqueries
+  - Better handling of text encoding on systems with non-native ASCII encodings
+  - More reliable behavior of scrollable insensitive result sets
+  - Updated documentation
+  - and many others
 
 For a complete list of changes in the release see the release notes:
-http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310270&styleName=Text&projectId=10594&Create=Create
+http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310616&styleName=Html&projectId=10594&Create=Create
 

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out Tue Jun 13 09:48:58 2006
@@ -48,7 +48,7 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
 getDriverVersion(): EXPECTED VERSION
 usesLocalFiles(): true
 usesLocalFilePerTable(): true

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out Tue Jun 13 09:48:58 2006
@@ -78,7 +78,7 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
 getDriverVersion(): EXPECTED VERSION
 usesLocalFiles(): true
 usesLocalFilePerTable(): true

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out Tue Jun 13 09:48:58 2006
@@ -1,5 +1,5 @@
 Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 supportsSavepoints() : true
 supportsNamedParameters() : false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out Tue Jun 13 09:48:58 2006
@@ -9,7 +9,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -48,8 +48,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
-getDriverVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
+getDriverVersion(): 10.1.3.0
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out Tue Jun 13 09:48:58 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out Tue Jun 13 09:48:58 2006
@@ -39,7 +39,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby://localhost:1527/wombat;create=true
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -78,8 +78,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
-getDriverVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
+getDriverVersion(): 10.1.3.0
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out Tue Jun 13 09:48:58 2006
@@ -1,5 +1,5 @@
 Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby:wombat
 supportsSavepoints() : true
 supportsNamedParameters() : false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out Tue Jun 13 09:48:58 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.0)
 DatabaseMetaData.getURL not present - correct for JSR169
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out Tue Jun 13 09:48:58 2006
@@ -9,7 +9,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby:wombat
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -48,8 +48,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
-getDriverVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
+getDriverVersion(): 10.1.3.0
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out Tue Jun 13 09:48:58 2006
@@ -1,5 +1,5 @@
 Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby:wombat
 getUDTs() with user-named types null :
 TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKS

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out Tue Jun 13 09:48:58 2006
@@ -39,7 +39,7 @@
 Column result scale after division is: 23
 dc / 2 = 5.55000000000000000000000
 dc / 2 = 5.55500000000000000000000
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.5)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.0)
 The URL is: jdbc:derby:wombat
 allTablesAreSelectable(): true
 maxColumnNameLength(): 128
@@ -78,8 +78,8 @@
 nullsAreSortedAtStart(): false
 nullsAreSortedAtEnd(): false
 getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.2.5
-getDriverVersion(): 10.1.2.5
+getDatabaseProductVersion(): 10.1.3.0
+getDriverVersion(): 10.1.3.0
 usesLocalFiles(): true
 usesLocalFilePerTable(): true
 supportsMixedCaseIdentifiers(): false

Modified: db/derby/code/branches/10.1/tools/ant/properties/release.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/tools/ant/properties/release.properties?rev=413932&r1=413931&r2=413932&view=diff
==============================================================================
--- db/derby/code/branches/10.1/tools/ant/properties/release.properties (original)
+++ db/derby/code/branches/10.1/tools/ant/properties/release.properties Tue Jun 13 09:48:58 2006
@@ -1,6 +1,6 @@
 #Tue May 09 17:59:31 PDT 2006
 drdamaint=1
-maint=2000005
+maint=3000000
 major=10
 minor=1
 eversion=10.1