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

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


diffs (187 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -105,7 +105,7 @@ Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
 BugURL: https://bugs.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Jun2020/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Jun2020-SP1/%{name}-%{version}.tar.bz2
 
 # The Fedora packaging document says we need systemd-rpm-macros for
 # the _unitdir and _tmpfilesdir macros to exist; however on RHEL 7
@@ -985,6 +985,70 @@ fi
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Jul 20 2020 Sjoerd Mullender <[email protected]> - 11.37.9-20200720
+- Rebuilt.
+- BZ#6844: sys.getUser('https://me:[email protected]/Doc') does not
+  return the user: me
+- BZ#6845: the url sys.get...(url) functions do not allow null as
+  a parameter
+- BZ#6858: json.keyarray(json '{ "":0 }') fails with error: Could not
+  allocate space
+- BZ#6859: only first character of the separator string in json.text(js
+  json, sep string) is used
+- BZ#6873: sys.hot_snapshot() creates incomplete snapshots if the
+  write-ahead log is very large
+- BZ#6876: tar files created by sys.hot_snapshot() produce warnings on
+  some implementations of tar
+- BZ#6877: MonetDB produces malformed LZ4 files
+- BZ#6878: SQL Connection Error when running SELECT queries containing
+  AND command
+- BZ#6880: Left fuzzy queries are much slower than other fuzzy queries.
+- BZ#6882: cgroups limits no longer respected?
+- BZ#6883: SQLancer crash on delete query
+- BZ#6884: SQLancer generates query with unclear error message
+- BZ#6885: SQLancer causes assertion error on UTF8_strlen
+- BZ#6886: SQLancer alter table add unique gives strange error message
+- BZ#6887: SQLancer crash on complex query
+- BZ#6888: SQLancer crash on cross join on view
+- BZ#6889: SQLancer crash on long query
+- BZ#6892: SQLancer crash on query with HAVING
+- BZ#6893: SQLancer inner join reporting GDK error
+- BZ#6894: SQLancer crash on rtrim function
+- BZ#6895: SQLancer causing 'algebra.select' undefined error
+- BZ#6896: SQLancer algebra.select' undefined 2
+- BZ#6897: SQLancer distinct aggregate with error on group by constant
+- BZ#6898: SQLancer crash on join query
+- BZ#6899: SQLancer TLP query with wrong results
+- BZ#6900: SQLancer generated SIGFPE
+- BZ#6901: SQLancer TLP query with wrong results 2
+- BZ#6902: SQLancer query: batcalc.between undefined
+- BZ#6903: SQLancer calc.abs undefined
+- BZ#6904: SQLancer aggr.subavg undefined
+- BZ#6905: SQLancer TLP query with wrong results 3
+- BZ#6906: SQLancer crash on complex join
+- BZ#6907: SQLancer algebra.select undefined
+- BZ#6908: SQLancer inputs not the same size
+- BZ#6909: SQLancer query with wrong results
+- BZ#6911: SQLancer query: 'calc.bit' undefined
+- BZ#6918: SQLancer query compilation error
+- BZ#6919: SQLancer insert function doesn't handle utf-8 strings
+- BZ#6920: SQLancer project_bte: does not match always
+- BZ#6922: Timestamp columns not migrated to new format
+- BZ#6923: Imprints data files for timestamp BAT not migrated to the
+  new format
+- BZ#6924: SQLancer query copy on unique pair of columns fails and
+  complex query with GDK error
+- BZ#6925: Count string rows in union of string tables leaks (RSS) memory
+- BZ#6926: SQLancer query with wrong results
+- BZ#6927: SQLancer inputs not the same size
+- BZ#6928: SQLancer crash on coalesce
+- BZ#6929: SQLancer calc.date undefined
+
+* Tue Jun  9 2020 Sjoerd Mullender <[email protected]> - 11.37.9-20200720
+- gdk: Hash buckets come in variable widths.  But if a BAT grows long enough so
+  that the BAT indexes that are stored in the buckets don't fit anymore,
+  the buckets need to be widened.  This is now fixed.
+
 * Fri May 29 2020 Sjoerd Mullender <[email protected]> - 11.37.7-20200529
 - Rebuilt.
 
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,73 @@
+monetdb (11.37.9) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6844: sys.getUser('https://me:[email protected]/Doc') does not
+    return the user: me
+  * BZ#6845: the url sys.get...(url) functions do not allow null as
+    a parameter
+  * BZ#6858: json.keyarray(json '{ "":0 }') fails with error: Could not
+    allocate space
+  * BZ#6859: only first character of the separator string in json.text(js
+    json, sep string) is used
+  * BZ#6873: sys.hot_snapshot() creates incomplete snapshots if the
+    write-ahead log is very large
+  * BZ#6876: tar files created by sys.hot_snapshot() produce warnings on
+    some implementations of tar
+  * BZ#6877: MonetDB produces malformed LZ4 files
+  * BZ#6878: SQL Connection Error when running SELECT queries containing
+    AND command
+  * BZ#6880: Left fuzzy queries are much slower than other fuzzy queries.
+  * BZ#6882: cgroups limits no longer respected?
+  * BZ#6883: SQLancer crash on delete query
+  * BZ#6884: SQLancer generates query with unclear error message
+  * BZ#6885: SQLancer causes assertion error on UTF8_strlen
+  * BZ#6886: SQLancer alter table add unique gives strange error message
+  * BZ#6887: SQLancer crash on complex query
+  * BZ#6888: SQLancer crash on cross join on view
+  * BZ#6889: SQLancer crash on long query
+  * BZ#6892: SQLancer crash on query with HAVING
+  * BZ#6893: SQLancer inner join reporting GDK error
+  * BZ#6894: SQLancer crash on rtrim function
+  * BZ#6895: SQLancer causing 'algebra.select' undefined error
+  * BZ#6896: SQLancer algebra.select' undefined 2
+  * BZ#6897: SQLancer distinct aggregate with error on group by constant
+  * BZ#6898: SQLancer crash on join query
+  * BZ#6899: SQLancer TLP query with wrong results
+  * BZ#6900: SQLancer generated SIGFPE
+  * BZ#6901: SQLancer TLP query with wrong results 2
+  * BZ#6902: SQLancer query: batcalc.between undefined
+  * BZ#6903: SQLancer calc.abs undefined
+  * BZ#6904: SQLancer aggr.subavg undefined
+  * BZ#6905: SQLancer TLP query with wrong results 3
+  * BZ#6906: SQLancer crash on complex join
+  * BZ#6907: SQLancer algebra.select undefined
+  * BZ#6908: SQLancer inputs not the same size
+  * BZ#6909: SQLancer query with wrong results
+  * BZ#6911: SQLancer query: 'calc.bit' undefined
+  * BZ#6918: SQLancer query compilation error
+  * BZ#6919: SQLancer insert function doesn't handle utf-8 strings
+  * BZ#6920: SQLancer project_bte: does not match always
+  * BZ#6922: Timestamp columns not migrated to new format
+  * BZ#6923: Imprints data files for timestamp BAT not migrated to the
+    new format
+  * BZ#6924: SQLancer query copy on unique pair of columns fails and
+    complex query with GDK error
+  * BZ#6925: Count string rows in union of string tables leaks (RSS) memory
+  * BZ#6926: SQLancer query with wrong results
+  * BZ#6927: SQLancer inputs not the same size
+  * BZ#6928: SQLancer crash on coalesce
+  * BZ#6929: SQLancer calc.date undefined
+
+ -- Sjoerd Mullender <[email protected]>  Mon, 20 Jul 2020 09:33:05 +0200
+
+monetdb (11.37.9) unstable; urgency=low
+
+  * gdk: Hash buckets come in variable widths.  But if a BAT grows long enough 
so
+    that the BAT indexes that are stored in the buckets don't fit anymore,
+    the buckets need to be widened.  This is now fixed.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 9 Jun 2020 09:33:05 +0200
+
 monetdb (11.37.7) 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,11 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Jun  9 2020 Sjoerd Mullender <[email protected]> - 11.37.9-20200720
+- Hash buckets come in variable widths.  But if a BAT grows long enough so
+  that the BAT indexes that are stored in the buckets don't fit anymore,
+  the buckets need to be widened.  This is now fixed.
+
 * Tue Apr 28 2020 Sjoerd Mullender <[email protected]> - 11.37.1-20200511
 - The functions BATintersect, BATsemijoin, and BATsubcross have an
   extra argument, bool max_one, which indicates that there must be no
diff --git a/gdk/ChangeLog.Jun2020 b/gdk/ChangeLog.Jun2020
--- a/gdk/ChangeLog.Jun2020
+++ b/gdk/ChangeLog.Jun2020
@@ -1,8 +1,3 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
-* Tue Jun  9 2020 Sjoerd Mullender <[email protected]>
-- Hash buckets come in variable widths.  But if a BAT grows long enough so
-  that the BAT indexes that are stored in the buckets don't fit anymore,
-  the buckets need to be widened.  This is now fixed.
-
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to