aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-22 12:14:45 -0400
committerJack Lloyd <[email protected]>2019-05-22 12:14:45 -0400
commit0aabf524216b3d06b6610f764e1ee8ab7fc8aa36 (patch)
treefe0dfdc33760198c2114e8bc176bbe8a5afa4087 /news.rst
parent8ffa9a65c362d84e1a1d2f3c113fb0d25c397493 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 20b87edec..aae8c7d34 100644
--- a/news.rst
+++ b/news.rst
@@ -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)