diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-09-08 00:12:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-08 00:12:18 +0200 |
commit | 3963adca3d82764d84dfc68b892ccd8734e156fd (patch) | |
tree | 7aa6a79ac9d2de65220ba6fbb746f39370cf1a94 | |
parent | 6beb0eeea17cd6cc71cb69737ac63861a8f18d4e (diff) |
RELEASE-NOTES: fix the required nghttp2 version typo
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 386cfe81e..421aeb54c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,7 +19,7 @@ This release includes the following changes: o version: detect and show LibreSSL o version: detect and show BoringSSL o imap/pop3/smtp: Kerberos (SASL GSSAPI) authentication via Windows SSPI - o http2: requires nghttp2 0.0.6 or later + o http2: requires nghttp2 0.6.0 or later This release includes the following bugfixes: |