diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-30 19:23:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-30 19:23:03 +0000 |
commit | 973800d3d41fcde309f5e376d2915db88f864096 (patch) | |
tree | ea80fbc869a84d7b17967550deac421d87d439b2 | |
parent | Add PIN_NOT_SYNCED. (diff) | |
download | libgpg-error-973800d3d41fcde309f5e376d2915db88f864096.tar.gz libgpg-error-973800d3d41fcde309f5e376d2915db88f864096.zip |
Add item about error code.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,9 +3,12 @@ Noteworthy changes in version 0.5 (unreleased) * New thread safe interface gpg_strerror_r. + * New error code GPG_ERR_PIN_NOT_SYNCED has been added. + * Interface changes relative to the 0.4 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpg_strerror_r NEW +GPG_ERR_PIN_NOT_SYNCED NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |