summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f382275895..2d32583ed1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,13 @@
*) applies to 0.9.6a (/0.9.6b) and 0.9.7
+) applies to 0.9.7 only
+ +) Add a general user interface API. This is designed to replace things
+ like des_read_password and friends (backward compatibility functions
+ using this new API are provided). The purpose is to remove prompting
+ functions from the DES code section as well as provide for prompting
+ through dialog boxes in a window system and the like.
+ [Richard Levitte]
+
*) In versions up to 0.9.6, RAND_file_name() resorted to file ".rnd"
in the current directory if neither $RANDFILE nor $HOME was set.
RAND_file_name() in 0.9.6a returned NULL in this case. This has