| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 2.8 * Support for specifying a searchpath for cfg_parse(). * Restore build of shared library by default. * Added German translation. * Document CFG_SIMPLE_STR for doxygen. * Update ISC license to 2007 version. * Write files in a Bourne shell compatible way. * Fix mid-string environment variable substitution. * Various ISO C90 and -ansi fixes. * Fix C++ compiler warnings for const strings. * Fix make distcheck and out-of-source builds. * Fix missing .gitignore files. * Fix CFG_SIMPLE_INT on 64-bit systems. * Coding style cleanup. * Fix issue #27: searchpath free problems. Fix to new feature introduced in this release cycle. * Improved support for MSYS2. - Perform a spec-cleaner - Use download Url as source - Add xz build dependency for SLE11 support
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
- update to 2.7
- Bugfix release.
- update to 2.6
- added French translation contributed by Matthieu Sion
- added build script and instructions for compiling with Mingw under Windows
(contributed by Matthieu Sion)
- now accepts a simplified list append syntax:
option += "value"
insted of
option += {"value"}
- added flag CFGF_NO_TITLE_DUPES: multiple section titles must be unique
(duplicates raises an error, only applies to sections)
(suggested by Brian Fallik)
- fixed rpm builds, patch by Dan Lipsitt
- always installs pkg-config .pc script
- remove obsolete confuse-config script in favour of pkg-config
- fixed a bug reported by Josh Kropf with single sections with titles
- added patch that escapes values with quotes and backslashes when printing.
- fixed a memory leak in default values for string lists,
reported by Vineeth Neelakant.
- windows build files now only in separate zip distribution
- reenabled locale files as lang package
- removed changelog from spec file since it's in changes file
- dont package locale files
- fix buildrequires on check(-devel)
- update to new packaging policy - no longer build the static lib - add confuse-2.5_tests.patch: fix testsuite
- run ldconfig