summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-20 14:10:11 +0000
committerWerner Koch <wk@gnupg.org>2008-08-20 14:10:11 +0000
commitee4d4642216dd04c84a360a5dd59c090e095114c (patch)
tree6dc39ed939a11c05923b4118eebbfb78096faaab /NEWS
parent555c37b39c9026da55fb0d3984f222732d59d44e (diff)
downloadlibgcrypt-ee4d4642216dd04c84a360a5dd59c090e095114c.tar.gz
Implemented gcry_mpi_lshift.
Reordered some code in mpi-bit.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 518b5b1f..bb5d05ea 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,7 @@ Noteworthy changes in version 1.4.2 (unreleased)
* 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.
+ * The long missing gcry_mpi_lshift function has been added.
* Interface changes relative to the 1.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~