summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-09-04 08:55:44 +0000
committerWerner Koch <wk@gnupg.org>2003-09-04 08:55:44 +0000
commitf8e495c56d57f329b5c294e01f401de77d1f81dc (patch)
tree4d9c0c95356c00e2cfea891e2c5277ed66258335 /NEWS
parent24f251b1f240626e9c51ac61de8eb8bfa8faa65c (diff)
downloadlibgcrypt-f8e495c56d57f329b5c294e01f401de77d1f81dc.tar.gz
* configure.ac: Require libgpg-error 0.4 due to the prime interface.
* gcrypt.h (_GCRY_ERR_SOURCE_DEFAULT): Removed cruft. (gcry_prime_check_func_t): Renamed arg for clarity.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82fb4557..1da7bf6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
Noteworthy changes in version 1.1.43 (unreleased)
-------------------------------------------------
+ * Bug fixes and internal code cleanups
+
+ * Support for the Serpent cipher algorithm.
+
+ * Interface changes relative to the 1.1.42 release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gcry_prime_generate NEW
+gcry_prime_check NEW
Noteworthy changes in version 1.1.42 (2003-07-31)