diff options
author | Jack Lloyd <[email protected]> | 2019-04-12 13:12:39 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-12 13:12:39 -0400 |
commit | 5124a33cda63c1e8543351ae8f49d2f9f9bb8f4c (patch) | |
tree | 14b1a0ea4417b38825be02766241c865329f912a | |
parent | 508ec9147aedd0142742fe975eecbe57f5f6927e (diff) |
Update news
-rw-r--r-- | news.rst | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -4,6 +4,25 @@ Release Notes Version 2.11.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add a certificate store for Linux/Unix systems. (GH #1885) + +* Fix verification rooted in a v1 certificate which previously would fail. + (GH #1890) + +* It is now possible to create intermediate CA certificates using the + command line interface. (GH #1879 #1889) + +* Add a new build time option to set where the system stores trusted + certificates. (GH #1888) + +* When available use sysconf to detect the number of CPUs (GH #1877) + +* Fix a memory leak in the tests (GH #1886) + +* Fix an issue building with the new Boost 1.70 (GH #1881 #1880) + +* Fix the makefile .PHONY syntax (GH #1874) + Version 2.10.0, 2019-03-30 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |