Changeset: 43d4a717410d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/43d4a717410d Modified Files: MonetDB.spec debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Jan2022 misc/packages/deb/changelog misc/packages/rpm/changelog monetdb5/ChangeLog-Archive monetdb5/ChangeLog.Jan2022 tools/merovingian/ChangeLog-Archive tools/merovingian/ChangeLog.Jan2022 Branch: Jan2022 Log Message:
Moved contents of ChangeLog.Jan2022 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (263 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -81,7 +81,7 @@ Group: Applications/Databases License: MPLv2.0 URL: https://www.monetdb.org/ BugURL: https://bugs.monetdb.org/ -Source: https://www.monetdb.org/downloads/sources/Jan2022-SP5/%{name}-%{version}.tar.bz2 +Source: https://www.monetdb.org/downloads/sources/Jan2022-SP6/%{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 @@ -850,6 +850,30 @@ fi %endif %changelog +* Mon Nov 21 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Rebuilt. +- GH#7336: Selecting from a literal-value table returns wrong values + +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- gdk: Memory leaks have been fixed. + +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- monetdb5: A race condition in the SHA hash code was fixed which resulted in + occasional failed connection attempts when they occurred concurrently. + +* Wed Oct 19 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- monetdb5: Fix a bug where the MAL optimizer would use the starttime of the + previous query to determine whether a query timeout occurred. + +* Wed Oct 12 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- merovingian: Stop logging references to monetdbd's logfile in said logfile. + +* Mon Oct 10 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- gdk: Offset heaps (.tailN files) were growing too fast and unnecessarily + under certain conditions. This has been fixed. Also, when such too + large files are now loaded into the system, it is recognized they are + too large and they are truncated to a more reasonable size. + * Mon Oct 03 2022 Sjoerd Mullender <[email protected]> - 11.43.23-20221003 - Rebuilt. diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +monetdb (11.43.25) unstable; urgency=low + + * Rebuilt. + * GH#7336: Selecting from a literal-value table returns wrong values + + -- Sjoerd Mullender <[email protected]> Mon, 21 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * gdk: Memory leaks have been fixed. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * monetdb5: A race condition in the SHA hash code was fixed which resulted in + occasional failed connection attempts when they occurred concurrently. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * monetdb5: Fix a bug where the MAL optimizer would use the starttime of the + previous query to determine whether a query timeout occurred. + + -- Sjoerd Mullender <[email protected]> Wed, 19 Oct 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * merovingian: Stop logging references to monetdbd's logfile in said logfile. + + -- Sjoerd Mullender <[email protected]> Wed, 12 Oct 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * gdk: Offset heaps (.tailN files) were growing too fast and unnecessarily + under certain conditions. This has been fixed. Also, when such too + large files are now loaded into the system, it is recognized they are + too large and they are truncated to a more reasonable size. + + -- Sjoerd Mullender <[email protected]> Mon, 10 Oct 2022 17:58:42 +0100 + monetdb (11.43.23) 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,15 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Memory leaks have been fixed. + +* Mon Oct 10 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Offset heaps (.tailN files) were growing too fast and unnecessarily + under certain conditions. This has been fixed. Also, when such too + large files are now loaded into the system, it is recognized they are + too large and they are truncated to a more reasonable size. + * Mon Sep 19 2022 Sjoerd Mullender <[email protected]> - 11.43.23-20221003 - Fixed a bug in ORDER BY with both NULLS LAST and LIMIT when the ordering was on an interger or integer-like column and NULL values are present. diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022 --- a/gdk/ChangeLog.Jan2022 +++ b/gdk/ChangeLog.Jan2022 @@ -1,12 +1,3 @@ # ChangeLog file for GDK # This file is updated with Maddlog -* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> -- Memory leaks have been fixed. - -* Mon Oct 10 2022 Sjoerd Mullender <[email protected]> -- Offset heaps (.tailN files) were growing too fast and unnecessarily - under certain conditions. This has been fixed. Also, when such too - large files are now loaded into the system, it is recognized they are - too large and they are truncated to a more reasonable size. - diff --git a/misc/packages/deb/changelog b/misc/packages/deb/changelog --- a/misc/packages/deb/changelog +++ b/misc/packages/deb/changelog @@ -1,3 +1,45 @@ +monetdb (11.43.25) unstable; urgency=low + + * Rebuilt. + * GH#7336: Selecting from a literal-value table returns wrong values + + -- Sjoerd Mullender <[email protected]> Mon, 21 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * gdk: Memory leaks have been fixed. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * monetdb5: A race condition in the SHA hash code was fixed which resulted in + occasional failed connection attempts when they occurred concurrently. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * monetdb5: Fix a bug where the MAL optimizer would use the starttime of the + previous query to determine whether a query timeout occurred. + + -- Sjoerd Mullender <[email protected]> Wed, 19 Oct 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * merovingian: Stop logging references to monetdbd's logfile in said logfile. + + -- Sjoerd Mullender <[email protected]> Wed, 12 Oct 2022 17:58:42 +0100 + +monetdb (11.43.25) unstable; urgency=low + + * gdk: Offset heaps (.tailN files) were growing too fast and unnecessarily + under certain conditions. This has been fixed. Also, when such too + large files are now loaded into the system, it is recognized they are + too large and they are truncated to a more reasonable size. + + -- Sjoerd Mullender <[email protected]> Mon, 10 Oct 2022 17:58:42 +0100 + monetdb (11.43.23) unstable; urgency=low * Rebuilt. diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog --- a/misc/packages/rpm/changelog +++ b/misc/packages/rpm/changelog @@ -1,3 +1,27 @@ +* Mon Nov 21 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Rebuilt. +- GH#7336: Selecting from a literal-value table returns wrong values + +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- gdk: Memory leaks have been fixed. + +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- monetdb5: A race condition in the SHA hash code was fixed which resulted in + occasional failed connection attempts when they occurred concurrently. + +* Wed Oct 19 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- monetdb5: Fix a bug where the MAL optimizer would use the starttime of the + previous query to determine whether a query timeout occurred. + +* Wed Oct 12 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- merovingian: Stop logging references to monetdbd's logfile in said logfile. + +* Mon Oct 10 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- gdk: Offset heaps (.tailN files) were growing too fast and unnecessarily + under certain conditions. This has been fixed. Also, when such too + large files are now loaded into the system, it is recognized they are + too large and they are truncated to a more reasonable size. + * Mon Oct 03 2022 Sjoerd Mullender <[email protected]> - 11.43.23-20221003 - Rebuilt. diff --git a/monetdb5/ChangeLog-Archive b/monetdb5/ChangeLog-Archive --- a/monetdb5/ChangeLog-Archive +++ b/monetdb5/ChangeLog-Archive @@ -1,6 +1,14 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- A race condition in the SHA hash code was fixed which resulted in + occasional failed connection attempts when they occurred concurrently. + +* Wed Oct 19 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Fix a bug where the MAL optimizer would use the starttime of the + previous query to determine whether a query timeout occurred. + * Wed Jun 22 2022 Sjoerd Mullender <[email protected]> - 11.43.17-20220811 - Various race conditions (data races) have been fixed. diff --git a/monetdb5/ChangeLog.Jan2022 b/monetdb5/ChangeLog.Jan2022 --- a/monetdb5/ChangeLog.Jan2022 +++ b/monetdb5/ChangeLog.Jan2022 @@ -1,11 +1,3 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog -* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> -- A race condition in the SHA hash code was fixed which resulted in - occasional failed connection attempts when they occurred concurrently. - -* Wed Oct 19 2022 Sjoerd Mullender <[email protected]> -- Fix a bug where the MAL optimizer would use the starttime of the - previous query to determine whether a query timeout occurred. - diff --git a/tools/merovingian/ChangeLog-Archive b/tools/merovingian/ChangeLog-Archive --- a/tools/merovingian/ChangeLog-Archive +++ b/tools/merovingian/ChangeLog-Archive @@ -1,6 +1,9 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Oct 12 2022 Sjoerd Mullender <[email protected]> - 11.43.25-20221121 +- Stop logging references to monetdbd's logfile in said logfile. + * Wed Aug 24 2022 Sjoerd Mullender <[email protected]> - 11.43.23-20221003 - In certain cases (when an mserver5 process exits right after producing a message) the log message was logged over and over again, causing diff --git a/tools/merovingian/ChangeLog.Jan2022 b/tools/merovingian/ChangeLog.Jan2022 --- a/tools/merovingian/ChangeLog.Jan2022 +++ b/tools/merovingian/ChangeLog.Jan2022 @@ -1,6 +1,3 @@ # ChangeLog file for sql/src/backends/monet5/merovingian # This file is updated with mchangelog -* Wed Oct 12 2022 Sjoerd Mullender <[email protected]> -- Stop logging references to monetdbd's logfile in said logfile. - _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
