Skip to content

Commit cbb3ce3

Browse files
committed
Update release notes for 1.2.1
1 parent 9f5f5fc commit cbb3ce3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/sphinx/releases/whats_new_1_2_1.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,24 @@ General changes
1616
This is a bugfix release. It contains the following changes:
1717

1818
* Fix compilation on ARM.
19+
* Fix compilation on s390x.
1920
* Fix compilation on 32-bit architectures.
2021
* Fix compilation with Boost 1.69.0.
2122

2223
Closed issues
2324
=============
2425

26+
* :hpx-issue:`3638` - Build HPX 1.2 with boost 1.69
2527
* :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'
2628
* :hpx-issue:`3549` - HPX 1.2.0 does not build on i686, but release candidate did
29+
* :hpx-issue:`3511` - Build on s390x fails
2730
* :hpx-issue:`3509` - Build on armv7l fails
2831

2932
Closed pull requests
3033
====================
3134

32-
* :hpx-pr:`3542` - Fix numa lookup from pu when using hwloc 2.x
35+
* :hpx-pr:`3648` - Adding timestamp option for S390x platform
36+
* :hpx-pr:`3647` - Blind attempt to fix warnings issued by gcc V9
37+
* :hpx-pr:`3591` - Fix compilation error on arm7 architecture. Compiles and runs on Fedora 29 on Pi 3.
38+
* :hpx-pr:`3558` - Adding constructor `exception(boost::system::error_code const&)`
39+
* :hpx-pr:`3551` - Fix uint64_t causing compilation fail on i686

0 commit comments

Comments
 (0)