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

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (132 lines):

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 <sjo...@acm.org> - 11.31.13-20190104
+
 * Wed Oct 10 2018 Sjoerd Mullender <sjo...@acm.org> - 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
@@ -108,7 +108,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
@@ -1022,6 +1022,37 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 04 2019 Sjoerd Mullender <sjo...@acm.org> - 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 <sjo...@acm.org> - 11.31.13-20190104
+- sql: Disabled function sys.getcontent(url).
+
+* Thu Oct 11 2018 Sjoerd Mullender <sjo...@acm.org> - 11.31.13-20190104
+
 * Thu Oct 11 2018 Sjoerd Mullender <sjo...@acm.org> - 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 <sjo...@acm.org>  Fri, 04 Jan 2019 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+  * sql: Disabled function sys.getcontent(url).
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Tue, 30 Oct 2018 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 11 Oct 2018 10:34:42 +0100
+
 monetdb (11.31.11) unstable; urgency=low
 
   * Rebuilt.
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 <sjo...@acm.org> - 11.31.13-20190104
+- Disabled function sys.getcontent(url).
+
 * Thu Jun  7 2018 Martin van Dinther <martin.van.dint...@monetdbsolutions.com> 
- 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 <sjo...@acm.org>
-- Disabled function sys.getcontent(url).
-
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to