Fix a read off the end of the input buffer
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index d3a65d856bb258d982a931f261467cafc94214a2..52d1fb42dd5aee0ba95bbb7534b307abfaac9f30 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,17 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.1.0e and 1.1.0f [xx XXX xxxx]
+ This is a high-level summary of the most important changes.
+ For a full list of changes, see the git commit log; for example,
+ https://github.com/openssl/openssl/commits/ and pick the appropriate
+ release branch.
+
+ Changes between 1.1.0f and 1.1.0g [xx XXX xxxx]
 
   *)
 
+ Changes between 1.1.0e and 1.1.0f [25 May 2017]
+
   *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
      platform rather than 'mingw'.
      [Richard Levitte]