Changeset: 31b1e6552cf3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=31b1e6552cf3 Added Files: ChangeLog-Archive Modified Files: .hgtags ChangeLog.Jun2016 MonetDB.spec NT/installer32/MonetDB-ODBC-Installer.vdproj NT/installer32/MonetDB5-Geom-Module.vdproj NT/installer32/MonetDB5-SQL-Installer.vdproj NT/installer64/MonetDB-ODBC-Installer.vdproj NT/installer64/MonetDB5-Geom-Module.vdproj NT/installer64/MonetDB5-SQL-Installer.vdproj NT/monetdb_config.h.in NT/rules.msc clients/mapilib/mapi.rc clients/odbc/driver/driver.rc clients/odbc/winsetup/setup.rc configure.ag debian/changelog gdk/gdk.h gdk/libbat.rc java/Makefile.ag java/build.properties java/pom.xml java/release.txt libversions monetdb5/tools/libmonetdb5.rc sql/backends/monet5/UDF/cudf/Makefile.ag sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.err sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.out sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.err sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.out sql/backends/monet5/UDF/pyapi/Tests/All sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_numeric.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_numeric.stable.out sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_string.stable.err sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_string.stable.out sql/backends/monet5/UDF/pyapi/connection.c sql/backends/monet5/UDF/pyapi/connection.h sql/backends/monet5/UDF/pyapi/emit.c sql/backends/monet5/UDF/pyapi/emit.h sql/backends/monet5/UDF/pyapi/pyapi.c sql/backends/monet5/UDF/pyapi/pyapi.h sql/backends/monet5/UDF/pyapi/pyloader.c sql/backends/monet5/sql.c sql/backends/monet5/sql.h sql/backends/monet5/vaults/bam/Makefile.ag sql/backends/monet5/vaults/fits/Makefile.ag sql/backends/monet5/vaults/lidar/Makefile.ag sql/backends/monet5/vaults/netcdf/Makefile.ag sql/backends/monet5/vaults/shp/Makefile.ag sql/include/sql_catalog.h sql/server/sql_parser.y vertoo.data Branch: pythonloader Log Message:
Merge with default. diffs (truncated from 853 to 300 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -627,3 +627,5 @@ 192e3168234a5f9f8a4d1c4ce17805f608f001c3 b29fdfe9c590f674208212bf4ead617beef4b73c Jun2016_3 192e3168234a5f9f8a4d1c4ce17805f608f001c3 Jun2016_release b29fdfe9c590f674208212bf4ead617beef4b73c Jun2016_release +4a05df3932a97865ac7e4037361723d5563490b3 Jun2016_5 +4a05df3932a97865ac7e4037361723d5563490b3 Jun2016_SP1_release diff --git a/ChangeLog-Archive b/ChangeLog-Archive new file mode 100644 --- /dev/null +++ b/ChangeLog-Archive @@ -0,0 +1,6 @@ +# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY +# This file contains past ChangeLog entries + +* Fri Jul 1 2016 Sjoerd Mullender <[email protected]> - 11.23.5-20160704 +- Lots of memory leaks have been plugged across the whole system. + diff --git a/ChangeLog.Jun2016 b/ChangeLog.Jun2016 --- a/ChangeLog.Jun2016 +++ b/ChangeLog.Jun2016 @@ -1,6 +1,3 @@ # ChangeLog file for candidate # This file is updated with Maddlog -* Fri Jul 1 2016 Sjoerd Mullender <[email protected]> -- Lots of memory leaks have been plugged across the whole system. - diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -119,7 +119,7 @@ Vendor: MonetDB BV <[email protected]> Group: Applications/Databases License: MPLv2.0 URL: http://www.monetdb.org/ -Source: http://dev.monetdb.org/downloads/sources/Jun2016/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Jun2016-SP1/%{name}-%{version}.tar.bz2 # we need systemd for the _unitdir macro to exist %if %{?rhel:0}%{!?rhel:1} || 0%{?rhel} >= 7 @@ -962,6 +962,13 @@ rm -f %{buildroot}%{_bindir}/Maddlog %postun -p /sbin/ldconfig %changelog +* Mon Jul 04 2016 Sjoerd Mullender <[email protected]> - 11.23.5-20160704 +- Rebuilt. +- BZ#4031: mclient doesn't accept - argument to refer to stdin + +* Fri Jul 1 2016 Sjoerd Mullender <[email protected]> - 11.23.5-20160704 +- MonetDB: Lots of memory leaks have been plugged across the whole system. + * Fri Jun 10 2016 Sjoerd Mullender <[email protected]> - 11.23.3-20160610 - Rebuilt. - BZ#4015: Daemon crashes on database release command diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +monetdb (11.23.5) unstable; urgency=low + + * Rebuilt. + * BZ#4031: mclient doesn't accept - argument to refer to stdin + + -- Sjoerd Mullender <[email protected]> Mon, 04 Jul 2016 12:57:25 +0200 + +monetdb (11.23.5) unstable; urgency=low + + * MonetDB: Lots of memory leaks have been plugged across the whole system. + + -- Sjoerd Mullender <[email protected]> Fri, 1 Jul 2016 12:57:25 +0200 + monetdb (11.23.3) unstable; urgency=low * Rebuilt. diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -1309,7 +1309,7 @@ gdk_export BUN BUNfnd(BAT *b, const void #define tailsize(b,p) ((b)->ttype?((size_t)(p))<<(b)->tshift:0) -#define Tloc(b,p) ((b)->theap.base+((p)<<(b)->tshift)) +#define Tloc(b,p) ((b)->theap.base+(((size_t)(p))<<(b)->tshift)) #if SIZEOF_VAR_T < SIZEOF_VOID_P /* NEW 11/4/2009: when compiled with 32-bits oids/var_t on 64-bits 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.13.jar monetdb-jdbc-2.21.jar jdbcclient.jar + FILES = monetdb-mcl-1.13.jar monetdb-jdbc-2.22.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=13 # major release number JDBC_MAJOR=2 # minor release number -JDBC_MINOR=21 +JDBC_MINOR=22 # 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 @@ -6,7 +6,7 @@ <groupId>monetdb</groupId> <artifactId>monetdb-jdbc</artifactId> - <version>2.21</version> + <version>2.22</version> <name>${project.groupId}:${project.artifactId}</name> <description>MonetDB JDBC driver</description> <url>https://www.monetdb.org</url> diff --git a/java/release.txt b/java/release.txt --- a/java/release.txt +++ b/java/release.txt @@ -1,6 +1,6 @@ RELEASE NOTES -MonetDB JDBC driver version 2.21 (Liberica/MCL-1.13) -Release date: 2016-06-10 +MonetDB JDBC driver version 2.22 (Liberica/MCL-1.13) +Release date: 2016-07-04 This JDBC driver is designed for use with MonetDB, a main-memory database. For more information see https://www.monetdb.org/. 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=13:1:0 +GDK_VERSION=13:2:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=8:0:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=21:1:0 +MONETDB5_VERSION=21:2:0 # version of the STREAM library (subdirectory common/stream) -STREAM_VERSION=8:0:0 +STREAM_VERSION=8:1:0 diff --git a/sql/backends/monet5/UDF/cudf/Makefile.ag b/sql/backends/monet5/UDF/cudf/Makefile.ag --- a/sql/backends/monet5/UDF/cudf/Makefile.ag +++ b/sql/backends/monet5/UDF/cudf/Makefile.ag @@ -4,7 +4,7 @@ # # Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. -INCLUDES = ../../ \ +INCLUDES = ../.. \ ../../../../include \ ../../../../common \ ../../../../storage \ diff --git a/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.err b/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.err --- a/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.err +++ b/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.err @@ -1,4 +1,4 @@ -stderr of test 'udf-fuse` in directory 'sql/backends/monet5/UDF` itself: +stderr of test 'udf-fuse` in directory 'sql/backends/monet5/UDF/cudf` itself: # 18:49:07 > diff --git a/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.out b/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.out --- a/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.out +++ b/sql/backends/monet5/UDF/cudf/Tests/udf-fuse.stable.out @@ -1,4 +1,4 @@ -stdout of test 'udf-fuse` in directory 'sql/backends/monet5/UDF` itself: +stdout of test 'udf-fuse` in directory 'sql/backends/monet5/UDF/cudf` itself: # 18:49:07 > diff --git a/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.err b/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.err --- a/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.err +++ b/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.err @@ -1,4 +1,4 @@ -stderr of test 'udf-reverse` in directory 'sql/backends/monet5/UDF` itself: +stderr of test 'udf-reverse` in directory 'sql/backends/monet5/UDF/cudf` itself: # 18:44:21 > diff --git a/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.out b/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.out --- a/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.out +++ b/sql/backends/monet5/UDF/cudf/Tests/udf-reverse.stable.out @@ -1,4 +1,4 @@ -stdout of test 'udf-reverse` in directory 'sql/backends/monet5/UDF` itself: +stdout of test 'udf-reverse` in directory 'sql/backends/monet5/UDF/cudf` itself: # 18:44:21 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/All b/sql/backends/monet5/UDF/pyapi/Tests/All --- a/sql/backends/monet5/UDF/pyapi/Tests/All +++ b/sql/backends/monet5/UDF/pyapi/Tests/All @@ -2,7 +2,7 @@ HAVE_LIBPY&HAVE_HGE?pyapi_types_huge HAVE_LIBPY?pyapi_returntypes -HAVE_LIBPANDAS?pyapi_pandas +HAVE_LIBPY&HAVE_LIBPANDAS?pyapi_pandas HAVE_LIBPY?pyapi_types_string HAVE_LIBPY?pyapi_numpy_boolean HAVE_LIBPY?pyapi_types_numeric diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.err b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.err --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.err +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.err @@ -1,4 +1,4 @@ -stderr of test 'pyapi_numpy_boolean` in directory 'monetdb5/extras/pyapi` itself: +stderr of test 'pyapi_numpy_boolean` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 20:29:23 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.out b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.out --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.out +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_boolean.stable.out @@ -1,4 +1,4 @@ -stdout of test 'pyapi_numpy_boolean` in directory 'monetdb5/extras/pyapi` itself: +stdout of test 'pyapi_numpy_boolean` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 20:29:23 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.err b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.err --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.err +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.err @@ -1,4 +1,4 @@ -stderr of test 'pyapi_numpy_numeric_nested` in directory 'monetdb5/extras/pyapi` itself: +stderr of test 'pyapi_numpy_numeric_nested` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 00:29:49 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.out b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.out --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.out +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_numpy_numeric_nested.stable.out @@ -1,4 +1,4 @@ -stdout of test 'pyapi_numpy_numeric_nested` in directory 'monetdb5/extras/pyapi` itself: +stdout of test 'pyapi_numpy_numeric_nested` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 00:29:49 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.err b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.err --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.err +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.err @@ -1,4 +1,4 @@ -stderr of test 'pyapi_pandas` in directory 'monetdb5/extras/pyapi` itself: +stderr of test 'pyapi_pandas` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 19:41:50 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.out b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.out --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.out +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_pandas.stable.out @@ -1,4 +1,4 @@ -stdout of test 'pyapi_pandas` in directory 'monetdb5/extras/pyapi` itself: +stdout of test 'pyapi_pandas` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 19:41:50 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.err b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.err --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.err +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.err @@ -1,4 +1,4 @@ -stderr of test 'pyapi_returntypes` in directory 'monetdb5/extras/pyapi` itself: +stderr of test 'pyapi_returntypes` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 23:33:07 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.out b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.out --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.out +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_returntypes.stable.out @@ -1,4 +1,4 @@ -stdout of test 'pyapi_returntypes` in directory 'monetdb5/extras/pyapi` itself: +stdout of test 'pyapi_returntypes` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 23:33:07 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.err b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.err --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.err +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.err @@ -1,4 +1,4 @@ -stderr of test 'pyapi_types_huge` in directory 'monetdb5/extras/pyapi` itself: +stderr of test 'pyapi_types_huge` in directory 'sql/backends/monet5/UDF/pyapi` itself: # 00:29:46 > diff --git a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.out b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.out --- a/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.out +++ b/sql/backends/monet5/UDF/pyapi/Tests/pyapi_types_huge.stable.out _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
