Skip to content

Releases: openSUSE/libeconf

Release Version 0.8.2

08 Dec 15:42

Choose a tag to compare

Version 0.8.2

  • Cleanup man pages
  • Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error
    ECONF_ERROR

Release Version 0.8.1

25 Nov 15:24
706ad5f

Choose a tag to compare

Version 0.8.1

  • Set default parameter in econf_getValueDef to "const"

Release Version 0.8.0

17 Oct 11:34
c932f1c

Choose a tag to compare

Version 0.8.0

  • New interface call: econf_setExtValue

Release Version 0.7.10

31 Jul 08:30

Choose a tag to compare

  • Fixed core dump in econf_getStringValueDef (bnc#1247107).
  • CMake improvements

Release Version 0.7.9

08 May 14:39

Choose a tag to compare

Version 0.7.9

  • Comments can include comment character tag multiple time.
  • Fixed static library declaration in meason
  • Fixed versioning in cmake

Release Version 0.7.8

25 Apr 08:18

Choose a tag to compare

Fix memory access if there are a comment character inside a comment.

Release Version 0.7.7

13 Jan 09:35

Choose a tag to compare

Version 0.7.7

  • Additional fix for parsing empty config files (bsc#1234405).

Release Version 0.7.6

13 Dec 13:05

Choose a tag to compare

Version 0.7.6

  • Do not parse files with name "." and ".." (bsc#1234405).
  • Fixed memory leak in econftool.

Release Version 0.7.5

09 Dec 16:21

Choose a tag to compare

Version 0.7.5

  • Fixed memory leaks.
  • Removed PATH_MAX define.
  • Add ROOT_PREFIX as option to replace TESTSDIR hack
  • Using valgrind for checking memory leaks.
  • Implement econf_*freep functions for automatic cleanup
  • Cleanup *free functions

Release Version 0.7.4

26 Sep 10:56
b66629f

Choose a tag to compare

Version 0.7.4

  • Fixed memory leaks.