summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-02-22 17:54:27 +0000
committerWerner Koch <wk@gnupg.org>2005-02-22 17:54:27 +0000
commit994669904713bddf7b578badfcc9aed8e496c96a (patch)
treeb0028f5bbca6c45314a76d17e456f6349e3bece7 /NEWS
parent7bb6355f5bda73ef8ccd10b1d5ddd68ea8385517 (diff)
downloadlibgcrypt-994669904713bddf7b578badfcc9aed8e496c96a.tar.gz
See ChangeLogs
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35f958a4..3c10c746 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,18 @@ Noteworthy changes in version 1.3.0 (unreleased)
* Changed the way the RNG gets initialized. This allows to keep it
uninitialized as long as no random numbers are used. To override
this, the new macro gcry_fast_random_poll may be used. It is in
- general a good idea to spreard this macro into the application code
+ general a good idea to spread this macro into the application code
to make sure that these polls happen often enough.
+ * Interface changes relative to the 1.2.0 release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gcry_fast_random_poll NEW
+
+FIXME: Please add API changes immediatley so that we don't
+ forget about them.
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Noteworthy changes in version 1.2.0 (2004-04-15)
------------------------------------------------