- Update to version 55

* Fix redundant cast-to-int when INI_USE_STACK!=0
  * Make inline comments work on subsequent lines of multiline values

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=17
This commit is contained in:
Matthias Bach 2022-07-16 08:27:06 +00:00 committed by Git OBS Bridge
parent 5a3bf7003c
commit 7d9a5b0621
4 changed files with 12 additions and 4 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach <marix@marix.org> - 56
- Update to version 55
* 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: 55
Version: 56
Release: 0
Summary: Simple .INI file parser in C, good for embedded systems
License: BSD-3-Clause