diff options
author | Werner Koch <[email protected]> | 2025-02-21 09:28:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-21 09:42:30 +0000 |
commit | d54d6eaa642ba6de179ef280930525c7367c9b88 (patch) | |
tree | b2c346be23a7981bd71322c1c0240ed42809b364 /NEWS | |
parent | NEWS: Fix typos (diff) | |
download | gpgme-d54d6eaa642ba6de179ef280930525c7367c9b88.tar.gz gpgme-d54d6eaa642ba6de179ef280930525c7367c9b88.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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) ------------------------------------------------- |