Fix the NEWS file
authorMatt Caswell <matt@openssl.org>
Tue, 10 Sep 2019 13:32:15 +0000 (14:32 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Sep 2019 13:34:22 +0000 (14:34 +0100)
The NEWS file was missing an entry for 1.0.2s. This confuses the release
scripts - so add an empty entry.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9852)

NEWS

diff --git a/NEWS b/NEWS
index 0d219d207c3f7742b3e339311472ff2ae9fcbeb5..9cf2ee8000bae3738b4a2c1c149d344e7e3ca3fd 100644 (file)
--- 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.0.2r and OpenSSL 1.0.2t [under development]
+  Major changes between OpenSSL 1.0.2s and OpenSSL 1.0.2t [under development]
 
       o Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
         (CVE-2019-1563)
       o Document issue with installation paths in diverse Windows builds
         (CVE-2019-1552)
 
+  Major changes between OpenSSL 1.0.2r and OpenSSL 1.0.2s [28 May 2019]
+
+      o None
+
   Major changes between OpenSSL 1.0.2q and OpenSSL 1.0.2r [26 Feb 2019]
 
       o 0-byte record padding oracle (CVE-2019-1559)