New Configure option --openssldir to replace ssldir.pl.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bc74b8bfd2ffc8cde56f56c764c1de732222a43d..28c4c2cd222ba07170ceca49b92d01f00d3145ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) New Configure options --prefix=DIR and --openssldir=DIR.
+
   *) Complete rewrite of the error code script(s). It is all now handled
      by one script at the top level which handles error code gathering,
      header rewriting and C source file generation. It should be much better
@@ -13,7 +15,8 @@
      aren't needed for error creation any more) and do a better job of
      translating function codes into names. The old 'ASN1 error code imbedded
      in a comment' is no longer necessary and it doesn't use .err files which
-     have now been deleted.
+     have now been deleted. Also the error code call doesn't have to appear all
+     on one line (which resulted in some large lines...).
      [Steve Henson]
 
   *) Change #include filenames from <foo.h> to <openssl/foo.h>.