summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-17 19:44:23 +0100
committerWerner Koch <wk@gnupg.org>2011-02-17 19:44:23 +0100
commitdc880b55f4bb27d20c0224338836ac0505f386ff (patch)
tree96133019ec18ff4b155185e0ae01124fd12966b5 /NEWS
parentc873f36d73712466fa37d0ff5efc39553ef41f3d (diff)
downloadlibgcrypt-dc880b55f4bb27d20c0224338836ac0505f386ff.tar.gz
Flag the _ac_ functions as deprecated.
The AC functions are deprecated for a long time. How we will even print a warning if they are used. The module register interface is now also deprecated and the use of those functions will yield a warning as well.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fae8ee3c..3a92ad5a 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,16 @@ Noteworthy changes in version 1.5.x (unreleased)
* Uses the Intel AES-NI instructions if available.
+ * The use of the deprecated Alternative Public Key Interface
+ (gcry_ac_*) will now print compile time warnings.
+
+ * The module register subsystem has been deprecated. This subsystem
+ is not flexible enough and would always require ABI changes to
+ extend the internal interfaces. It will eventually be removed.
+ Please contact us on the gcrypt-devel mailing list to discuss
+ whether you really need this feature or how it can be replaced by
+ an internal plugin mechanism.
+
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_CIPHER_MODE_AESWRAP NEW.