Changeset: 8474acbd3e5b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8474acbd3e5b Modified Files: gdk/ChangeLog.Jan2022 monetdb5/ChangeLog.Jan2022 Branch: Jan2022 Log Message:
Some changelog messages. diffs (27 lines): diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022 --- a/gdk/ChangeLog.Jan2022 +++ b/gdk/ChangeLog.Jan2022 @@ -1,6 +1,9 @@ # 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 diff --git a/monetdb5/ChangeLog.Jan2022 b/monetdb5/ChangeLog.Jan2022 --- a/monetdb5/ChangeLog.Jan2022 +++ b/monetdb5/ChangeLog.Jan2022 @@ -1,6 +1,10 @@ # 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. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
