aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--src/err-codes.h.in3
-rw-r--r--src/w32-gettext.c2
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 86217c3..35c4547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-02 Werner Koch <[email protected]>
+
+ * src/err-codes.h.in: Add GPG_ERR_NOT_INITIALIZED.
+
2010-08-19 Werner Koch <[email protected]>
* configure.ac (AH_BOTTOM): Define GPG_ERR_ENABLE_ERRNO_MACROS.
diff --git a/NEWS b/NEWS
index 67fc2f1..053af52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
Noteworthy changes in version 1.10
----------------------------------------------
+
* Interface changes relative to the 1.9 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_NOT_INITIALIZED NEW.
Noteworthy changes in version 1.9 (2010-07-21)
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 8b40861..bc1aed8 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -213,7 +213,8 @@
181 GPG_ERR_MISSING_KEY Missing key
182 GPG_ERR_TOO_MANY Too many objects
183 GPG_ERR_LIMIT_REACHED Limit reached
-# 184 to 198 are free to be used.
+184 GPG_ERR_NOT_INITIALIZED Not initialized
+# 185 to 198 are free to be used.
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index da07a25..e67e301 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -1,6 +1,6 @@
/* w32-gettext.h - A simple gettext implementation for Windows targets.
Copyright (C) 1995, 1996, 1997, 1999, 2005, 2007,
-2 2008, 2010 Free Software Foundation, Inc.
+ 2008, 2010 Free Software Foundation, Inc.
This file is part of libgpg-error.