Fix 'smatch' warning.
[libpwmd.git] / NEWS
blob21e98a5eabdfc80df972b1d93f47931fbea051a0
1 libPWMD v7.1.1
2 --------------
3 Add (mostly useless) pwmc interactive option ".set pinentry-timeout". This
4 really only makes the local pinentry thread-safe.
7 libPWMD v7.1.0
8 --------------
9 Added pwmd_passwd() to change the passphrase of a data file.
11 pwmc: add the .passwd dot command.
13 Added pwmd_getopt() to retrieve the value of a pwmd_option_t.
16 libPWMD v7.0.1
17 --------------
18 Add pwmd_set_pointer() and pwmd_get_pointer().
20 Add 'configure --with-pwmd-socket=path' to specify the default (local)
21 socket to connect to.
24 libPWMD v7.0.0
25 --------------
26 This is a major version and some function names and their parameters
27 have changed while others have been removed. Please read the
28 libpwmd(3) manual page for complete API documentation and pwmc(1) for
29 command line client usage.
31 Removed libpth2 support.
33 Removed non-blocking API functions. Applications should use threads
34 instead.
36 Reimplemented remote TLS connection support.
38 pwmc: Interactive mode is enabled by default when input is from a
39 terminal.
41 Gpg-error codes are now returned along with the error source.