diff options
author | Jack Lloyd <[email protected]> | 2019-05-22 12:14:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-22 12:14:45 -0400 |
commit | 0aabf524216b3d06b6610f764e1ee8ab7fc8aa36 (patch) | |
tree | fe0dfdc33760198c2114e8bc176bbe8a5afa4087 /news.rst | |
parent | 8ffa9a65c362d84e1a1d2f3c113fb0d25c397493 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -59,6 +59,14 @@ Version 2.11.0, Not Yet Released * When available use POSIX ``sysconf`` to detect the number of CPUs (GH #1877) +* Add functionality to handle Boost naming conventions on different platforms, + especially affecting Windows. Enable Boost in AppVeyor builds. (GH #1964) + +* Add alternate implementation of ``getauxval`` for older Android (GH #1962) + +* Add ``configure.py`` option allowing to set arbitrary macros during build. + (GH #1960) + * Use FreeBSD's ``elf_aux_info`` to detect ARM and POWER CPU features (GH #1895) |