Author: kmarsden
Date: Fri Oct 21 14:35:20 2005
New Revision: 327587
URL: http://svn.apache.org/viewcvs?rev=327587&view=rev
Log:
Bump version to 10.1.2.0. Update changes file
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/viewcvs/db/derby/code/branches/10.1/CHANGES?rev=327587&r1=327586&r2=327587&view=diff
==============================================================================
--- db/derby/code/branches/10.1/CHANGES (original)
+++ db/derby/code/branches/10.1/CHANGES Fri Oct 21 14:35:20 2005
@@ -1,31 +1,15 @@
-Changes in the Derby 10.1.1.1/292391 since the official 10.1 reease, 10.1.1.0/SVN 208786
+The changes in the Derby 10.1.2.0 release since the official 10.1 release include.
-Complete Details for version 10.1.1.1 can be veiwed at:
-http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310332&styleName=Text&projectId=10594&Create=Create
+ - 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.
-** Bug fixes
- * [DERBY-385] - servlet Back to Main Page link points to csnet instead of derbynet
- * [DERBY-388] - Intermittent failures when executing UPDATE trigger statements
- * [DERBY-406] - Client DataSource should not require user property to be set
- * [DERBY-409] - ClientDataSource setConnectionAttributes("create=true") fails with
"An attempt was made to access a database, mydbcreate=true, which was not found."
- * [DERBY-410] - ClientDataSource should not require serverName/portNumber to be set
- * [DERBY-414] - With Network Client starting an XA transaction resets the isolation level
set with setTransactionIsolation
- * [DERBY-440] - derby.jar has directory (package) entries in it which are not required
- * [DERBY-447] - getBoolean() throws data conversion exception for DECIMAL type in J2ME/CDC/Foundation
- * [DERBY-452] - Import/export fails for DECIMAL type in J2ME/Foundation
- * [DERBY-470] - Exception when using LOCALIZEDDISPLAY with JSR169
- * [DERBY-476] - Derby UI plug-in version 1.0.0 incompatible with Eclipse 3.1 M6 or higher
- * [DERBY-485] - SecurityException or LinkageException thrown during loading a class from
a database jar incorrectly shuts the engine down.
- * [DERBY-488] - DatabaseMetaData.getColumns() fails on iSeries JDK 1.4 with verfier error
on generated class.
- * [DERBY-518] - Data type mismatch error for boolean to DECIMAL conversion in J2ME
- * [DERBY-530] - ClientDriver ignores Properties object in connect(String url, Properties
connectionProperties) method
- * [DERBY-535] - Driver.acceptsURL() for embedded driver incorrectly returns true for
a client url like jdbc:derby://
- * [DERBY-540] - Loading databases from jars in the classpath is broken, databases cannot
be found.
- * [DERBY-559] - With Network Client, user and password attriubtes specified in the url
should not be sent to hte server with the RDBNAM or print with getURL
- * [DERBY-561] - embedded driver jdbcCompliant() method should return true
- * [DERBY-566] - Doc bug for saving ij output to a file
+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
-
-** Improvement
- * [DERBY-419] - Support direct execution of derbynet.jar using the -jar option of the
VM.
- * [DERBY-468] - Unreserve COUNT keyword, if possible.
Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out
URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -48,7 +48,7 @@
nullsAreSortedAtStart(): false
nullsAreSortedAtEnd(): false
getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/odbc_metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -78,7 +78,7 @@
nullsAreSortedAtStart(): false
nullsAreSortedAtEnd(): false
getDatabaseProductName(): Apache Derby
-getDatabaseProductVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/dbMetaDataJdbc30.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -1,5 +1,5 @@
Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.1.2)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -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.1.2)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.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.1.2
-getDriverVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.0
+getDriverVersion(): 10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadataJdbc20.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -1,5 +1,5 @@
Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.1.2)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -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.1.2)
+JDBC Driver 'Apache Derby Network Client JDBC Driver', version 10.1 (10.1.2.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.1.2
-getDriverVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.0
+getDriverVersion(): 10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -1,5 +1,5 @@
Test dbMetaDataJdbc30 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.1.2)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/metadataJdbc20.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -1,5 +1,5 @@
Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.1.2)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -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.1.2)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.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.1.2
-getDriverVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.0
+getDriverVersion(): 10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/metadataJdbc20.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -1,5 +1,5 @@
Test metadataJdbc20 starting
-JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.1.2)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.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/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out?rev=327587&r1=327586&r2=327587&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
Fri Oct 21 14:35:20 2005
@@ -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.1.2)
+JDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.2.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.1.2
-getDriverVersion(): 10.1.1.2
+getDatabaseProductVersion(): 10.1.2.0
+getDriverVersion(): 10.1.2.0
usesLocalFiles(): true
usesLocalFilePerTable(): true
supportsMixedCaseIdentifiers(): false
Modified: db/derby/code/branches/10.1/tools/ant/properties/release.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.1/tools/ant/properties/release.properties?rev=327587&r1=327586&r2=327587&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 Fri Oct 21 14:35:20
2005
@@ -1,6 +1,6 @@
#Wed Oct 05 10:14:15 PDT 2005
major=10
-maint=1000002
+maint=2000000
drdamaint=1
minor=1
eversion=10.1
|