diff options
author | Werner Koch <[email protected]> | 2010-01-05 17:36:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-01-05 17:36:53 +0000 |
commit | 97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a (patch) | |
tree | c2152eeed6bd99594e4208c1d1e8b73cc38ecb68 /NEWS | |
parent | 2009-12-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a.tar.gz gpgme-97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a.zip |
Add an API to change passphrases. Currently only implemented for
GPGSM. Requires GnuPG 2.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 17 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.2.1 (unreleased) +Noteworthy changes in version 1.3.0 (unreleased) ------------------------------------------------ * GPGME does not come with an internal libassuan version anymore. @@ -10,14 +10,21 @@ Noteworthy changes in version 1.2.1 (unreleased) * New engine GPGME_PROTOCOL_UISERVER to support UI Servers. + * New API to change the passpgrase of a key. + * Interface changes relative to the 1.2.0 release: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -GPGME_STATUS_INV_SGNR NEW -GPGME_STATUS_NO_SGNR NEW -GPGME_PROTOCOL_G13 NEW -gpgme_op_g13_mount NEW -gpgme_g13_result_t NEW -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GPGME_STATUS_INV_SGNR NEW. + GPGME_STATUS_NO_SGNR NEW. + GPGME_PROTOCOL_G13 NEW. + gpgme_op_g13_mount NEW. + gpgme_g13_result_t NEW. + GPGME_PK_ECDSA NEW. + GPGME_PK_ECDH NEW. + gpgme_op_passwd_start NEW. + gpgme_op_passwd NEW. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 1.2.0 (2009-06-18) ------------------------------------------------ @@ -1321,7 +1328,8 @@ Noteworthy changes in version 0.2.1 (2001-04-02) * Made the W32 support more robust. - Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008 g10 Code GmbH + Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, + 2010 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |