diff options
author | Werner Koch <[email protected]> | 2010-07-21 08:00:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-07-21 08:00:09 +0000 |
commit | 2444ddfc2c9043279341b80c5ce1c7175247cf1a (patch) | |
tree | c2e344074bf650c4054e0b2d5ebac0d01f10579a /NEWS | |
parent | Update (diff) | |
download | libgpg-error-1.9.tar.gz libgpg-error-1.9.zip |
Add gpg_err_deinitlibgpg-error-1.9
Prepare a new release.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,10 +1,16 @@ -Noteworthy changes in version 1.9 +Noteworthy changes in version 1.9 (2010-07-21) ---------------------------------------------- + * New function gpg_err_deinit. + + * Fix building of static lib under W32. * Interface changes relative to the 1.8 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_MISSING_KEY NEW. + GPG_ERR_TOO_MANY NEW. + GPG_ERR_LIMIT_REACHED NEW. + gpg_err_deinit NEW. Noteworthy changes in version 1.8 (2010-05-06) |