Skip to content

Releases: openSUSE/libeconf

Release Version 0.5.1

19 Jan 15:49
Compare
Choose a tag to compare

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

02 Dec 14:09
Compare
Choose a tag to compare

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

23 Nov 10:54
3f363ba
Compare
Choose a tag to compare

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

14 Nov 13:00
Compare
Choose a tag to compare

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

14 Oct 09:34
Compare
Choose a tag to compare
  • econftool:
    Adapted compile options regarding LTO (Link Time Optimization).

Release Version 0.4.6

27 Apr 21:57
Compare
Choose a tag to compare

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

06 Apr 16:11
c9658f2
Compare
Choose a tag to compare

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

04 Jan 11:22
962774f
Compare
Choose a tag to compare

Version 0.4.4

  • Fixed i586 build

Release Version 0.4.3

04 Jan 10:16
5dfd69d
Compare
Choose a tag to compare

Version 0.4.3

  • Reading numbers with different bases (e.g. oktal) (bsc#1193632).

Release Version 0.4.2

11 Nov 14:20
Compare
Choose a tag to compare
  • 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.