Update copyright header.
[libpwmd.git] / NEWS
blob22562969224fbf4a1875548364afda233f950a8c
1 libPWMD v7.1.0
2 --------------
3 Added pwmd_passwd() to change the passphrase of a data file.
5 pwmc: add the .passwd dot command.
7 Added pwmd_getopt() to retrieve the value of a pwmd_option_t.
10 libPWMD v7.0.1
11 --------------
12 Add pwmd_set_pointer() and pwmd_get_pointer().
14 Add 'configure --with-pwmd-socket=path' to specify the default (local)
15 socket to connect to.
18 libPWMD v7.0.0
19 --------------
20 This is a major version and some function names and their parameters
21 have changed while others have been removed. Please read the
22 libpwmd(3) manual page for complete API documentation and pwmc(1) for
23 command line client usage.
25 Removed libpth2 support.
27 Removed non-blocking API functions. Applications should use threads
28 instead.
30 Reimplemented remote TLS connection support.
32 pwmc: Interactive mode is enabled by default when input is from a
33 terminal.
35 Gpg-error codes are now returned along with the error source.