Skip to content

Commit ceece76

Browse files
committed
Update 1.2.1 release notes
1 parent cf8430d commit ceece76

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/sphinx/releases/whats_new_1_2_1.rst

+15-7
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,40 @@ General changes
1616
This is a bugfix release. It contains the following changes:
1717

1818
* Fix compilation on ARM, s390x and 32-bit architectures.
19-
* Fix compilation with Boost 1.69.0.
2019
* Fix a critical bug in the ``future`` implementation.
2120
* Fix several problems in the CMake configuration which affects external
2221
projects.
22+
* Add support for Boost 1.69.0.
2323

2424
Closed issues
2525
=============
2626

2727
* :hpx-issue:`3638` - Build HPX 1.2 with boost 1.69
2828
* :hpx-issue:`3635` - Non-deterministic crashing on Stampede2
29-
* :hpx-issue:`3550` - 1>e:\000work\hpx\src\throw_exception.cpp(54): error C2440: '<function-style-cast>': cannot convert from 'boost::system::error_code' to 'hpx::exception'
30-
* :hpx-issue:`3549` - HPX 1.2.0 does not build on i686, but release candidate did
29+
* :hpx-issue:`3550` - 1>e:\000work\hpx\src\throw_exception.cpp(54): error C2440:
30+
'<function-style-cast>': cannot convert from 'boost::system::error_code' to
31+
'hpx::exception'
32+
* :hpx-issue:`3549` - HPX 1.2.0 does not build on i686, but release candidate
33+
did
3134
* :hpx-issue:`3511` - Build on s390x fails
3235
* :hpx-issue:`3509` - Build on armv7l fails
3336

3437
Closed pull requests
3538
====================
3639

40+
* :hpx-pr:`3695` - Don't install CMake templates and packaging files
3741
* :hpx-pr:`3666` - Fixing yet another race in future_data
38-
* :hpx-pr:`3663` - Fixing race between setting and getting the value inside future_data
42+
* :hpx-pr:`3663` - Fixing race between setting and getting the value inside
43+
future_data
3944
* :hpx-pr:`3648` - Adding timestamp option for S390x platform
4045
* :hpx-pr:`3647` - Blind attempt to fix warnings issued by gcc V9
41-
* :hpx-pr:`3611` - Include GNUInstallDirs earlier to have it available for subdirectories
46+
* :hpx-pr:`3611` - Include GNUInstallDirs earlier to have it available for
47+
subdirectories
4248
* :hpx-pr:`3595` - Use GNUInstallDirs lib path in pkgconfig config file
4349
* :hpx-pr:`3593` - Add include(GNUInstallDirs) to HPXMacros.cmake
44-
* :hpx-pr:`3591` - Fix compilation error on arm7 architecture. Compiles and runs on Fedora 29 on Pi 3.
45-
* :hpx-pr:`3558` - Adding constructor `exception(boost::system::error_code const&)`
50+
* :hpx-pr:`3591` - Fix compilation error on arm7 architecture. Compiles and runs
51+
on Fedora 29 on Pi 3.
52+
* :hpx-pr:`3558` - Adding constructor `exception(boost::system::error_code
53+
const&)`
4654
* :hpx-pr:`3555` - cmake: make install locations configurable
4755
* :hpx-pr:`3551` - Fix uint64_t causing compilation fail on i686

0 commit comments

Comments
 (0)