diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 88 |
1 files changed, 46 insertions, 42 deletions
@@ -1,13 +1,17 @@ Noteworthy changes in version 0.7 (unreleased) ---------------------------------------------- + * libgpg-error can be built on systems where the errno macros do not + evaluate to plain numbers, but expressions. If you want to + cross-compile, you might have to set CC_FOR_BUILD, though. + * A new tool gpg-error to convert error numbers into symbols into strings is provided. * Interface changes relative to the 0.6 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -GPG_ERR_LOCALE_PROBLEM NEW. -GPG_ERR_NOT_LOCKED NEW. +GPG_ERR_LOCALE_PROBLEM NEW +GPG_ERR_NOT_LOCKED NEW Noteworthy changes in version 0.6 (2003-11-14) @@ -22,46 +26,46 @@ Noteworthy changes in version 0.6 (2003-11-14) * Interface changes relative to the 0.5 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -GPG_ERR_SOURCE_KSBA NEW. -GPG_ERR_SOURCE_DIRMNGR NEW. -GPG_ERR_TRUNCATED NEW. -GPG_ERR_NO_ENCODING_METHOD NEW. -GPG_ERR_NO_ENCRYPTION_SCHEME NEW. -GPG_ERR_NO_SIGNATURE_SCHEME NEW. -GPG_ERR_INV_ATTR NEW. -GPG_ERR_NO_VALUE NEW. -GPG_ERR_NOT_FOUND NEW. -GPG_ERR_VALUE_NOT_FOUND NEW. -GPG_ERR_SYNTAX NEW. -GPG_ERR_INV_CRL NEW. -GPG_ERR_BAD_BER NEW. -GPG_ERR_INV_BER NEW. -GPG_ERR_ELEMENT_NOT_FOUND NEW. -GPG_ERR_IDENTIFIER_NOT_FOUND NEW. -GPG_ERR_INV_TAG NEW. -GPG_ERR_INV_LENGTH NEW. -GPG_ERR_INV_KEYINFO NEW. -GPG_ERR_UNEXPECTED_TAG NEW. -GPG_ERR_NOT_DER_ENCODED, NEW. -GPG_ERR_NO_CMS_OBJ NEW. -GPG_ERR_INV_CMS_OBJ NEW. -GPG_ERR_UNKNOWN_CMS_OBJ, NEW. -GPG_ERR_UNSUPPORTED_CMS_OBJ NEW. -GPG_ERR_UNSUPPORTED_ENCODING, NEW. -GPG_ERR_UNSUPPORTED_CMS_VERSION NEW. -GPG_ERR_UNKNOWN_ALGORITHM NEW. -GPG_ERR_ENCODING_PROBLEM NEW. -GPG_ERR_INV_STATE NEW. -GPG_ERR_DUP_VALUE, NEW. -GPG_ERR_MISSING_ACTION NEW. -GPG_ERR_MODULE_NOT_FOUND NEW. -GPG_ERR_INV_OID_STRING NEW. -GPG_ERR_INV_TIME NEW. -GPG_ERR_INV_CRL_OBJ NEW. -GPG_ERR_UNSUPPORTED_CRL_VERSION NEW. -GPG_ERR_INV_CERT_OBJ NEW. -GPG_ERR_UNKNOWN_NAME NEW. -GPG_ERR_BUFFER_TOO_SHORT. NEW. +GPG_ERR_SOURCE_KSBA NEW +GPG_ERR_SOURCE_DIRMNGR NEW +GPG_ERR_TRUNCATED NEW +GPG_ERR_NO_ENCODING_METHOD NEW +GPG_ERR_NO_ENCRYPTION_SCHEME NEW +GPG_ERR_NO_SIGNATURE_SCHEME NEW +GPG_ERR_INV_ATTR NEW +GPG_ERR_NO_VALUE NEW +GPG_ERR_NOT_FOUND NEW +GPG_ERR_VALUE_NOT_FOUND NEW +GPG_ERR_SYNTAX NEW +GPG_ERR_INV_CRL NEW +GPG_ERR_BAD_BER NEW +GPG_ERR_INV_BER NEW +GPG_ERR_ELEMENT_NOT_FOUND NEW +GPG_ERR_IDENTIFIER_NOT_FOUND NEW +GPG_ERR_INV_TAG NEW +GPG_ERR_INV_LENGTH NEW +GPG_ERR_INV_KEYINFO NEW +GPG_ERR_UNEXPECTED_TAG NEW +GPG_ERR_NOT_DER_ENCODED, NEW +GPG_ERR_NO_CMS_OBJ NEW +GPG_ERR_INV_CMS_OBJ NEW +GPG_ERR_UNKNOWN_CMS_OBJ, NEW +GPG_ERR_UNSUPPORTED_CMS_OBJ NEW +GPG_ERR_UNSUPPORTED_ENCODING, NEW +GPG_ERR_UNSUPPORTED_CMS_VERSION NEW +GPG_ERR_UNKNOWN_ALGORITHM NEW +GPG_ERR_ENCODING_PROBLEM NEW +GPG_ERR_INV_STATE NEW +GPG_ERR_DUP_VALUE, NEW +GPG_ERR_MISSING_ACTION NEW +GPG_ERR_MODULE_NOT_FOUND NEW +GPG_ERR_INV_OID_STRING NEW +GPG_ERR_INV_TIME NEW +GPG_ERR_INV_CRL_OBJ NEW +GPG_ERR_UNSUPPORTED_CRL_VERSION NEW +GPG_ERR_INV_CERT_OBJ NEW +GPG_ERR_UNKNOWN_NAME NEW +GPG_ERR_BUFFER_TOO_SHORT. NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.5 (2003-10-06) |