Enhance the user interface with better support for dialog box
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cf79a8ea10d205dfb314b379f061c3282d24fd12..ef113ed4130dc4a9d4c6780d950fe40844f7821c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
          *) applies to 0.9.6a (/0.9.6b) and 0.9.7
          +) applies to 0.9.7 only
 
+  +) Enhance the general user interface with mechanisms to better support
+     dialog box interfaces, application-defined prompts, the possibility
+     to use defaults (for example default passwords from somewhere else)
+     and interrupts/cancelations.
+     [Richard Levitte]
+
   *) Don't change *pointer in CRYPTO_add_lock() is add_lock_callback is
      used: it isn't thread safe and the add_lock_callback should handle
      that itself.