summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-09-15 18:24:23 +0200
committerWerner Koch <wk@gnupg.org>2011-09-15 18:24:23 +0200
commit889a25ed3333d1d7657b4b59ae21f6e8458f9027 (patch)
treecf5e8335dbd4f9d35adf0c7299423ca15757c040 /NEWS
parente0fe4a5c862a1646066044dfe8e99264e2331752 (diff)
downloadlibgcrypt-889a25ed3333d1d7657b4b59ae21f6e8458f9027.tar.gz
Removed deprecated debug macros.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 495738ae..85117d4b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ Noteworthy changes in version 1.6.0 (unreleased)
* Removed the module register subsystem.
+ * The deprecated message digest debug macros have been removed. Use
+ gcry_md_debug instead.
+
* Interface changes relative to the 1.5.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_ac_* REMOVED.
@@ -20,6 +23,8 @@ Noteworthy changes in version 1.6.0 (unreleased)
gcry_md_register REMOVED.
gcry_md_unregister REMOVED.
gcry_md_list REMOVED.
+ gcry_md_start_debug REMOVED (macro).
+ gcry_md_stop_debug REMOVED (macro).
Noteworthy changes in version 1.5.0 (2011-06-29)