Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@gkdr gkdr released this 10 Apr 14:53
· 3 commits to dev since this release

(taken from CHANGELOG.md)

Added

  • In some error cases additional information is printed to stderr if LIBOMEMO_DEBUG is set (#40)

Fixed

  • Fix default prefix to be /usr/local rather than / (#38) (thanks, @hartwork!)
  • Fix filed Requires.private and Requires in auto-generated pkg-config file libomemo.pc (#38) (thanks, @hartwork!)

Changed

  • Migrate build system from a Makefile to CMake (#38) (thanks, @hartwork!)
  • Most XML parsing errors should have a discernible error code now, mostly replacing the more general ones (#40)

Infrastructure

  • Cover Windows build by GitHub Actions CI using msys2 (#38) (thanks, @hartwork!)
  • dependabot: update actions/checkout from 2.4.0 to 3.0.0 (#41)
  • dependabot: update actions/upload-artifact from 2.3.1 to 3.0.0 (#42)