From be7f0d9df0b85caf5d881cc16026e19028ebc219 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 11 Feb 2020 14:37:23 +0100 Subject: [PATCH] Add release notes for 1.4.1 --- docs/sphinx/releases/whats_new_1_4_1.rst | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/sphinx/releases/whats_new_1_4_1.rst diff --git a/docs/sphinx/releases/whats_new_1_4_1.rst b/docs/sphinx/releases/whats_new_1_4_1.rst new file mode 100644 index 000000000000..08b97babc589 --- /dev/null +++ b/docs/sphinx/releases/whats_new_1_4_1.rst @@ -0,0 +1,49 @@ +.. + Copyright (C) 2007-2020 Hartmut Kaiser + + SPDX-License-Identifier: BSL-1.0 + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +.. _hpx_1_4_1: + +=========================== +|hpx| V1.4.1 (Feb 12, 2020) +=========================== + +General changes +=============== + +This is a bugfix release. It contains the following changes: + +* Fix compilation issues on Windows, FreeBSD, and gcc 10 +* Install missing ``pdb`` files on Windows +* Allow running tests using an installed version of |hpx| +* Skip MPI finalization if HPX has not initialized MPI +* Give a hard error when attempting to use IO counters on Windows + +Closed issues +============= + +* :hpx-issue:`4320` - HPX 1.4.0 does not compile with gcc 10 +* :hpx-issue:`4336` - Building HPX 1.4.0 with IO Counters breaks (Windows) +* :hpx-issue:`4334` - HPX ``Debug`` and ``RelWithDebinfo`` builds on Windows not + installing ``.pdb`` files +* :hpx-issue:`4322` - Undefine VT1 and VT2 after boost includes +* :hpx-issue:`4314` - Compile error on 1.4.0 +* :hpx-issue:`4307` - ``ld: error: duplicate symbol: freebsd_environ`` + + +Closed pull requests +==================== + +* :hpx-pr:`4357` - Adding missing ``#include``\ s to fix gcc V10 linker problems +* :hpx-pr:`4353` - Skip ``MPI_Finalize`` if ``MPI_Init`` is not called from HPX +* :hpx-pr:`4343` - Give a hard error if IO counters are enabled on non-Linux + systems +* :hpx-pr:`4337` - Installing pdb files on Windows +* :hpx-pr:`4335` - Adding capability to buildsystem to use an installed version + of HPX +* :hpx-pr:`4315` - Forcing exported symbols from composable_guard to be linked + into core library +* :hpx-pr:`4310` - Remove environment handling from ``exception.cpp``