Changeset: bd4082b7b308 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd4082b7b308 Modified Files: buildtools/ChangeLog.Jul2017 gdk/ChangeLog.Jul2017 Branch: Jul2017 Log Message:
Added some changelog blurbs. diffs (27 lines): diff --git a/buildtools/ChangeLog.Jul2017 b/buildtools/ChangeLog.Jul2017 --- a/buildtools/ChangeLog.Jul2017 +++ b/buildtools/ChangeLog.Jul2017 @@ -1,3 +1,10 @@ # ChangeLog file for buildtools # This file is updated with Maddlog +* Fri Jul 7 2017 Sjoerd Mullender <[email protected]> +- The Windows installers (*.msi files) are now created using the WiX + Toolset. +- The Windows binaries are now built using Visual Studio 2015. Because of + this, you may need to install the Visual C++ Redistributable for Visual + Studio 2015 before being able to run MonetDB. + diff --git a/gdk/ChangeLog.Jul2017 b/gdk/ChangeLog.Jul2017 --- a/gdk/ChangeLog.Jul2017 +++ b/gdk/ChangeLog.Jul2017 @@ -1,3 +1,9 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Fri Jul 7 2017 Sjoerd Mullender <[email protected]> +- Many functions in GDK are now annotated with the GCC attribute + __warn_unused_result__ meaning that the compiler will issue a warning + if the result of the function (usually an indication of an error) + is not used. + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
