From 87172d3bf58b2b3b6575087c42e05f801789e025 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 9 May 2019 10:34:39 -0400 Subject: Update news --- news.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'news.rst') diff --git a/news.rst b/news.rst index 30ddd11fb..3663d63b5 100644 --- a/news.rst +++ b/news.rst @@ -15,6 +15,10 @@ Version 2.11.0, Not Yet Released * Fix verification rooted in a v1 certificate which previously would fail. (GH #1890) +* Fix X509_DN::operator< which could erronously return true in both + directions (ie, DN1 < DN2 && DN2 < DN1). This would break STL + containers using a DN as the key. (GH #1938) + * It is now possible to create intermediate CA certificates using the command line interface. (GH #1879 #1889) @@ -52,6 +56,8 @@ Version 2.11.0, Not Yet Released * Make it possible to specify additional libraries in ``LDFLAGS`` (GH #1916) +* Fix some warnings from Clang 8 (GH #1941) + * Fix the makefile .PHONY syntax (GH #1874) Version 2.10.0, 2019-03-30 -- cgit v1.2.3