Skip to content

Commit 2c5daa7

Browse files
committed
Update release notes for 1.2.1
1 parent 94f9aaf commit 2c5daa7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/sphinx/releases/whats_new_1_2_1.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ General changes
1515

1616
This is a bugfix release. It contains the following changes:
1717

18-
* Fix compilation on ARM.
19-
* Fix compilation on s390x.
20-
* Fix compilation on 32-bit architectures.
18+
* Fix compilation on ARM, s390x and 32-bit architectures.
2119
* Fix compilation with Boost 1.69.0.
20+
* Fix a critical bug in the ``future`` implementation.
2221

2322
Closed issues
2423
=============
2524

2625
* :hpx-issue:`3638` - Build HPX 1.2 with boost 1.69
26+
* :hpx-issue:`3635` - Non-deterministic crashing on Stampede2
2727
* :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'
2828
* :hpx-issue:`3549` - HPX 1.2.0 does not build on i686, but release candidate did
2929
* :hpx-issue:`3511` - Build on s390x fails
@@ -32,6 +32,7 @@ Closed issues
3232
Closed pull requests
3333
====================
3434

35+
* :hpx-pr:`3666` - Fixing yet another race in future_data
3536
* :hpx-pr:`3663` - Fixing race between setting and getting the value inside future_data
3637
* :hpx-pr:`3648` - Adding timestamp option for S390x platform
3738
* :hpx-pr:`3647` - Blind attempt to fix warnings issued by gcc V9

0 commit comments

Comments
 (0)