forked from pool/libconfini
libconfini 1.16.4 OBS-URL: https://build.opensuse.org/request/show/990600 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libconfini?expand=0&rev=27
98 lines
3.4 KiB
Plaintext
98 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jul 21 22:57:17 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.16.4:
|
|
* load_ini_path(): fclose() was not invoked in case of errors
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 11 21:50:02 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.16.3:
|
|
* performance optimizations
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 27 20:56:45 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.16.2:
|
|
* fix heap buffer overflow when parsing a multiline comment
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 17 12:10:47 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.16.1:
|
|
* updates to documentation and examples
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 27 06:48:56 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.16.0:
|
|
* new function ini_get_bool_i()
|
|
* documentation and examples
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 7 10:32:22 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.15.0:
|
|
* Public function ini_global_set_lowercase_mode() and global
|
|
variable INI_GLOBAL_LOWERCASE_MODE marked as deprecated
|
|
* Global integer constant INI_DISABLED_FLAG and macro
|
|
INI_IS_IMPLICIT_SUBSTR() added to the public header
|
|
* Documentation, Examples, build system fixes and minor bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 25 06:57:06 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libconfini 1.14.2:
|
|
* Improved re-implementation of stdbool.h in case of --with-io-api=nolibc
|
|
* Documentation, Examples
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 12 07:57:29 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.14.1:
|
|
* Documentation updates
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 2 10:13:30 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.14.0:
|
|
* Added implicit value checks to multiple functions
|
|
* Add constant CONFINI_EROADDR to ConfiniInterruptNo enum
|
|
* New examples
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 9 11:52:25 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.13.0:
|
|
* Support for C++ has been improved
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 29 21:27:27 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.12.0:
|
|
* ini_get_float() marked as deprecated in favour of ini_get_double()
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 2 03:57:33 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.11.0:
|
|
* internal improvements and better error handling
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 19 15:36:17 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.10.4:
|
|
* build system changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 16:54:30 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.10.2:
|
|
* New examples
|
|
* configure system improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 22 09:56:11 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- initial version (1.10.1)
|