aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-05 17:24:27 +0000
committerWerner Koch <[email protected]>2004-04-05 17:24:27 +0000
commitd3411b3277222805054678ebcafc75456802cf7a (patch)
treed307821f85df918faed5c36846e8993c595ecc34
parent(gpgsm_sign): Include a short list of capabilities. (diff)
downloadgnupg-d3411b3277222805054678ebcafc75456802cf7a.tar.gz
gnupg-d3411b3277222805054678ebcafc75456802cf7a.zip
(STATUS_NEWSIG): New.
-rw-r--r--common/ChangeLog4
-rw-r--r--common/errors.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 6d408ba4f..e82e5b774 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-05 Werner Koch <[email protected]>
+
+ * errors.h (STATUS_NEWSIG): New.
+
2004-03-11 Werner Koch <[email protected]>
* dynload.h [__MINGW32__]: Define RTLD_LAZY.
diff --git a/common/errors.h b/common/errors.h
index 881a2fa51..f34f3ba79 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -99,7 +99,8 @@ enum {
STATUS_EXPKEYSIG,
STATUS_TRUNCATED,
- STATUS_ERROR
+ STATUS_ERROR,
+ STATUS_NEWSIG
};