Remove extra call to disable_pinentry().
[libpwmd.git] / NEWS
blob8aa4ce9ae9861f7c3e436bb874db33c670b838e1
1 libPWMD v7.2.0
2 --------------
3 Require an SHA-256 TLS server fingerprint rather than SHA-1.
5 Added pwmd_tls_error() to get the return code of a failed gnutls function.
6 This error can be described with gnutls_strerror().
8 Added PWMD_OPTION_SIGPIPE to prevent ignoring SIGPIPE which is now the
9 default.
11 Fixed TLS wait interval when EAGAIN occured.
13 A couple other TLS bug fixes. See ChangeLog for details.
16 libPWMD v7.1.1
17 --------------
18 Add (mostly useless) pwmc interactive option ".set pinentry-timeout". This
19 really only makes the local pinentry thread-safe.
22 libPWMD v7.1.0
23 --------------
24 Added pwmd_passwd() to change the passphrase of a data file.
26 pwmc: add the .passwd dot command.
28 Added pwmd_getopt() to retrieve the value of a pwmd_option_t.
31 libPWMD v7.0.1
32 --------------
33 Add pwmd_set_pointer() and pwmd_get_pointer().
35 Add 'configure --with-pwmd-socket=path' to specify the default (local)
36 socket to connect to.
39 libPWMD v7.0.0
40 --------------
41 This is a major version and some function names and their parameters
42 have changed while others have been removed. Please read the
43 libpwmd(3) manual page for complete API documentation and pwmc(1) for
44 command line client usage.
46 Removed libpth2 support.
48 Removed non-blocking API functions. Applications should use threads
49 instead.
51 Reimplemented remote TLS connection support.
53 pwmc: Interactive mode is enabled by default when input is from a
54 terminal.
56 Gpg-error codes are now returned along with the error source.