Commit 2c5daa7 1 parent 94f9aaf commit 2c5daa7 Copy full SHA for 2c5daa7
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ General changes
15
15
16
16
This is a bugfix release. It contains the following changes:
17
17
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.
21
19
* Fix compilation with Boost 1.69.0.
20
+ * Fix a critical bug in the ``future `` implementation.
22
21
23
22
Closed issues
24
23
=============
25
24
26
25
* :hpx-issue: `3638 ` - Build HPX 1.2 with boost 1.69
26
+ * :hpx-issue: `3635 ` - Non-deterministic crashing on Stampede2
27
27
* :hpx-issue: `3550 ` - 1>e:\0 00work\h px\s rc\t hrow_exception.cpp(54): error C2440: '<function-style-cast>': cannot convert from 'boost::system: :error_code' to 'hpx::exception'
28
28
* :hpx-issue: `3549 ` - HPX 1.2.0 does not build on i686, but release candidate did
29
29
* :hpx-issue: `3511 ` - Build on s390x fails
@@ -32,6 +32,7 @@ Closed issues
32
32
Closed pull requests
33
33
====================
34
34
35
+ * :hpx-pr: `3666 ` - Fixing yet another race in future_data
35
36
* :hpx-pr: `3663 ` - Fixing race between setting and getting the value inside future_data
36
37
* :hpx-pr: `3648 ` - Adding timestamp option for S390x platform
37
38
* :hpx-pr: `3647 ` - Blind attempt to fix warnings issued by gcc V9
You can’t perform that action at this time.
0 commit comments