From d54d6eaa642ba6de179ef280930525c7367c9b88 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 21 Feb 2025 10:28:46 +0100 Subject: Remove long deprecated functions. * src/gpgme.h.in (GPGME_EXPORT_MODE_NOUID): Remove. This was a left-over from an experiment. (gpgme_attr_t,_gpgme_attr_t) Remove. Deprecated sinze 2003. (gpgme_get_sig_ulong_attr): Ditto. (gpgme_get_sig_string_attr): Ditto. (gpgme_key_get_string_attr): Ditto. (gpgme_key_get_ulong_attr): Ditto. (gpgme_key_sig_get_string_attr): Ditto. (gpgme_key_sig_get_ulong_attr): Ditto. (gpgme_trust_item_get_string_attr): Ditto. (gpgme_trust_item_get_int_attr): Ditto. * src/gpgme.def: Remove them here too. * src/libgpgme.vers: Ditto. * src/trust-item.c: Remove corresponding implementations. * src/verify.c: Ditto. * src/key.c: Ditto. --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5ede4e56..85767c71 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,24 @@ Noteworthy changes in version 2.0.0 (unreleased) ------------------------------------------------ + * Removed types and functions deprecated since 2003 or which had only + experimental use. + + + * Interface changes relative to the 1.24 branch: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gpgme_attr_t REMOVED. + gpgme_get_sig_ulong_attr REMOVED. + gpgme_get_sig_string_attr REMOVED. + gpgme_key_get_string_attr REMOVED. + gpgme_key_get_ulong_attr REMOVED. + gpgme_key_sig_get_string_attr REMOVED. + gpgme_key_sig_get_ulong_attr REMOVED. + gpgme_trust_item_get_string_attr REMOVED. + gpgme_trust_item_get_int_attr REMOVED. + GPGME_EXPORT_MODE_NOUID REMOVED. + + Noteworthy changes in version 1.24.1 (2024-12-04) ------------------------------------------------- -- cgit v1.2.3