inih/inih.changes
Matthias Bach 4103f75bd7 - Update to version 58
* Add ini_ prefix even to static names so inih can be used as an
    #include.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=23
2024-01-25 20:04:47 +00:00

92 lines
3.3 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Thu Jan 25 19:58:02 UTC 2024 - Matthias Bach <marix@marix.org> - 58
- Update to version 58
* Add ini_ prefix even to static names so inih can be used as an
#include.
-------------------------------------------------------------------
Fri Jul 7 13:37:21 UTC 2023 - Matthias Bach <marix@marix.org> - 57
- Update to version 57
* Added a GetUnsigned function for getting unsigned values.
* Added GetInteger64 and GetUnsigned64 to read 64-bit integers.
-------------------------------------------------------------------
Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach <marix@marix.org> - 56
- Update to version 56
* Fix redundant cast-to-int when INI_USE_STACK!=0
* Make inline comments work on subsequent lines of multiline values
-------------------------------------------------------------------
Fri Mar 25 22:03:32 UTC 2022 - Matthias Bach <marix@marix.org> - 55
- Update to version 55
* Include proper version in installed pkgconfig files.
-------------------------------------------------------------------
Fri Mar 25 20:33:09 UTC 2022 - Matthias Bach <marix@marix.org> - 54
- Update to version 54
* Improve quality of shared objects by explicitly defining symbol
visibility.
-------------------------------------------------------------------
Thu Mar 11 07:19:10 UTC 2021 - Wang Jun <jgwang@suse.com> - 53
- Update to version 53
* Add architecture ppc64le to travis build (#122)
* enable distro settings by default (#125)
* meson: optionally depend on c++ (#124)
* meson: add static compile args to inih_dep (#126)
-------------------------------------------------------------------
Thu Dec 24 09:40:03 UTC 2020 - Matthias Bach <marix@marix.org> - 52
- Make package conform to spec-cleaner.
-------------------------------------------------------------------
Thu Oct 15 19:10:02 UTC 2020 - Matthias Bach <marix@marix.org> - 52
- Update to version 52
* Add INI_CUSTOM_ALLOCATOR to allow using a custom memory
allocator.
- Drop workaround for library name not matching its soname as this
was fixed upstream.
-------------------------------------------------------------------
Sat Sep 19 15:31:37 UTC 2020 - Matthias Bach <marix@marix.org> - 51
- Following packaging guidelines, exclude static libraries again.
-------------------------------------------------------------------
Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach <marix@marix.org> - 51
- Execute upstream tests during package build
-------------------------------------------------------------------
Thu Sep 17 20:58:02 UTC 2020 - Matthias Bach <marix@marix.org> - 51
- Fix the library not matching its soname
-------------------------------------------------------------------
Thu Sep 17 20:39:44 UTC 2020 - Matthias Bach <marix@marix.org>
- Include static library
-------------------------------------------------------------------
Thu Sep 17 20:27:11 UTC 2020 - Matthias Bach <marix@marix.org>
- Drop build config only required for SLE11
-------------------------------------------------------------------
Mon Sep 14 18:13:19 UTC 2020 - Matthias Bach <marix@marix.org>
- Fix broken requirement
-------------------------------------------------------------------
Sat Sep 12 19:26:16 UTC 2020 - Matthias Bach <marix@marix.org> - 51
- Initial package release