aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-02 20:11:56 -0400
committerJack Lloyd <[email protected]>2019-07-02 20:11:56 -0400
commitb08b7bd61ddc233562b1c2d4cb677f6ad1c3ddb9 (patch)
tree562c281797d26f88378ef35e2c42dbfb162d1629 /news.rst
parent16a726c3ad10316bd8d37b6118a5cc52894e8e8f (diff)
Update version. Fix bugs in 2.11 changelog
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst11
1 files changed, 6 insertions, 5 deletions
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)