diff options
author | Marcus Brinkmann <[email protected]> | 2002-12-23 22:34:25 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-12-23 22:34:25 +0000 |
commit | 06afcd13c6f2ce687bb647f14df2cee9d50464b2 (patch) | |
tree | cbcc4cd25f72a251ada271625de32977ba073b08 /NEWS | |
parent | 2002-12-23 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-06afcd13c6f2ce687bb647f14df2cee9d50464b2.tar.gz gpgme-06afcd13c6f2ce687bb647f14df2cee9d50464b2.zip |
doc/
2002-12-23 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document that
GPGME_ATTR_IS_SECRET is not representable as a string anymore.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) ------------------------------------------------ |