[svn] gpg-error - r217 - in trunk: . src
svn author wk
cvs at cvs.gnupg.org
Thu Jul 23 17:02:00 CEST 2009
Author: wk
Date: 2009-07-23 17:02:00 +0200 (Thu, 23 Jul 2009)
New Revision: 217
Added:
trunk/doc/
Modified:
trunk/AUTHORS
trunk/ChangeLog
trunk/NEWS
trunk/src/err-codes.h.in
Log:
Add new code GPG_ERR_NOT_ENABLED
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-07-17 01:53:19 UTC (rev 216)
+++ trunk/ChangeLog 2009-07-23 15:02:00 UTC (rev 217)
@@ -1,3 +1,7 @@
+2009-07-23 Werner Koch <wk at g10code.com>
+
+ * src/err-codes.h.in: Add GPG_ERR_NOT_ENABLED.
+
2009-07-17 Marcus Brinkmann <marcus at g10code.de>
* src/mkerrnos.awk: Output code to cause WSA Errors to be found
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2009-07-17 01:53:19 UTC (rev 216)
+++ trunk/AUTHORS 2009-07-23 15:02:00 UTC (rev 217)
@@ -2,7 +2,8 @@
Maintainer: Marcus Brinkmann <marcus at g10code.com>
Bug reports: bug-gnupg at gnupg.org
Security related bug reports: security at gnupg.org
-License: LGPLv2.1+
+License (library): LGPLv2.1+
+License (tools): GPLv2+ with exception
g10 Code GmbH <code at g10code.com>
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-07-17 01:53:19 UTC (rev 216)
+++ trunk/NEWS 2009-07-23 15:02:00 UTC (rev 217)
@@ -3,6 +3,7 @@
* Interface changes relative to the 1.7 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_NOT_ENABLED NEW
Noteworthy changes in version 1.7 (2008-11-26)
Modified: trunk/src/err-codes.h.in
===================================================================
--- trunk/src/err-codes.h.in 2009-07-17 01:53:19 UTC (rev 216)
+++ trunk/src/err-codes.h.in 2009-07-23 15:02:00 UTC (rev 217)
@@ -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
More information about the Gnupg-commits
mailing list