doc/
authorMarcus Brinkmann <mb@g10code.com>
Mon, 23 Dec 2002 22:34:25 +0000 (22:34 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 23 Dec 2002 22:34:25 +0000 (22:34 +0000)
2002-12-23  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Information About Keys): Document that
GPGME_ATTR_IS_SECRET is not representable as a string anymore.

NEWS
TODO
doc/ChangeLog
doc/gpgme.texi

diff --git a/NEWS b/NEWS
index 110b115307ed31d1110d27340e41bfc84d15b2f1..78c1be508b3eb1445bcfb74fbe2cd00bf91b9d75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 Noteworthy changes in version 0.4.1 (unreleased)
 ------------------------------------------------
 
+ * GPGME_ATTR_IS_SECRET is not anymore representable as a string.
+
+ * Interface changes relative to the 0.4.0 release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gpgme_key_get_string_attr      CHANGED: Don't handle GPGME_ATR_IS_SECRET.
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Noteworthy changes in version 0.4.0 (2002-12-23)
 ------------------------------------------------
diff --git a/TODO b/TODO
index c9f5d3cb78726b9926e8a76adbc8e51bcdb04cf2..54e10835ad9b2e779f0492272cf692fd8d9ad9c3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
 Hey Emacs, this is -*- outline -*- mode!
 
 * ABI's to break:
-** string representation of non-secret keys and ATTR_IS_SECRET is NULL,
-   which can not be differentiated from the case that it is not
-   representable.
+** Currently none.
 
 * Thread support:
 ** Build thread modules for static linking (which just suck in the
index 3622567aeaf9a2e9bcdaa3a40a1257dd814f1d62..39a54aaffa331ed5d84c5da96d1ed2ce5f7c190a 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Information About Keys): Document that
+       GPGME_ATTR_IS_SECRET is not representable as a string anymore.
+
 2002-12-22  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Key Signatures): New section.
index 43d842e78456f960db37f59fe33213f89139cb98..a74ec240c77b29e133615f41724da1e8dacce111 100644 (file)
@@ -1829,8 +1829,7 @@ for PGP and 1 for X.509.  It is also used for the type of a trust item.
 
 @item GPGME_ATTR_IS_SECRET
 This specifies if the key is a secret key.  It is representable as a
-string or a number.  If the key is a secret key, the representation is
-``1'' or @code{1}, otherwise it is @code{NULL} or @code{0}.
+number, and is @code{1} if the key is revoked, and @code{0} otherwise.
 
 @item GPGME_ATTR_KEY_REVOKED
 This specifies if a sub key is revoked.  It is representable as a