diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-13 21:45:13 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-13 21:45:13 +0000 |
commit | c4ea1235d56f7ab89ff84fef894d9c0d378d8b72 (patch) | |
tree | 91d59a0c11c60c0ab1ca8fa15acbd4d3f69244dd /NEWS | |
parent | 2003-09-13 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-c4ea1235d56f7ab89ff84fef894d9c0d378d8b72.tar.gz gpgme-c4ea1235d56f7ab89ff84fef894d9c0d378d8b72.zip |
doc/
2003-09-13 Marcus Brinkmann <[email protected]>
* gpgme.texi (Error Strings): Add gpgme_strerror_r.
gpgme/
2003-09-13 Marcus Brinkmann <[email protected]>
* gpgme.h (gpgme_strerror_r): New prototype.
* error.c (gpgme_strerror_r): New function.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,6 +18,9 @@ Noteworthy changes in version 0.4.3 (unreleased) variables of course also include the configuration for the thread package itself. Alternatively, use libtool. + * gpgme_strerror_r as a thread safe variant of gpgme_strerror was + added. + * gpgme-config doesn't support setting the prefix or exec prefix anymore. I don't think it ever worked correctly, and it seems to be pointless. @@ -35,8 +38,9 @@ Noteworthy changes in version 0.4.3 (unreleased) than an unsigned long (the old class field is preserved for backwards compatibility). - * Interface changes relative to the 0.4.3 release: + * Interface changes relative to the 0.4.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gpgme_strerror_t NEW gpgme_get_key CHANGED: Fails correctly if key ID not unique. gpgme_key_t EXTENDED: New field can_authenticate. gpgme_subkey_t EXTENDED: New field can_authenticate. |