Changeset: 4a6e9dfe77b0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4a6e9dfe77b0
Modified Files:
        java/ChangeLog.Apr2011
        java/Makefile.ag
        java/build.properties
        java/release.txt
Branch: Apr2011
Log Message:

JDBC: bump version to 1.20

Previous timezone fixes require a version bump.


diffs (50 lines):

diff --git a/java/ChangeLog.Apr2011 b/java/ChangeLog.Apr2011
--- a/java/ChangeLog.Apr2011
+++ b/java/ChangeLog.Apr2011
@@ -1,3 +1,8 @@
 # ChangeLog file for java
 # This file is updated with Maddlog
 
+* Wed May 11 2011 Fabian Groffen <[email protected]>
+- Insertion via PreparedStatement and retrieval via ResultSet of timestamp
+  and time fields with and without timezones was improved to better
+  respect timezones, as partly indicated in bug #2781.
+
diff --git a/java/Makefile.ag b/java/Makefile.ag
--- a/java/Makefile.ag
+++ b/java/Makefile.ag
@@ -27,7 +27,7 @@
 ant_distjdbc = {
        COND = HAVE_JAVAJDBC
        DIR = datadir/monetdb/lib
-       FILES = monetdb-1.6-mcl.jar monetdb-1.19-jdbc.jar jdbcclient.jar
+       FILES = monetdb-1.6-mcl.jar monetdb-1.20-jdbc.jar jdbcclient.jar
 }
 
 ant_distmerocontrol = {
diff --git a/java/build.properties b/java/build.properties
--- a/java/build.properties
+++ b/java/build.properties
@@ -19,7 +19,7 @@
 # major release number
 JDBC_MAJOR=1
 # minor release number
-JDBC_MINOR=19
+JDBC_MINOR=20
 # an additional identifying string
 JDBC_VER_SUFFIX=Magnistipula
 # the default port to connect on, if no port given when using SQL
diff --git a/java/release.txt b/java/release.txt
--- a/java/release.txt
+++ b/java/release.txt
@@ -1,8 +1,8 @@
 RELEASE NOTES
-MonetDB JDBC driver version 1.19 (Magnistipula/MCL-1.6)
+MonetDB JDBC driver version 1.20 (Magnistipula/MCL-1.6)
 Fabian Groffen <[email protected]>
 
-Release date: 2011-04-05
+Release date: 2011-05-11
 
 
 This JDBC driver is designed for use with MonetDB, a main-memory
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to