Fix a memleak in ec_GFp_mont_group_set_curve.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 11ca198b4aab07a0323ec772aad19db54e9b1800..ff430c7e5870661c2759c9cf84b8385bd8d9be5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,17 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.0.2k and 1.0.2l [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.0.2l and 1.0.2m [xx XXX xxxx]
 
   *)
 
+ Changes between 1.0.2k and 1.0.2l [25 May 2017]
+
   *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
      platform rather than 'mingw'.
      [Richard Levitte]