configure.ac cleanup.
[pwmd.git] / libpwmd / NEWS
blobb67c720b3743386dabcd424e9a8b704d3fff51d8
1 libPWMD v2.0.0
2 --------------
3 Most of the PWMD_* commands have been removed. PWMD_OPEN, PWMD_SAVE,
4 PWMD_SETOPT and the new PWMD_COMMAND remain. PWMD_COMMAND takes a char*
5 argument being the protocol command along with any argument to send to the
6 server. This is alot simpler and less error prone than before. Also the
7 library won't need to be updated if a protocol command changed or is added.
9 Fixed PWMD_SAVE and asking for a password when the file was cached.
11 Added pwmc. This is a command line client for pwmd. It reads protocol commands
12 from stdin.
15 libPWMD v1.0.1
16 --------------
17 Added PWMD_ATTR_GET to get an attribute value from an element path.
19 pwmd_base64_decode() bugfix. Don't assume the return value is a character
20 array by nul-terminating it.
22 Added pwmd_list_free() to free a "list" result.
24 Can compile with g++ and maybe other C++ compilers.
26 Fixed some memory leaks.
28 Bugfix for the protocol parser.
31 libPWMD v1.0.0
32 --------------
33 Changed the version number as suggested by the libtool docs.
35 pwmd_base64_decode() bugfix. The returned string wasn't NULL terminated.
37 Updates for the OPEN and SAVE protocol commands. libPWMD no longer base64
38 encodes the key.
40 Updates for the new ATTR protocol command.
43 libPWMD v0.0.1
44 --------------
45 Initial release.