summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-21 17:04:46 +0100
committerWerner Koch <wk@gnupg.org>2011-02-21 17:04:46 +0100
commit2442ca23030c8900c907166ca3f5d31d1907ead8 (patch)
tree345ea4d6ecda4b39616fae2e93ccac8939bdbd71 /NEWS
parent61a521277c6347e99fec8b6575271f705360d802 (diff)
downloadlibgcrypt-2442ca23030c8900c907166ca3f5d31d1907ead8.tar.gz
Final changes for 1.5.0-beta1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 19 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index 3a92ad5a..ffbdc840 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,6 @@
Noteworthy changes in version 1.5.x (unreleased)
------------------------------------------------
- * New variants of the TIGER algorithm.
-
- * New cipher algorithm mode for AES-WRAP.
-
- * Fixed minor memory leak in DSA key generation.
-
- * No more switching to FIPS mode if /proc/version is not readable.
-
- * Fixed sigill during Padlock detection on old CPUs.
-
- * Fixed a hang on some W2000 machines.
-
- * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
- SHA-256 went up by 25%.
-
* Support for WindowsCE.
* Support ECDH.
@@ -39,15 +24,31 @@ Noteworthy changes in version 1.5.x (unreleased)
whether you really need this feature or how it can be replaced by
an internal plugin mechanism.
+ * New variants of the TIGER algorithm. [also in 1.4.6]
+
+ * New cipher algorithm mode for AES-WRAP. [also in 1.4.6]
+
+ * Fixed minor memory leak in DSA key generation. [also in 1.4.5]
+
+ * No more switching to FIPS mode if /proc/version is not
+ readable. [also in 1.4.5]
+
+ * Fixed sigill during Padlock detection on old CPUs. [also in 1.4.5]
+
+ * Fixed a hang on some W2000 machines. [also in 1.4.5]
+
+ * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
+ SHA-256 went up by 25%. [also in 1.4.5]
+
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- GCRY_CIPHER_MODE_AESWRAP NEW.
GCRY_PK_ECDH NEW.
- GCRY_MD_TIGER1 NEW.
- GCRY_MD_TIGER2 NEW.
gcry_pk_get_curve NEW.
gcry_pk_get_param NEW.
GCRYCTL_DISABLE_HWF NEW.
+ GCRY_CIPHER_MODE_AESWRAP NEW. [also in 1.4.6]
+ GCRY_MD_TIGER1 NEW. [also in 1.4.6]
+ GCRY_MD_TIGER2 NEW. [also in 1.4.6]
Noteworthy changes in version 1.4.4 (2009-01-22)