Added pwmc.1.
[pwmd.git] / libpwmd / NEWS
blob97d7d3d444d1093fbdc4a9f5a73298300e47c855
1 libPWMD v1.0.1
2 --------------
3 Added PWMD_ATTR_GET to get an attribute value from an element path.
5 pwmd_base64_decode() bugfix. Don't assume the return value is a character
6 array by nul-terminating it.
8 Added pwmd_list_free() to free a "list" result.
10 Can compile with g++ and maybe other C++ compilers.
12 Fixed some memory leaks.
14 Bugfix for the protocol parser.
17 libPWMD v1.0.0
18 --------------
19 Changed the version number as suggested by the libtool docs.
21 pwmd_base64_decode() bugfix. The returned string wasn't NULL terminated.
23 Updates for the OPEN and SAVE protocol commands. libPWMD no longer base64
24 encodes the key.
26 Updates for the new ATTR protocol command.
29 libPWMD v0.0.1
30 --------------
31 Initial release.