aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-09 10:34:39 -0400
committerJack Lloyd <[email protected]>2019-05-09 10:34:39 -0400
commit87172d3bf58b2b3b6575087c42e05f801789e025 (patch)
tree025feec3529bfdb46a277a116f28c0537cde8795 /news.rst
parent89ae4aeb4eb35220715a11f9e7698efa6f5d2349 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 6 insertions, 0 deletions
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