aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-23 15:02:00 +0000
committerWerner Koch <[email protected]>2009-07-23 15:02:00 +0000
commita735c4bf37519099ee460d0706416d9abd8bbe8e (patch)
tree5ce3ef0c49b2c0e4bdaaba45d5609932f5d80e70
parent2009-07-17 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-a735c4bf37519099ee460d0706416d9abd8bbe8e.tar.gz
libgpg-error-a735c4bf37519099ee460d0706416d9abd8bbe8e.zip
Add new code GPG_ERR_NOT_ENABLED
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
-rw-r--r--src/err-codes.h.in3
4 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 73306a4..6eb10b2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,8 @@ Package: libgpg-error
Maintainer: Marcus Brinkmann <[email protected]>
Bug reports: [email protected]
Security related bug reports: [email protected]
-License: LGPLv2.1+
+License (library): LGPLv2.1+
+License (tools): GPLv2+ with exception
g10 Code GmbH <[email protected]>
diff --git a/ChangeLog b/ChangeLog
index 042c99e..fe2039c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23 Werner Koch <[email protected]>
+
+ * src/err-codes.h.in: Add GPG_ERR_NOT_ENABLED.
+
2009-07-17 Marcus Brinkmann <[email protected]>
* src/mkerrnos.awk: Output code to cause WSA Errors to be found
diff --git a/NEWS b/NEWS
index 9d6a7e0..588c529 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Noteworthy changes in version 1.8
* Interface changes relative to the 1.7 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_NOT_ENABLED NEW
Noteworthy changes in version 1.7 (2008-11-26)
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 0ef107d..b917541 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -208,7 +208,8 @@
176 GPG_ERR_NOT_OPERATIONAL Not operational
177 GPG_ERR_NO_PASSPHRASE No passphrase given
178 GPG_ERR_NO_PIN No PIN given
-# 179 to 198 are free to be used.
+179 GPG_ERR_NOT_ENABLED Not enabled
+# 180 to 198 are free to be used.
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short