summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-02 09:46:53 +0000
committerWerner Koch <wk@gnupg.org>2007-05-02 09:46:53 +0000
commit074dd6d81470a16795bc571c066aa32ef2a0a588 (patch)
treefbe651c56ec0f8945cd478542a07389317cde232 /NEWS
parent1a9086a608dd11312d53c1232816561cf187f0c4 (diff)
downloadlibgcrypt-074dd6d81470a16795bc571c066aa32ef2a0a588.tar.gz
More info from GCRYCTL_PRINT_CONFIG.
Put Camellia symbols into our namespace.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81c83be9..86f42ecf 100644
--- a/NEWS
+++ b/NEWS
@@ -43,8 +43,13 @@ Noteworthy changes in version 1.3.0 (unreleased)
* Assembler support for the AMD64 architecture.
+ * New configure option --enable-mpi-path for optimized builds.
+
* Experimental support for ECDSA; should only be used for testing.
+ * New control code GCRYCTL_PRINT_CONFIG to print the build
+ configuration.
+
* Minor changes to some function declarations. Buffer arguments are
now typed as void pointer. This should not affect any compilation.
Fixed two bugs in return values and clarified documentation.