Changeset: 1774ccc0485a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1774ccc0485a Modified Files: .hgtags MonetDB.spec buildtools/ChangeLog-Archive buildtools/ChangeLog.Oct2014 debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Oct2014 java/Makefile.ag java/build.properties java/pom.xml java/release.txt libversions Branch: default Log Message:
Merge with Oct2014 branch. diffs (287 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -91,7 +91,7 @@ Vendor: MonetDB BV <[email protected]> Group: Applications/Databases License: MPL - http://www.monetdb.org/Legal/MonetDBLicense URL: http://www.monetdb.org/ -Source: http://dev.monetdb.org/downloads/sources/Oct2014-SP2/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Oct2014-SP3/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: bzip2-devel @@ -968,6 +968,73 @@ mv %{buildroot}%{_datadir}/doc/MonetDB-S %postun -p /sbin/ldconfig %changelog +* Thu Apr 23 2015 Sjoerd Mullender <[email protected]> - 11.19.11-20150423 +- Rebuilt. +- BZ#3466: UPDATE statements fails with "GDKerror: MT_mremap() failed" +- BZ#3602: Surprising overload resolution of generate_series +- BZ#3613: SQL data dictionary contains columns names which are also + special keywords. This causes unexpected/unneeded SQL query errors +- BZ#3645: Network address operators such as << and <<= do not work +- BZ#3647: missing BAT for a column leads to crash in gtr_update_delta +- BZ#3648: memory corruption on unclean connection shutdown with local + temporary tables +- BZ#3650: Naming of persistent BATs is fragile +- BZ#3653: PREPARE crashes mserver if unbound variable is function + parameter +- BZ#3655: SQL WHERE -1 in (-1) issue? +- BZ#3656: error message after calling fitsload() +- BZ#3660: Incorrect Results for Comparison Operators on inet Datatype +- BZ#3661: Ship debug symbols for pre-built binaries +- BZ#3662: UPDATE row with row value constructor crashes monetdb server +- BZ#3663: Incorrect result ROW_NUMBER in subquery +- BZ#3664: SQLstatementIntern missing parameter when using jsonstore +- BZ#3665: inter-session starvation issue, particularly affects sys.queue +- BZ#3666: casting text column to inet truncating text column and + resulting inet for first occurrence only +- BZ#3667: insert of negative value for oid column aborts mserver5 + process with assertion failure +- BZ#3669: ALTER TABLE <tbl_nm> ADD CONSTRAINT <tbl_uc1> UNIQUE (col1, + col2, col3) causes Assertion failure and abort +- BZ#3671: ODBC-Access on Windows 2012 does not work - E_FAIL +- BZ#3672: libbat_la-gdk_utils.o: relocation R_X86_64_PC32 against + `MT_global_exit' can not be used when making a shared object +- BZ#3676: merovingian hangs trying to exit +- BZ#3677: Crash in BATgroup_internal (caused by 87379087770d?) +- BZ#3678: Ruby driver installation ignores prefix +- BZ#3680: Prepared statements fail on execution with message 'Symbol + type not found' +- BZ#3684: Wrong query result set WHERE "IS NULL" or "NOT IN" clauses + uses in combination with ORDER, LIMIT and OFFSET +- BZ#3687: 'bat.insert' undefined +- BZ#3688: Crash at exit (overrun THRerrorcount?) +- BZ#3689: No more connections accepted if a single client misbehaves +- BZ#3690: find_fk: Assertion `t && i' failed. +- BZ#3691: conversion of whitespaces string to double or float is accepted + without an error during insert +- BZ#3693: algebra.join undefined (caused by non-existing variables in + the plan) +- BZ#3696: Inconsistent behavior between dbl (SQL double) and flt (SQL + real) data types and across platforms +- BZ#3697: mserver5[26946]: segfault at 0 ip 00007f3d0e1ab808 sp + 00007f3cefbfcad0 error 4 in lib_sql.so[7f3d0e180000+16c000] +- BZ#3699: segfault again! (during last week I found 3 segfault bugs + already) +- BZ#3703: INSERT INTO a MERGE TABLE crashes mserver5 +- BZ#3704: Unknown identifier from subquery +- BZ#3705: Assertion failure in rel_bin.c:2274: rel2bin_project: Assertion + `0' failed. +- BZ#3706: Assertion failure in gdk_bat.c: BATassertHeadProps: Assertion + `!b->H->sorted || cmp <= 0' failed. +- BZ#3709: "BATproject: does not match always" on abusive use of ALTER + TABLE SET READ ONLY + +* Tue Feb 3 2015 Sjoerd Mullender <[email protected]> - 11.19.11-20150423 +- buildtools: We now also create debug packages for Debian and Ubuntu. + +* Tue Jan 27 2015 Sjoerd Mullender <[email protected]> - 11.19.11-20150423 +- gdk: Replaced the rangejoin implementation with one that uses imprints if + it can. + * Fri Jan 23 2015 Sjoerd Mullender <[email protected]> - 11.19.9-20150123 - Rebuilt. - BZ#3467: Field aliases with '#' character excise field names in diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive --- a/buildtools/ChangeLog-Archive +++ b/buildtools/ChangeLog-Archive @@ -1,6 +1,9 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Tue Feb 3 2015 Sjoerd Mullender <[email protected]> - 11.19.11-20150423 +- We now also create debug packages for Debian and Ubuntu. + * Fri Nov 7 2014 Sjoerd Mullender <[email protected]> - 11.19.5-20141120 - The libraries included in the Windows installers have been upgraded. We now use libxml2-2.9.2, openssl-1.0.1j, pcre-8.36, and zlib-1.2.8. diff --git a/buildtools/ChangeLog.Oct2014 b/buildtools/ChangeLog.Oct2014 --- a/buildtools/ChangeLog.Oct2014 +++ b/buildtools/ChangeLog.Oct2014 @@ -1,6 +1,3 @@ # ChangeLog file for buildtools # This file is updated with Maddlog -* Tue Feb 3 2015 Sjoerd Mullender <[email protected]> -- We now also create debug packages for Debian and Ubuntu. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,79 @@ +monetdb (11.19.11-20150423) unstable; urgency=low + + * Rebuilt. + * BZ#3466: UPDATE statements fails with "GDKerror: MT_mremap() failed" + * BZ#3602: Surprising overload resolution of generate_series + * BZ#3613: SQL data dictionary contains columns names which are also + special keywords. This causes unexpected/unneeded SQL query errors + * BZ#3645: Network address operators such as << and <<= do not work + * BZ#3647: missing BAT for a column leads to crash in gtr_update_delta + * BZ#3648: memory corruption on unclean connection shutdown with local + temporary tables + * BZ#3650: Naming of persistent BATs is fragile + * BZ#3653: PREPARE crashes mserver if unbound variable is function + parameter + * BZ#3655: SQL WHERE -1 in (-1) issue? + * BZ#3656: error message after calling fitsload() + * BZ#3660: Incorrect Results for Comparison Operators on inet Datatype + * BZ#3661: Ship debug symbols for pre-built binaries + * BZ#3662: UPDATE row with row value constructor crashes monetdb server + * BZ#3663: Incorrect result ROW_NUMBER in subquery + * BZ#3664: SQLstatementIntern missing parameter when using jsonstore + * BZ#3665: inter-session starvation issue, particularly affects sys.queue + * BZ#3666: casting text column to inet truncating text column and + resulting inet for first occurrence only + * BZ#3667: insert of negative value for oid column aborts mserver5 + process with assertion failure + * BZ#3669: ALTER TABLE <tbl_nm> ADD CONSTRAINT <tbl_uc1> UNIQUE (col1, + col2, col3) causes Assertion failure and abort + * BZ#3671: ODBC-Access on Windows 2012 does not work - E_FAIL + * BZ#3672: libbat_la-gdk_utils.o: relocation R_X86_64_PC32 against + `MT_global_exit' can not be used when making a shared object + * BZ#3676: merovingian hangs trying to exit + * BZ#3677: Crash in BATgroup_internal (caused by 87379087770d?) + * BZ#3678: Ruby driver installation ignores prefix + * BZ#3680: Prepared statements fail on execution with message 'Symbol + type not found' + * BZ#3684: Wrong query result set WHERE "IS NULL" or "NOT IN" clauses + uses in combination with ORDER, LIMIT and OFFSET + * BZ#3687: 'bat.insert' undefined + * BZ#3688: Crash at exit (overrun THRerrorcount?) + * BZ#3689: No more connections accepted if a single client misbehaves + * BZ#3690: find_fk: Assertion `t && i' failed. + * BZ#3691: conversion of whitespaces string to double or float is accepted + without an error during insert + * BZ#3693: algebra.join undefined (caused by non-existing variables in + the plan) + * BZ#3696: Inconsistent behavior between dbl (SQL double) and flt (SQL + real) data types and across platforms + * BZ#3697: mserver5[26946]: segfault at 0 ip 00007f3d0e1ab808 sp + 00007f3cefbfcad0 error 4 in lib_sql.so[7f3d0e180000+16c000] + * BZ#3699: segfault again! (during last week I found 3 segfault bugs + already) + * BZ#3703: INSERT INTO a MERGE TABLE crashes mserver5 + * BZ#3704: Unknown identifier from subquery + * BZ#3705: Assertion failure in rel_bin.c:2274: rel2bin_project: Assertion + `0' failed. + * BZ#3706: Assertion failure in gdk_bat.c: BATassertHeadProps: Assertion + `!b->H->sorted || cmp <= 0' failed. + * BZ#3709: "BATproject: does not match always" on abusive use of ALTER + TABLE SET READ ONLY + + -- Sjoerd Mullender <[email protected]> Thu, 23 Apr 2015 09:17:39 +0200 + +monetdb (11.19.11-20150423) unstable; urgency=low + + * buildtools: We now also create debug packages for Debian and Ubuntu. + + -- Sjoerd Mullender <[email protected]> Tue, 3 Feb 2015 09:17:39 +0200 + +monetdb (11.19.11-20150423) unstable; urgency=low + + * gdk: Replaced the rangejoin implementation with one that uses imprints if + it can. + + -- Sjoerd Mullender <[email protected]> Tue, 27 Jan 2015 09:17:39 +0200 + monetdb (11.19.9-20150123) unstable; urgency=low * Rebuilt. diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive --- a/gdk/ChangeLog-Archive +++ b/gdk/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Tue Jan 27 2015 Sjoerd Mullender <[email protected]> - 11.19.11-20150423 +- Replaced the rangejoin implementation with one that uses imprints if + it can. + * Thu Nov 20 2014 Sjoerd Mullender <[email protected]> - 11.19.5-20141120 - Implemented a change to the way in which string bats are appended. We now try harder to limit the growth of the string heap. diff --git a/gdk/ChangeLog.Oct2014 b/gdk/ChangeLog.Oct2014 --- a/gdk/ChangeLog.Oct2014 +++ b/gdk/ChangeLog.Oct2014 @@ -1,7 +1,3 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog -* Tue Jan 27 2015 Sjoerd Mullender <[email protected]> -- Replaced the rangejoin implementation with one that uses imprints if - it can. - diff --git a/java/Makefile.ag b/java/Makefile.ag --- a/java/Makefile.ag +++ b/java/Makefile.ag @@ -16,7 +16,7 @@ JAVA_HOME = @JAVA_HOME@ ant_distjdbc = { COND = HAVE_JAVAJDBC DIR = datadir/monetdb/lib - FILES = monetdb-mcl-1.11.jar monetdb-jdbc-2.14.jar jdbcclient.jar + FILES = monetdb-mcl-1.11.jar monetdb-jdbc-2.15.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 @@ MCL_MINOR=11 # major release number JDBC_MAJOR=2 # minor release number -JDBC_MINOR=14 +JDBC_MINOR=15 # an additional identifying string JDBC_VER_SUFFIX=Liberica # the default port to connect on, if no port given when using SQL diff --git a/java/pom.xml b/java/pom.xml --- a/java/pom.xml +++ b/java/pom.xml @@ -15,7 +15,7 @@ Copyright 2008-2015 MonetDB B.V. <modelVersion>4.0.0</modelVersion> <groupId>monetdb</groupId> <artifactId>monetdb-jdbc</artifactId> - <version>2.14</version> + <version>2.15</version> <name>monetdb-jdbc</name> <description>MonetDB JDBC driver</description> <repositories> 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 2.14 (Liberica/MCL-1.11) +MonetDB JDBC driver version 2.15 (Liberica/MCL-1.11) Fabian Groffen <[email protected]> -Release date: 2015-01-23 +Release date: 2015-04-23 This JDBC driver is designed for use with MonetDB, a main-memory diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -36,13 +36,13 @@ # version of the GDK library (subdirectory gdk; also includes # common/options and common/utils) -GDK_VERSION=11:4:0 +GDK_VERSION=11:5:0 # version of the MAPI library (subdirectory clients/mapilib) -MAPI_VERSION=7:2:0 +MAPI_VERSION=7:3:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=18:0:1 +MONETDB5_VERSION=18:1:1 # version of the STREAM library (subdirectory common/stream) STREAM_VERSION=6:2:0 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
