summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-19 16:59:15 +0000
committerWerner Koch <wk@gnupg.org>2008-08-19 16:59:15 +0000
commit555c37b39c9026da55fb0d3984f222732d59d44e (patch)
tree0a8dda31052e28404e36d59f5987c5f88f655c18 /NEWS
parente8358aa40bec30b5c069b69b1ac74e7855e60734 (diff)
downloadlibgcrypt-555c37b39c9026da55fb0d3984f222732d59d44e.tar.gz
Adding gcry_mpi_lshift.
Preparing a release candidate.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 60118e7b..518b5b1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,19 @@
-Noteworthy changes in version 1.4.2
+Noteworthy changes in version 1.4.2 (unreleased)
------------------------------------------------
- * The library may now be switched into a FIPS mode.
+ * The library may now be switched into a FIPS mode. Note that this
+ mode is not yet fully working in 1.4.2rc1.
* More runtime selftests.
* A few macros have been replaced by functions for better type
checking.
- * The thread initialiation structure now carries version information.
+ * The thread initialization structure now carries version
+ information.
+
+ * The long missing gcry_mpi_lshift function has been added. Note
+ that it is not yet working in 1.4.2rc1.
* Interface changes relative to the 1.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -18,6 +23,7 @@ Noteworthy changes in version 1.4.2
gcry_cipher_setkey NEW: Replaces macro.
gcry_cipher_setiv NEW: Replaces macro.
gcry_cipher_setctr NEW: Replaces macro.
+ gcry_mpi_lshift NEW.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~