Don't include libpwmd.pc in the archive. It's generated from
[pwmd.git] / libpwmd / NEWS
blob25d98ecd084d7461ed494cb501f65f58a2b54e4b
1 libPWMD v2.0.1
2 --------------
3 Restore the working directory after connecting to the socket.
5 Changed the gpg-agent title and description strings in pwmc.
7 Fixed a segfault when looking for the empty string in a result from
8 pwmd_command().
11 libPWMD v2.0.0
12 --------------
13 Most of the PWMD_* commands have been removed. PWMD_OPEN, PWMD_SAVE,
14 PWMD_SETOPT and the new PWMD_COMMAND remain. PWMD_COMMAND takes a char*
15 argument being the protocol command along with any argument to send to the
16 server. This is alot simpler and less error prone than before. Also the
17 library won't need to be updated if a protocol command changed or is added.
19 Fixed PWMD_SAVE and asking for a password when the file was cached.
21 Added pwmc. This is a command line client for pwmd. It reads protocol commands
22 from stdin.
24 Removed pwmd_base64_encode() and pwmd_base64_decode().
26 Added a pkg-config meta file.
29 libPWMD v1.0.1
30 --------------
31 Added PWMD_ATTR_GET to get an attribute value from an element path.
33 pwmd_base64_decode() bugfix. Don't assume the return value is a character
34 array by nul-terminating it.
36 Added pwmd_list_free() to free a "list" result.
38 Can compile with g++ and maybe other C++ compilers.
40 Fixed some memory leaks.
42 Bugfix for the protocol parser.
45 libPWMD v1.0.0
46 --------------
47 Changed the version number as suggested by the libtool docs.
49 pwmd_base64_decode() bugfix. The returned string wasn't NULL terminated.
51 Updates for the OPEN and SAVE protocol commands. libPWMD no longer base64
52 encodes the key.
54 Updates for the new ATTR protocol command.
57 libPWMD v0.0.1
58 --------------
59 Initial release.