92 lines
3.3 KiB
Plaintext
92 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
||
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
|