Skip to content

1.1.0

Compare
Choose a tag to compare
@eugpermar eugpermar released this 17 Jan 09:43
· 18 commits to master since this release

Features

  • Use of mklove bootstrap (librd, json-c, libmatheval, flex, net-snmp) libraries, in order to produce static code, enable GCC LTO and lower development time. New developers can use this option, not to have to install dependencies.
  • Use of clang format to homogenize code
  • Print library dependencies version at startup
  • Add devel and release dockerfiles.
  • Move from travis to circleci

Bugs

  • Fixes in readme
  • Deprecating json/json.h, now standard json-c/json-c.h include
  • Double-checking librd in configure.monitor
  • Only remake version.c if needed

Cosmetic changes

  • Delete unused/unreachable branches and code
  • Few linter warnings solved
  • Few impossible checks were moved from conditions to assertions