* Mon Feb 03 2020 rbrown@suse.com
- Update to version 0.3.5+git20200203.3144b69:
* Release version 0.3.5
* Use float.h instead of obsolete gnuism values.h
* Remove gnuism (strdupa)
* Check for empty value (NULL pointer) before calling strdup.
* Tue Jan 21 2020 rbrown@suse.com
- Update to version 0.3.4+git20200121.febebf2:
* Release version 0.3.4
* Fix buffer overflow in econf_readDirs
* Fix parsing of quoted strings, and values starting with delimiters
* tests: add test for quoted strings
* tests: tst-configdirs5: fix config dir paths
* Mon Oct 28 2019 iforster@suse.com
- Update to version 0.3.3+git20191028.3ac14ce:
* Release version 0.3.3
* Reset *key_file to NULL after free
* Thu Sep 26 2019 kukuk@suse.com
- Update to version 0.3.2+git20190926.fea4a03:
* Release version 0.3.2
* Fix merging an empty file (#105)
* Add test cases for merge function
* Tue Sep 24 2019 rbrown@suse.com
- Update to version 0.3.1+git20190924.822cf5b:
* release version 0.3.1
* Set delimiter in readFile
* Change parser interface to store file name and line numbers per key
* Update ccpp.yml
* Fri Sep 06 2019 kukuk@suse.de
- Update to version 0.3.0+git20190906.0e60a88:
* Ensure LICENSE, README, and TODO are included in the release tarball
* Rewrite set*ValueNum functions to avoid libm usage and add error checking
* Move src/*.c to lib and release version 0.3.0
* Thu Sep 05 2019 kukuk@suse.de
- Update to version 0.3.0+git20190905.0ca8fe2:
* Merge doc changes from parlt91 (pull rq#73)
* Implement econf_get*ValueDef functions: if key is not found, a provided default is returned.
* Differentiate between no value provided and empty value provided
* Remove obsolete check for comments
* Enhance and adjust test cases
* Remove obsolete check for comments
* Wed Sep 04 2019 kukuk@suse.de
- Update to version 0.2.0+git20190904.03fa5b4:
* Enhance and adjust test cases
* Update ccpp.yml
* Update ccpp.yml
* Update ccpp.yml
* Wed Sep 04 2019 kukuk@suse.de
- Update to version 0.2.0+git20190904.989df9f:
* Remove debug printf
* Wed Sep 04 2019 kukuk@suse.de
- Update to version 0.2.0+git20190904.c9c1820:
* Implement alternate file parser solving the problems with group entry detection.
* Add new parse error error code
* Bool values read from a config file are not sanitzied, so we need to do that in the getBoolValueNum function, too.
* Only use <file>.<suffix>.d directories
* Release version 0.2.0
* Add an explanation about this project.
* Check for NULL pointer arguments
* Fix error return value
* Fix typo in comment
* Add test case for reading login.defs with data from util-linux test suite
* Mon Sep 02 2019 kukuk@suse.de
- Update to version 0.0.0+git20190902.dd17c11:
* Fix int64 variables on 32bit architectures
* Sat Aug 31 2019 kukuk@suse.de
- Update to version 0.0.0+git20190831.fb7c1bb:
* Rewrite econf_readDirs - don't assume suffix is ".conf" - Read files and directories in correct order
* Fri Aug 30 2019 kukuk@suse.de
- Update to version 0.0.0+git20190830.04ba053:
* Make clear that the API and ABI of the three functions econf_newIniFile, econf_newKeyFile, econf_writeFile are not stable yet.
* Fix getGroups argument types and add several test cases for this.
* Fix cppcheck and compiler warnings
* Thu Aug 29 2019 kukuk@suse.de
- Update to version 0.0.0+git20190829.a1479b1:
* Make comment argument an array, so that we can support more than one comment character in the future.
* Change the API
* Fix size_t as return value of getc()
* Thu Aug 29 2019 kukuk@suse.de
- Update to version 0.0.0+git20190829.209219e:
* Convert all functions to new error API
* Convert econf_newKeyFile provide the error via return code
* Wed Aug 28 2019 kukuk@suse.de
- Update to version 0.0.0+git20190828.74eeb32:
* Fix tst-arguments3 and tst-arguments4 and only use error return code.
* Bug fixes for new API
* Change API of econf_get* and econf_set* functions to return error code direct.
* Fix some compiler warnings
* Prevent possible crash when parsing 0xFF
* Add "--enable-compiler-warnings" option to enable much more GCC compiler warnings
* Fix more cppcheck warnings
* Fix github actions build
* Update bin/Makefile.am to work with Asan
* Add missing tst-getconfdirs4-data to EXTRA_DIST
* Fix some cppcheck warnings
* Don't ignore getline return value
* Add free for getStringValue in tst-group1
* Remove XFAIL for tst-groups1
* Update example.c to free after getStringValue
* Add addbrackets for getValue functions
* tst-getconfdirs4: make sure, only a file in /etc/ and not in /usr/etc works, too.
* Tue Aug 27 2019 kukuk@suse.de
- Update to version 0.0.0+git20190827.5ed5492:
* Mark all input char pointer as const in the official API
* Tue Aug 27 2019 kukuk@suse.de
- Update to version 0.0.0+git20190827.b243e6c:
* getStringValueNum returns a newly allocated string or NULL in error case.
* Tue Aug 27 2019 kukuk@suse.de
- Update to version 0.0.0+git20190827.8374759:
* Fix missing return
* Remove XFAIL for tst-setgetvalues1
* Fix representation of float and double values
* Add preliminary test case for group handling
* NULL terminate string returned by addbrackets
* Fix addbrackets function
* Mon Aug 26 2019 kukuk@suse.de
- Update to version 0.0.0+git20190826.99b6bf3:
* Add more "const".
* Fix setString and setBoolean
* Add test suite which sets and gets all possible kind of types. Some are failing, so mark this test as XFAIL.
* Start marking some string arguments/results as const
* Optimize some strdup away
* Mark econf_write_key_file as ALPHA as the API is not stable