First cut of a cleanup for apps/. First the `ssleay' program is now named
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f37ba45411a05402b2ca344ab9a440b42486c797..da71aa3eba889cfb98d7d05f88915e6e32cf618a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) First cut of a cleanup for apps/. First the `ssleay' program is now named
+     `openssl' and second, the shortcut symlinks for the `openssl <command>'
+     are no longer created. This way we have a single and consistent command
+     line interface `openssl <command>', similar to `cvs <command>'.
+     [Ralf S. Engelschall]
+
   *) ca.c: move test for DSA keys inside #ifndef NO_DSA. Make pubkey
      BIT STRING wrapper always have zero unused bits.
      [Steve Henson]