Releases: openSUSE/libeconf
Releases · openSUSE/libeconf
Release Version 0.5.1
Version 0.5.1
- Reading files in /usr/vendor/example.suffix.d/* regardless
there is a /etc/example.suffix file.
Release Version 0.5.0
Version 0.5.0
- API calls econf_read*WithCallback supporting a general (void *)
argument for user defined data with which the callback function is
called. - Tagged following functions deprecated:
econf_requireOwner, econf_requireGroup, econf_requirePermissions,
econf_followSymlinks, econf_reset_security_settings
Use one of the econf_read*WithCallback functions instead.
Release Version 0.4.9
Version 0.4.9
-
new API calls:
econf_readFileWithCallback:
Has the same functionality like econf_readFile. The user
can additionally define a callback in order to check the parsed file.
econf_readDirsWithCallback
Has the same functionality like econf_readDirs. The user
can additionally define a callback in order e.g. to check all parsed file.
econf_readDirsHistoryWithCallback
Has the same functionality like econf_readDirsHistory.
The user can additionally define a callback in order e.g. to check
all parsed file. -
Fixed compiling issue: Added missing sys/types.h header.
Release Version 0.4.8
Version 0.4.8
- Parsing files which are containing keys only.
All delimiters are allowed now : "", " =", " ", "=".
But the user should use "" in order to be distinct. - /usr/etc/shells.d/<file_name> will not be parsed if
/etc/shells.d/<file_name> is defined too.
Release Version 0.4.7
- econftool:
Adapted compile options regarding LTO (Link Time Optimization).
Release Version 0.4.6
Version 0.4.6
- econftool:
** Parsing error: Reporting file and line nr.
** --delimeters=spaces Taking all kind of spaces for delimiter - libeconf:
Fixed bnc#1198165: Parsing files correctly which have space characters
AND none space characters as delimiters.
Release Version 0.4.5
Version 0.4.5
- econftool:
** New call "syntax" for checking the configuration files only.
Returns an error string with line number if an error occurs.
** New options "--comment" and "--delimeters"
** Parsing one file only if needed.
Release Version 0.4.4
Version 0.4.4
- Fixed i586 build
Release Version 0.4.3
Version 0.4.3
- Reading numbers with different bases (e.g. oktal) (bsc#1193632).
Release Version 0.4.2
- CMake fixes regarding document installation.
- Fixed different issues while writing string values to file.
- Writing comments to file too.
- Fixed memory leaks.
- Fixed crash while merging values.