Changeset: 3fa321c39a72 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3fa321c39a72
Modified Files:
        .hgtags
        ChangeLog-Archive
        MonetDB.spec
        debian/changelog
        libversions
        sql/ChangeLog-Archive
        sql/ChangeLog.Aug2018
Branch: default
Log Message:

Merge with Aug2018 branch.


diffs (160 lines):

diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -717,3 +717,5 @@ a2d8e19ac9d6f847dd59c5f12ff48aae815e6b5d
 24d62811fd9372b1ee7525aa1cf2fc8860d20bf7 Aug2018_11
 a2d8e19ac9d6f847dd59c5f12ff48aae815e6b5d Aug2018_SP1_release
 24d62811fd9372b1ee7525aa1cf2fc8860d20bf7 Aug2018_SP1_release
+a4e8c9372aa244d6a18c3ef8f1513905650d812c Aug2018_13
+a4e8c9372aa244d6a18c3ef8f1513905650d812c Aug2018_SP2_release
diff --git a/ChangeLog-Archive b/ChangeLog-Archive
--- a/ChangeLog-Archive
+++ b/ChangeLog-Archive
@@ -1,6 +1,8 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Wed Oct 10 2018 Sjoerd Mullender <[email protected]> - 11.31.13-20190104
+
 * Wed Oct 10 2018 Sjoerd Mullender <[email protected]> - 11.31.11-20181011
 - Some subtle dependencies between RPMs have been fixed.
 
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -113,7 +113,7 @@ Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
 BugURL: https://bugs.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP1/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP2/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
 # we need checkpolicy and selinux-policy-devel for the SELinux policy
@@ -1061,6 +1061,37 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 04 2019 Sjoerd Mullender <[email protected]> - 11.31.13-20190104
+- Rebuilt.
+- BZ#6643: schema name qualifier in create global temporary table
+  json.table6643 ... is not honered
+- BZ#6645: optimizer treats all the functions with no or constant
+  parameters as constant
+- BZ#6650: PREPARE SQL statement fails to compile user defined functions
+  with parameter/s
+- BZ#6651: Multi-column IN clause for subquery produces wrong results
+- BZ#6653: CREATE TABLE accepts empty table/column name
+- BZ#6654: Incorrect handling of 'TRUE' in compound select
+- BZ#6657: Restart sequence with a non atomic sub-query cardinality
+  gives wrong error message
+- BZ#6660: GRANTing a ROLE is not idempotent
+- BZ#6662: Concurrency Conflicts Exception string "!transaction is
+  aborted because of concurrency conflicts, will ROLLBACK instead" not
+  shown on prompt.
+- BZ#6664: mserver5 crash: infinite recursive happens at rel_bin.c:489
+- BZ#6665: Creation of serial types does not accept negative numbers
+- BZ#6666: COPY INTO from .. LOCKED doubles input data
+- BZ#6668: The SAMPLE key word doesn't work in a subquery.
+- BZ#6669: COPY [xxx RECORDS] INTO foo FROM STDIN ... doesn't work
+  without specifying nr of to be copied records
+- BZ#6672: SQLGetData with SQL_C_WCHAR string truncation and invalid
+  StrLen_or_Ind value
+
+* Tue Oct 30 2018 Sjoerd Mullender <[email protected]> - 11.31.13-20190104
+- sql: Disabled function sys.getcontent(url).
+
+* Thu Oct 11 2018 Sjoerd Mullender <[email protected]> - 11.31.13-20190104
+
 * Thu Oct 11 2018 Sjoerd Mullender <[email protected]> - 11.31.11-20181011
 - Rebuilt.
 - BZ#6648: key property potentially wrong after type conversion
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+monetdb (11.31.13) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6643: schema name qualifier in create global temporary table
+    json.table6643 ... is not honered
+  * BZ#6645: optimizer treats all the functions with no or constant
+    parameters as constant
+  * BZ#6650: PREPARE SQL statement fails to compile user defined functions
+    with parameter/s
+  * BZ#6651: Multi-column IN clause for subquery produces wrong results
+  * BZ#6653: CREATE TABLE accepts empty table/column name
+  * BZ#6654: Incorrect handling of 'TRUE' in compound select
+  * BZ#6657: Restart sequence with a non atomic sub-query cardinality
+    gives wrong error message
+  * BZ#6660: GRANTing a ROLE is not idempotent
+  * BZ#6662: Concurrency Conflicts Exception string "!transaction is
+    aborted because of concurrency conflicts, will ROLLBACK instead" not
+    shown on prompt.
+  * BZ#6664: mserver5 crash: infinite recursive happens at rel_bin.c:489
+  * BZ#6665: Creation of serial types does not accept negative numbers
+  * BZ#6666: COPY INTO from .. LOCKED doubles input data
+  * BZ#6668: The SAMPLE key word doesn't work in a subquery.
+  * BZ#6669: COPY [xxx RECORDS] INTO foo FROM STDIN ... doesn't work
+    without specifying nr of to be copied records
+  * BZ#6672: SQLGetData with SQL_C_WCHAR string truncation and invalid
+    StrLen_or_Ind value
+
+ -- Sjoerd Mullender <[email protected]>  Fri, 04 Jan 2019 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+  * sql: Disabled function sys.getcontent(url).
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 30 Oct 2018 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+
+ -- Sjoerd Mullender <[email protected]>  Thu, 11 Oct 2018 10:34:42 +0100
+
 monetdb (11.31.11) 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=17:3:0
+GDK_VERSION=17:4:0
 
 # version of the MAPI library (subdirectory clients/mapilib)
 MAPI_VERSION=11:0:1
 
 # version of the MONETDB5 library (subdirectory monetdb5, not including extras)
-MONETDB5_VERSION=25:3:0
+MONETDB5_VERSION=26:0:1
 
 # version of the STREAM library (subdirectory common/stream)
 STREAM_VERSION=12:1:1
diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive
--- a/sql/ChangeLog-Archive
+++ b/sql/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Oct 30 2018 Sjoerd Mullender <[email protected]> - 11.31.13-20190104
+- Disabled function sys.getcontent(url).
+
 * Thu Jun  7 2018 Martin van Dinther <[email protected]> 
- 11.31.1-20180815
 - Removed deprecated table producing system functions:
   sys.dependencies_columns_on_functions()
diff --git a/sql/ChangeLog.Aug2018 b/sql/ChangeLog.Aug2018
--- a/sql/ChangeLog.Aug2018
+++ b/sql/ChangeLog.Aug2018
@@ -1,6 +1,3 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
-* Tue Oct 30 2018 Sjoerd Mullender <[email protected]>
-- Disabled function sys.getcontent(url).
-
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to