aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-30 17:19:13 +0000
committerMarcus Brinkmann <[email protected]>2003-09-30 17:19:13 +0000
commitd66ff5e6651202369d3ebec924523fb01d1ce24e (patch)
treea17adaf735a774d8dd8481e30d6948ff2df0b837 /NEWS
parentdoc/ (diff)
downloadgpgme-d66ff5e6651202369d3ebec924523fb01d1ce24e.tar.gz
gpgme-d66ff5e6651202369d3ebec924523fb01d1ce24e.zip
2003-09-30 Marcus Brinkmann <[email protected]>
* gpgme.c (gpgme_hash_algo_name): Change name of RMD160 to RIPEMD160, name of TIGER to TIGER192, name of CRC32-RFC1510 to CRC32RFC1510, and name of CRC24-RFC2440 to CRC24RFC2440.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f940075e..90ea2226 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,11 @@ Noteworthy changes in version 0.4.3 (unreleased)
GPGME can not do this for you, as setlocale is not thread safe, and
there is no alternative.
+ * In the output of gpgme_hash_algo_name, change RMD160 to RIPEMD160,
+ TIGER to TIGER192, CRC32-RFC1510 to CRC32RFC1510, and CRC24-RFC2440
+ to CRC24RFC2440. For now, these strings can be used as the MIC
+ parameter for PGP/MIME (if appropriately modified).
+
* Interface changes relative to the 0.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_strerror_t NEW
@@ -64,6 +69,7 @@ gpgme_key_t EXTENDED: New field can_authenticate.
gpgme_subkey_t EXTENDED: New field can_authenticate.
gpgme_new_signature_t CHANGED: New type for class field.
gpgme_set_locale NEW
+gpgme_hash_algo_name CHANGED: Slight adjustment of algo names.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~