Changeset: 5cb19dc0880d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5cb19dc0880d Added Files: NT/ChangeLog-Archive Modified Files: MonetDB.spec NT/ChangeLog.Oct2020 debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Oct2020 misc/packages/deb/changelog misc/packages/rpm/changelog sql/ChangeLog-Archive sql/ChangeLog.Oct2020 tools/merovingian/ChangeLog-Archive tools/merovingian/ChangeLog.Oct2020 Branch: Oct2020 Log Message:
Moved contents of ChangeLog.Oct2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (truncated from 324 to 300 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -84,7 +84,7 @@ Group: Applications/Databases License: MPLv2.0 URL: https://www.monetdb.org/ BugURL: https://bugs.monetdb.org/ -Source: https://www.monetdb.org/downloads/sources/Oct2020-SP4/%{name}-%{version}.tar.bz2 +Source: https://www.monetdb.org/downloads/sources/Oct2020-SP5/%{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 @@ -845,6 +845,41 @@ else fi %changelog +* Mon May 03 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- Rebuilt. +- GH#2430: JDBC: support for streams +- GH#3336: DB files not removed if all rows are deleted, even after restart +- GH#7104: Monetdbe NTILE function does not produce correct ordering +- GH#7108: Monetdb crashes on query execution +- GH#7109: MERGE Statement incorrectly reports that input relation matches + multiple rows +- GH#7110: Monetdb Query parsing consistency issues in the latest release + (Remote Table) + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- gdk: A bug that would very occasionally produce an error "strPut: incorrectly + encoded UTF-8", even when no incorrectly coded characters are used + at all, has been fixed. It was the result of a rare combination of + strings having been added to the column that caused essentially an + off-by-one type of error to occur. + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- merovingian: When stopping monetdbd using the `monetdbd stop' command, this command + now waits for 5 seconds longer than the exittimeout value before it + kills the monetdbd daemon instead of only 30 seconds total (or until + that daemon stops earlier). This gives the daemon enough time to + terminate the mserver5 processes that it is managing. If exittimeout + is negative, the daemon and the monetdbd process initiating the stop + wait indefinitely until the mserver5 processes have stopped. + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- sql: A bug where a sequence of TRUNCATE TABLE and COPY INTO the just + truncated table would result in success being reported to both queries, + but the table still being empty afterwards, has been fixed. + +* Fri Apr 23 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- NT: Added the monetdbe library to the Windows installer. + * Fri Apr 02 2021 Sjoerd Mullender <[email protected]> - 11.39.15-20210402 - Rebuilt. - GH#6786: function json.isvalid(js json) is not useful, could be removed diff --git a/NT/ChangeLog-Archive b/NT/ChangeLog-Archive new file mode 100644 --- /dev/null +++ b/NT/ChangeLog-Archive @@ -0,0 +1,6 @@ +# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY +# This file contains past ChangeLog entries + +* Fri Apr 23 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- Added the monetdbe library to the Windows installer. + diff --git a/NT/ChangeLog.Oct2020 b/NT/ChangeLog.Oct2020 --- a/NT/ChangeLog.Oct2020 +++ b/NT/ChangeLog.Oct2020 @@ -1,6 +1,3 @@ # ChangeLog file for NT # This file is updated with Maddlog -* Fri Apr 23 2021 Sjoerd Mullender <[email protected]> -- Added the monetdbe library to the Windows installer. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +monetdb (11.39.17) unstable; urgency=low + + * Rebuilt. + * GH#2430: JDBC: support for streams + * GH#3336: DB files not removed if all rows are deleted, even after restart + * GH#7104: Monetdbe NTILE function does not produce correct ordering + * GH#7108: Monetdb crashes on query execution + * GH#7109: MERGE Statement incorrectly reports that input relation matches + multiple rows + * GH#7110: Monetdb Query parsing consistency issues in the latest release + (Remote Table) + + -- Sjoerd Mullender <[email protected]> Mon, 03 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * gdk: A bug that would very occasionally produce an error "strPut: incorrectly + encoded UTF-8", even when no incorrectly coded characters are used + at all, has been fixed. It was the result of a rare combination of + strings having been added to the column that caused essentially an + off-by-one type of error to occur. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * merovingian: When stopping monetdbd using the `monetdbd stop' command, this command + now waits for 5 seconds longer than the exittimeout value before it + kills the monetdbd daemon instead of only 30 seconds total (or until + that daemon stops earlier). This gives the daemon enough time to + terminate the mserver5 processes that it is managing. If exittimeout + is negative, the daemon and the monetdbd process initiating the stop + wait indefinitely until the mserver5 processes have stopped. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * sql: A bug where a sequence of TRUNCATE TABLE and COPY INTO the just + truncated table would result in success being reported to both queries, + but the table still being empty afterwards, has been fixed. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * NT: Added the monetdbe library to the Windows installer. + + -- Sjoerd Mullender <[email protected]> Fri, 23 Apr 2021 18:04:16 +0200 + monetdb (11.39.15) 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,13 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- A bug that would very occasionally produce an error "strPut: incorrectly + encoded UTF-8", even when no incorrectly coded characters are used + at all, has been fixed. It was the result of a rare combination of + strings having been added to the column that caused essentially an + off-by-one type of error to occur. + * 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, diff --git a/gdk/ChangeLog.Oct2020 b/gdk/ChangeLog.Oct2020 --- a/gdk/ChangeLog.Oct2020 +++ b/gdk/ChangeLog.Oct2020 @@ -1,10 +1,3 @@ # ChangeLog file for GDK # This file is updated with Maddlog -* Mon May 3 2021 Sjoerd Mullender <[email protected]> -- A bug that would very occasionally produce an error "strPut: incorrectly - encoded UTF-8", even when no incorrectly coded characters are used - at all, has been fixed. It was the result of a rare combination of - strings having been added to the column that caused essentially an - off-by-one type of error to occur. - 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,53 @@ +monetdb (11.39.17) unstable; urgency=low + + * Rebuilt. + * GH#2430: JDBC: support for streams + * GH#3336: DB files not removed if all rows are deleted, even after restart + * GH#7104: Monetdbe NTILE function does not produce correct ordering + * GH#7108: Monetdb crashes on query execution + * GH#7109: MERGE Statement incorrectly reports that input relation matches + multiple rows + * GH#7110: Monetdb Query parsing consistency issues in the latest release + (Remote Table) + + -- Sjoerd Mullender <[email protected]> Mon, 03 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * gdk: A bug that would very occasionally produce an error "strPut: incorrectly + encoded UTF-8", even when no incorrectly coded characters are used + at all, has been fixed. It was the result of a rare combination of + strings having been added to the column that caused essentially an + off-by-one type of error to occur. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * merovingian: When stopping monetdbd using the `monetdbd stop' command, this command + now waits for 5 seconds longer than the exittimeout value before it + kills the monetdbd daemon instead of only 30 seconds total (or until + that daemon stops earlier). This gives the daemon enough time to + terminate the mserver5 processes that it is managing. If exittimeout + is negative, the daemon and the monetdbd process initiating the stop + wait indefinitely until the mserver5 processes have stopped. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * sql: A bug where a sequence of TRUNCATE TABLE and COPY INTO the just + truncated table would result in success being reported to both queries, + but the table still being empty afterwards, has been fixed. + + -- Sjoerd Mullender <[email protected]> Mon, 3 May 2021 18:04:16 +0200 + +monetdb (11.39.17) unstable; urgency=low + + * NT: Added the monetdbe library to the Windows installer. + + -- Sjoerd Mullender <[email protected]> Fri, 23 Apr 2021 18:04:16 +0200 + monetdb (11.39.15) 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,38 @@ +* Mon May 03 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- Rebuilt. +- GH#2430: JDBC: support for streams +- GH#3336: DB files not removed if all rows are deleted, even after restart +- GH#7104: Monetdbe NTILE function does not produce correct ordering +- GH#7108: Monetdb crashes on query execution +- GH#7109: MERGE Statement incorrectly reports that input relation matches + multiple rows +- GH#7110: Monetdb Query parsing consistency issues in the latest release + (Remote Table) + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- gdk: A bug that would very occasionally produce an error "strPut: incorrectly + encoded UTF-8", even when no incorrectly coded characters are used + at all, has been fixed. It was the result of a rare combination of + strings having been added to the column that caused essentially an + off-by-one type of error to occur. + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- merovingian: When stopping monetdbd using the `monetdbd stop' command, this command + now waits for 5 seconds longer than the exittimeout value before it + kills the monetdbd daemon instead of only 30 seconds total (or until + that daemon stops earlier). This gives the daemon enough time to + terminate the mserver5 processes that it is managing. If exittimeout + is negative, the daemon and the monetdbd process initiating the stop + wait indefinitely until the mserver5 processes have stopped. + +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- sql: A bug where a sequence of TRUNCATE TABLE and COPY INTO the just + truncated table would result in success being reported to both queries, + but the table still being empty afterwards, has been fixed. + +* Fri Apr 23 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- NT: Added the monetdbe library to the Windows installer. + * Fri Apr 02 2021 Sjoerd Mullender <[email protected]> - 11.39.15-20210402 - Rebuilt. - GH#6786: function json.isvalid(js json) is not useful, could be removed diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -1,6 +1,11 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- A bug where a sequence of TRUNCATE TABLE and COPY INTO the just + truncated table would result in success being reported to both queries, + but the table still being empty afterwards, has been fixed. + * Thu Dec 10 2020 Pedro Ferreira <[email protected]> - 11.39.9-20210111 - CREATE [OR REPLACE] TRIGGER schema_name.trigger_name is now disallowed, because the trigger will be stored on the same schema as the table it diff --git a/sql/ChangeLog.Oct2020 b/sql/ChangeLog.Oct2020 --- a/sql/ChangeLog.Oct2020 +++ b/sql/ChangeLog.Oct2020 @@ -1,8 +1,3 @@ # ChangeLog file for sql # This file is updated with Maddlog -* Mon May 3 2021 Sjoerd Mullender <[email protected]> -- A bug where a sequence of TRUNCATE TABLE and COPY INTO the just - truncated table would result in success being reported to both queries, - but the table still being empty afterwards, has been fixed. - 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,15 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon May 3 2021 Sjoerd Mullender <[email protected]> - 11.39.17-20210503 +- When stopping monetdbd using the `monetdbd stop' command, this command + now waits for 5 seconds longer than the exittimeout value before it + kills the monetdbd daemon instead of only 30 seconds total (or until _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
