Add pwmd_getopt().
[libpwmd.git] / NEWS
blob29a622b62d67539212403c6eff3f45408b8543dc
1 libPWMD v7.0.1
2 --------------
3 Add pwmd_set_pointer() and pwmd_get_pointer().
5 Add 'configure --with-pwmd-socket=path' to specify the default (local)
6 socket to connect to.
9 libPWMD v7.0.0
10 --------------
11 This is a major version and some function names and their parameters
12 have changed while others have been removed. Please read the
13 libpwmd(3) manual page for complete API documentation and pwmc(1) for
14 command line client usage.
16 Removed libpth2 support.
18 Removed non-blocking API functions. Applications should use threads
19 instead.
21 Reimplemented remote TLS connection support.
23 pwmc: Interactive mode is enabled by default when input is from a
24 terminal.
26 Gpg-error codes are now returned along with the error source.