summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-08-21 13:11:12 +0100
committerMatt Caswell <matt@openssl.org>2018-08-21 13:12:44 +0100
commit6536f0741c9c9d0e7a76d0abfdf5bf3893330982 (patch)
tree07ce737f73119e850eeda422084696146e70cd48
parent5d92b853f6b875ba8d1a1b51b305f14df5adb8aa (diff)
Fix a version error in CHANGES and NEWS
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7019)
-rw-r--r--CHANGES2
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 760160fa1e..e2e61bb74b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
https://github.com/openssl/openssl/commits/ and pick the appropriate
release branch.
- Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
+ Changes between 1.1.0i and 1.1.1 [xx XXX xxxx]
*) s390x assembly pack: add (improved) hardware-support for the following
cryptographic primitives: sha3, shake, aes-gcm, aes-ccm, aes-ctr, aes-ofb,
diff --git a/NEWS b/NEWS
index 1f98b931a8..9ac74561c1 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
- Major changes between OpenSSL 1.1.0h and OpenSSL 1.1.1 [in pre-release]
+ Major changes between OpenSSL 1.1.0i and OpenSSL 1.1.1 [in pre-release]
o Support for TLSv1.3 added
o Move the display of configuration data to configdata.pm.