Changeset: 2c89f57d27bc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c89f57d27bc Modified Files: .hgtags MonetDB.spec debian/changelog libversions sql/ChangeLog-Archive sql/ChangeLog.Mar2018 Branch: default Log Message:
Merge with Mar2018 branch. diffs (107 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -692,3 +692,6 @@ 4fd4a5c7b66747468a2b41930d1b987a4b0efff4 a294cafd5cac3397e148032bee9d8efc89f5c82a Mar2018_root 28edc063ceb6a3726af887911a3e4ac4a33c504f Mar2018_1 28edc063ceb6a3726af887911a3e4ac4a33c504f Mar2018_release +f34a57f73307a09909b3669ce5cfd9aad490f317 Mar2018_3 +28edc063ceb6a3726af887911a3e4ac4a33c504f Mar2018_release +f34a57f73307a09909b3669ce5cfd9aad490f317 Mar2018_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -1046,6 +1046,21 @@ done %postun -p /sbin/ldconfig %changelog +* Tue Mar 27 2018 Sjoerd Mullender <sjo...@acm.org> - 11.29.3-20180327 +- Rebuilt. +- BZ#3824: Created table not visible from ODBC +- BZ#6556: Sqlitelogictest division by zero on COALESCE call +- BZ#6557: Sqlitelogictest crash on aggregation query with not in +- BZ#6559: rows in sys.statistics are not removed when a temporary table + is dropped. +- BZ#6560: Sqlitelogictest crash on group by query with having in +- BZ#6561: Sqlitelogictest crash on group by query with having not + in clause + +* Thu Mar 15 2018 Sjoerd Mullender <sjo...@acm.org> - 11.29.3-20180327 +- sql: Extended support to use CREATE ORDERED INDEX on columns of type: char, + varchar, clob, blob, url, json, inet and uuid. + * Thu Mar 15 2018 Sjoerd Mullender <sjo...@acm.org> - 11.29.1-20180315 - Rebuilt. - BZ#3574: Add support for: create OR REPLACE view ... diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +monetdb (11.29.3) unstable; urgency=low + + * Rebuilt. + * BZ#3824: Created table not visible from ODBC + * BZ#6556: Sqlitelogictest division by zero on COALESCE call + * BZ#6557: Sqlitelogictest crash on aggregation query with not in + * BZ#6559: rows in sys.statistics are not removed when a temporary table + is dropped. + * BZ#6560: Sqlitelogictest crash on group by query with having in + * BZ#6561: Sqlitelogictest crash on group by query with having not + in clause + + -- Sjoerd Mullender <sjo...@acm.org> Tue, 27 Mar 2018 14:27:04 +0200 + +monetdb (11.29.3) unstable; urgency=low + + * sql: Extended support to use CREATE ORDERED INDEX on columns of type: char, + varchar, clob, blob, url, json, inet and uuid. + + -- Sjoerd Mullender <sjo...@acm.org> Thu, 15 Mar 2018 14:27:04 +0200 + monetdb (11.29.1) unstable; urgency=low * Rebuilt. 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=16:0:0 +GDK_VERSION=16:1:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=10:0:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=24:0:0 +MONETDB5_VERSION=24:1:0 # version of the STREAM library (subdirectory common/stream) STREAM_VERSION=11:0:0 diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Tue Nov 28 2017 Sjoerd Mullender <sjo...@acm.org> - 11.29.3-20180327 +- Extended support to use CREATE ORDERED INDEX on columns of type: char, + varchar, clob, blob, url, json, inet and uuid. + * Thu Feb 1 2018 Martin van Dinther <martin.van.dint...@monetdbsolutions.com> - 11.29.1-20180315 - Added new system view: sys.ids which contains all database objects ids which can be used in sys.dependencies table. diff --git a/sql/ChangeLog.Mar2018 b/sql/ChangeLog.Mar2018 --- a/sql/ChangeLog.Mar2018 +++ b/sql/ChangeLog.Mar2018 @@ -1,7 +1,3 @@ # ChangeLog file for sql # This file is updated with Maddlog -* Tue Nov 28 2017 Sjoerd Mullender <sjo...@acm.org> -- Extended support to use CREATE ORDERED INDEX on columns of type: char, - varchar, clob, blob, url, json, inet and uuid. - _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list