diff options
author | Werner Koch <[email protected]> | 2006-09-14 14:24:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-14 14:24:34 +0000 |
commit | 12172fa6fa5136cfaa8eca23cb83840386a3892f (patch) | |
tree | 8261c598e67f51dd708bc9b2a11f56704e2db224 /NEWS | |
parent | Updated. (diff) | |
download | libgpg-error-1.4.tar.gz libgpg-error-1.4.zip |
Ready for a new releaselibgpg-error-1.4
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.4 (unreleased) +Noteworthy changes in version 1.4 (2006-09-14) ---------------------------------------------- * Support for Common Lisp is included. @@ -12,8 +12,13 @@ Noteworthy changes in version 1.4 (unreleased) * New error source GPG_ERR_SOURCE_ANY to allow proper use of libgpg-error even if a specific source is not available. + * New convenience functions gpg_err_code_from_syserror and + gpg_error_from_syserror which make sure never to return 0. + * Interface changes relative to the 1.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gpg_err_code_from_syserror NEW + gpg_error_from_syserror NEW GPG_ERR_SOURCE_ANY NEW GPG_ERR_MISSING_ERRNO NEW GPG_ERR_UNKNOWN_OPTION NEW |