NEWS updates.
[pwmd.git] / libpwmd / NEWS
blob4da5eaa1a4b93367ced0a2a3bd6b6e7e01644c3d
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.
13 libPWMD v1.0.0
14 --------------
15 Changed the version number as suggested by the libtool docs.
17 pwmd_base64_decode() bugfix. The returned string wasn't NULL terminated.
19 Updates for the OPEN and SAVE protocol commands. libPWMD no longer base64
20 encodes the key.
22 Updates for the new ATTR protocol command.
25 libPWMD v0.0.1
26 --------------
27 Initial release.