From b08b7bd61ddc233562b1c2d4cb677f6ad1c3ddb9 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 2 Jul 2019 20:11:56 -0400 Subject: Update version. Fix bugs in 2.11 changelog --- news.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'news.rst') diff --git a/news.rst b/news.rst index 25bce4ad6..62f3182ac 100644 --- a/news.rst +++ b/news.rst @@ -1,12 +1,15 @@ Release Notes ======================================== +Version 2.12.0, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + Version 2.11.0, 2019-07-01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* Add Argon2 PBKDF/password hash (GH #459 #1981 #1987) +* Add Argon2 PBKDF and password hash (GH #459 #1981 #1987) -* Add Bcrypt-PBKDF password hash (GH #1990) +* Add Bcrypt-PBKDF (GH #1990) * Add a libsodium compat layer in sodium.h (GH #1996) @@ -36,15 +39,13 @@ Version 2.11.0, 2019-07-01 * Add a generic ``System_Certificate_Store`` which wraps Windows, macOS, and Linux certificate stores. (GH #1893) -* Add support for RFC 8032 compatible Ed25519ph (GH #2000) - * Fix verification rooted in a v1 certificate which previously would fail. (GH #1890) * Add ability to specify the maximum age of an OCSP response which does not have the nextUpdate field set. (GH #1974 #1995) -* Fix X509_DN::operator< which could erronously return true in both +* Fix X509_DN::operator< which could erroneously return true in both directions (ie, DN1 < DN2 && DN2 < DN1). This would break STL containers using a DN as the key. (GH #1938) -- cgit v1.2.3