Releases: madmurphy/libconfini
Releases · madmurphy/libconfini
libconfini 1.0-1 (unstable)
Major version change, due to the renaming of several public functions.
Changes:
ini_array_getlength()
has been renamed toini_array_get_length()
ini_getbool()
has been renamed toini_get_bool()
ini_getlazybool()
has been renamed toini_get_lazy_bool()
ini_getfloat()
has been renamed toini_get_float()
ini_getllint()
has been renamed toini_get_llint()
get_ini_format_mask()
has been renamed toini_format_calculate_mask()
read_ini_format_mask()
has been renamed toini_format_set_from_mask()
libconfini 0.9-4 (unstable)
Changes:
- Small bug regarding multiline inline comments has been fixed
libconfini 0.9-3 (unstable)
Changes:
- Small bug regarding inline comments has been fixed
libconfini 0.9-2 (unstable)
Changes:
- Documentation has been moved to docs/
libconfini 0.9-1 (unstable)
Hi there!
This is the first public release of libconfini. Unfortunately the manual is not ready yet, but the code is quite documented. For a brief introduction, please see the README file.