LIBRARY - CHANGELOG

ChangeLog

Legend
======
[+]    New Feature
[*]    Fix
[-]    Removed or deprecated feature
[!]    Important note

Dates are YYYY-MM-DD


Known Issues
============
- There is currently no "clean" way to add user authentication

1.0.3 (2013-02-19, Build 108)
=============================
[+] Added version number as a compile-time define
[*] Fixed CMake install targets (COMPONENT has to be repeated for each destination)
[+] New gdcp_MetaDataIterator for iterating over a node's meta data
[*] Added dll export macro for MSVC's benefit
[+] Added version header
[*] Removed GDCP_VERSION variable causing problems in CMakeList
[+] Added gdcp/bool.h to enable MSVC compilation
[*] The parser shouldn't leak the GDCP_ERROR_NOT_FOUND emitted by the RingBuffer anymore
[+] gdcp_ChoiceNode_new now also makes sure the choices list is not empty
[*] Clarified some documentation
[+] Added C# wrapper

1.0.2 (2013-02-19, Build 107)
=============================
[+] Added version number as a compile-time define
[*] Fixed CMake install targets (COMPONENT has to be repeated for each destination)
[+] New gdcp_MetaDataIterator for iterating over a node's meta data
[*] Added dll export macro for MSVC's benefit
[+] Added version header
[*] Removed GDCP_VERSION variable causing problems in CMakeList
[+] Added gdcp/bool.h to enable MSVC compilation
[*] The parser shouldn't leak the GDCP_ERROR_NOT_FOUND emitted by the RingBuffer anymore
[+] gdcp_ChoiceNode_new now also makes sure the choices list is not empty
[*] Clarified some documentation
[+] Added C# wrapper

1.0.1 (2013-02-19, Build 106)
=============================
[+] Added version number as a compile-time define
[*] Fixed CMake install targets (COMPONENT has to be repeated for each destination)
[+] New gdcp_MetaDataIterator for iterating over a node's meta data
[*] Added dll export macro for MSVC's benefit
[+] Added version header
[*] Removed GDCP_VERSION variable causing problems in CMakeList
[+] Added gdcp/bool.h to enable MSVC compilation
[*] The parser shouldn't leak the GDCP_ERROR_NOT_FOUND emitted by the RingBuffer anymore
[+] gdcp_ChoiceNode_new now also makes sure the choices list is not empty
[*] Clarified some documentation
[+] Added C# wrapper