2023-07-07 15:44:09 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2024-01-25 21:04:47 +01:00
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-07-07 15:44:09 +02:00
|
|
|
|
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.
|
|
|
|
|
|
2022-07-16 10:27:06 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach <marix@marix.org> - 56
|
|
|
|
|
|
2023-07-07 15:44:09 +02:00
|
|
|
|
- Update to version 56
|
2022-07-16 10:27:06 +02:00
|
|
|
|
* Fix redundant cast-to-int when INI_USE_STACK!=0
|
|
|
|
|
* Make inline comments work on subsequent lines of multiline values
|
|
|
|
|
|
2022-03-25 23:09:51 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2021-03-12 23:23:07 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2022-03-25 22:04:13 +01:00
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-03-12 23:23:07 +01:00
|
|
|
|
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)
|
|
|
|
|
|
2020-12-24 10:41:37 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 24 09:40:03 UTC 2020 - Matthias Bach <marix@marix.org> - 52
|
|
|
|
|
|
|
|
|
|
- Make package conform to spec-cleaner.
|
|
|
|
|
|
2020-10-15 21:37:35 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2020-09-19 17:46:41 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 19 15:31:37 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
|
|
|
|
|
|
|
|
|
- Following packaging guidelines, exclude static libraries again.
|
|
|
|
|
|
2020-09-18 21:45:07 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
|
|
|
|
|
|
|
|
|
- Execute upstream tests during package build
|
|
|
|
|
|
2020-09-18 21:36:53 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 17 20:58:02 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
|
|
|
|
|
|
|
|
|
- Fix the library not matching its soname
|
|
|
|
|
|
2020-09-17 22:39:57 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 17 20:39:44 UTC 2020 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
|
|
- Include static library
|
|
|
|
|
|
2020-09-17 22:38:20 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 17 20:27:11 UTC 2020 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
|
|
- Drop build config only required for SLE11
|
|
|
|
|
|
2020-09-15 07:48:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|