aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-07-21 08:00:09 +0000
committerWerner Koch <[email protected]>2010-07-21 08:00:09 +0000
commit2444ddfc2c9043279341b80c5ce1c7175247cf1a (patch)
treec2e344074bf650c4054e0b2d5ebac0d01f10579a /NEWS
parentUpdate (diff)
downloadlibgpg-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--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 158c4f8..4bebba3 100644
--- a/NEWS
+++ b/NEWS
@@ -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)