diff options
-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) |