Make the installation documentation easier to follow.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1f1ddd1f621d41c4b3f88b43d3d30e86f6032abe..b92853afdc27708845d3d93c00f9159212e49e7c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,21 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Make the top-level INSTALL documentation easier to understand.
+     [Paul Sutton]
+
+  *) Makefiles updated to exit if an error occurs in a sub-directory
+     make (including if user presses ^C) [Paul Sutton]
+
+  *) Make Montgomery context stuff explicit in RSA data structure.
+     [Ben Laurie]
+
+  *) Fix build order of pem and err to allow for generated pem.h.
+     [Ben Laurie]
+
+  *) Fix renumbering bug in X509_NAME_delete_entry().
+     [Ben Laurie]
+
   *) Enhanced the err-ins.pl script so it makes the error library number 
      global and can add a library name. This is needed for external ASN1 and
      other error libraries.