Fabian, Sjoerd,
shouldn't we then also increase the "version" of the java tarball, e.g.,
I'll fix.
========
$ sed -i -e 's|20080625|20081118|' java/configure.ag java/NT/rules.msc
========
$ cvs diff java/configure.ag java/NT/rules.msc
--------
Index: java/configure.ag
===================================================================
RCS file: /cvsroot/monetdb/java/configure.ag,v
retrieving revision 1.16
diff -u -r1.16 configure.ag
--- java/configure.ag 10 Oct 2008 08:41:25 -0000 1.16
+++ java/configure.ag 18 Nov 2008 10:36:12 -0000
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([MonetDB Java], [20080625], [monet@cwi.nl], [MonetDB-java])
+AC_INIT([MonetDB Java], [20081118], [monet@cwi.nl], [MonetDB-java])
AC_CONFIG_AUX_DIR(conf)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([monetdb_java_config.h])
Index: java/NT/rules.msc
===================================================================
RCS file: /cvsroot/monetdb/java/NT/rules.msc,v
retrieving revision 1.9
diff -u -r1.9 rules.msc
--- java/NT/rules.msc 10 Oct 2008 08:41:25 -0000 1.9
+++ java/NT/rules.msc 18 Nov 2008 10:36:12 -0000
@@ -29,6 +29,6 @@
MONETDB_LIBS=/libpath:"$(MONETDB_PREFIX)\lib"
pkg = MonetDB
-VERSION=20080625
+VERSION=20081118
ODBC_LIBS = odbccp32.lib user32.lib
========
The java tarball has a date as "version number", since it contains JDBC &
XRPC and hence can/should not have the JDBC version number.
(The xrpc wrapper .jar files do not even have a versioning schema, yet ...)
Stefan
On Tue, Nov 18, 2008 at 10:27:33AM +0000, Fabian wrote:
Update of /cvsroot/monetdb/java
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13749
Modified Files:
Makefile.ag build.properties release.txt
Log Message:
Bump version due to changed licence. Nothing has changed between 1.8 and 1.9, tagged suffix (Excelsa) with the current release (Nov2008). We should probably make a note of this in the general release notes.
U Makefile.ag
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/java/Makefile.ag,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.ag 10 Oct 2008 08:41:25 -0000 1.11
+++ Makefile.ag 18 Nov 2008 10:27:31 -0000 1.12
@@ -30,7 +30,7 @@
ant_distjdbc = {
COND = HAVE_JAVAJDBC
DIR = datadir/MonetDB/lib
- FILES = monetdb-1.3-mcl.jar monetdb-1.8-jdbc.jar jdbcclient.jar
+ FILES = monetdb-1.3-mcl.jar monetdb-1.9-jdbc.jar jdbcclient.jar
}
ant_distxrpc = {
U release.txt
Index: release.txt
===================================================================
RCS file: /cvsroot/monetdb/java/release.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- release.txt 16 Jun 2008 12:46:39 -0000 1.5
+++ release.txt 18 Nov 2008 10:27:31 -0000 1.6
@@ -1,8 +1,8 @@
RELEASE NOTES
-MonetDB JDBC driver version 1.8 (Excelsa/MCL-1.3)
+MonetDB JDBC driver version 1.9 (Excelsa-Nov2008/MCL-1.3)
Fabian Groffen <Fabian.Groffen@cwi.nl>
-Release date: 2008-06-16
+Release date: 2008-11-18
This JDBC driver is designed for use with MonetDB, a main-memory
@@ -12,6 +12,8 @@
interface are available. It is believed, however, that this
implementation is rich enough to be suitable for a majority of
application settings.
+Most notably, JDBC4 is not implemented at the moment. This disallows
+Java 1.6 and up to compile the driver from source.
Below a list of supported features can be found. Please read this list
if you intend to use this driver. If you feel some features are
U build.properties
Index: build.properties
===================================================================
RCS file: /cvsroot/monetdb/java/build.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.properties 16 Jun 2008 12:46:39 -0000 1.5
+++ build.properties 18 Nov 2008 10:27:31 -0000 1.6
@@ -19,9 +19,9 @@
# major release number
JDBC_MAJOR=1
# minor release number
-JDBC_MINOR=8
+JDBC_MINOR=9
# an additional identifying string
-JDBC_VER_SUFFIX=Excelsa
+JDBC_VER_SUFFIX=Excelsa-Nov2008
# the default port to connect on, if no port given when using SQL
JDBC_DEF_PORT=50000
# the default port to connect on, if no port given when using XML:DB
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-checkins mailing list
Monetdb-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
--
| Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl |
| CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ |
| 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 |
| The Netherlands | Fax : +31 (20) 592-4312 |
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers