diff options
author | Jack Lloyd <[email protected]> | 2019-04-19 07:55:56 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-19 07:55:56 -0400 |
commit | 7ba568cc40d322dc09a2420b7361a8b3d1f76000 (patch) | |
tree | 405f1c128e5d8657db00f0bed587671c141ac1c1 /news.rst | |
parent | 7fdfb8100b4bc10f652c6fcf08eb986ad84012ec (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -18,8 +18,18 @@ Version 2.11.0, Not Yet Released * Add a new build time option to set where the system stores trusted certificates. (GH #1888) +* New ``trust_roots`` CLI that examines the system certificate store. + (GH #1893) + +* Fix several issues with the Python wrapper (GH #1899 #1901 #1902 #1904) + +* Document the build system + * When available use sysconf to detect the number of CPUs (GH #1877) +* Use FreeBSD's ``elf_aux_info`` to detect ARM and POWER CPU features + (GH #1895) + * Fix a memory leak in the tests (GH #1886) * Fix an issue building with the new Boost 1.70 (GH #1881 #1880) |