diff options
author | Marcus Brinkmann <[email protected]> | 2005-09-08 15:47:24 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-09-08 15:47:24 +0000 |
commit | 6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e (patch) | |
tree | 161c2d86f78ecbc6171814ccda495bdb32b060a7 | |
parent | Final changes for building a DLL. (diff) | |
download | libgpg-error-6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e.tar.gz libgpg-error-6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e.zip |
Add news items about new error codes.
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,12 +1,19 @@ -Noteworthy changes in version 1.2 +Noteworthy changes in version 1.2 (unreleased) ---------------------------------------------- * "./autogen.sh --build-w32" does now also build a DLL for W32. Translations are not yet provided for this platform. - * Interface changes relative to the 1.0 release: + * New error codes GPG_ERR_UNKNOWN_EXTN and GPG_ERR_UNKNOWN_CRIT_EXTN. + + * New error code GPG_ERR_LOCKED. + + * Interface changes relative to the 1.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SOMETHING NEW +GPG_ERR_UNKNOWN_EXTN NEW +GPG_ERR_UNKNOWN_CRIT_EXTN NEW +GPG_ERR_LOCKED NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 1.1 (2005-06-20) |