summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-03-19 11:55:35 +0000
committerWerner Koch <wk@gnupg.org>2003-03-19 11:55:35 +0000
commitf2de550aab23e78fd72a74307fef30ef2db3f2c1 (patch)
tree7e177b2c6c1399c7a9478c22f5275b5184e4a048
parent0db35a5d082fa7b1631ad8f0190e24b120c169c3 (diff)
downloadlibgcrypt-f2de550aab23e78fd72a74307fef30ef2db3f2c1.tar.gz
Merged
-rw-r--r--NEWS3
-rw-r--r--THANKS1
-rw-r--r--TODO2
3 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d392945..5bbc53da 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Noteworthy changes in version 1.1.13 (unreleased)
* The public RSA exponent can now be specified in key generation.
+ * The random module won't print the "not enough random bytes
+ available" anymore. A new progress status is issued instead.
+
* Interface changes relative to the 1.1.12 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_pk_decrypt ENHANCED: Allows flag to return complete S-expression.
diff --git a/THANKS b/THANKS
index 00fc768d..cbfe5520 100644
--- a/THANKS
+++ b/THANKS
@@ -39,6 +39,7 @@ Hendrik Buschkamp buschkamp@rheumanet.org
Holger Schurig holger@d.om.org
Hugh Daniel hugh@toad.com
Ian McKellar imckellar@harvestroad.com.au
+Ian Peters itp@ximian.com
Janusz A. Urbanowicz alex@bofh.torun.pl
James Troup james@nocrew.org
Jean-loup Gailly gzip@prep.ai.mit.edu
diff --git a/TODO b/TODO
index 788308fe..66cdc23e 100644
--- a/TODO
+++ b/TODO
@@ -18,3 +18,5 @@
* Make use of the forthcoming visibility attribute.
* Add attributes to the MPI functions.
+
+* Write tests for the progress function \ No newline at end of file