Changeset: 832602ab0abd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=832602ab0abd Modified Files: monetdb5/ChangeLog.Nov2019 Branch: Nov2019 Log Message:
Added blurb for server console. diffs (17 lines): diff --git a/monetdb5/ChangeLog.Nov2019 b/monetdb5/ChangeLog.Nov2019 --- a/monetdb5/ChangeLog.Nov2019 +++ b/monetdb5/ChangeLog.Nov2019 @@ -1,6 +1,13 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Thu Sep 5 2019 Sjoerd Mullender <[email protected]> +- The server "console" has been removed, as has the --daemon option. + The server now doesn't read from standard input anymore. The way to + stop a server is by sending it a TERM signal (on Linux/Unix) or by + sending it an interrupt signal (usually control-C -- on all + systems). + * Mon Jul 1 2019 Sjoerd Mullender <[email protected]> - Implemented a function bat.diffcand to calculate difference of two candidate lists. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
