- Update to version 57

* Added a GetUnsigned function for getting unsigned values.
  * Added GetInteger64 and GetUnsigned64 to read 64-bit integers.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=21
This commit is contained in:
Matthias Bach 2023-07-07 13:44:09 +00:00 committed by Git OBS Bridge
parent beeda678a6
commit f7baa75daa
4 changed files with 12 additions and 6 deletions

BIN
inih-r56.tar.gz (Stored with Git LFS)

Binary file not shown.

3
inih-r57.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3
size 18954

View File

@ -1,11 +1,17 @@
-------------------------------------------------------------------
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 55
- 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

View File

@ -18,7 +18,7 @@
Name: inih
Version: 56
Version: 57
Release: 0
Summary: Simple .INI file parser in C, good for embedded systems
License: BSD-3-Clause