Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@xvitaly xvitaly released this 01 Apr 18:03
· 345 commits to master since this release
v0.5.0
d601c45

Breaking changes

  • New configuration file format. #31
  • New configuration file location (/etc/zswap-cli/zswap-cli.conf). #34

Bug fixes

  • Fixed crash on starting application with --stats command-line argument.
  • Fixed additional crashes, related to unhandled exceptions.

Changes

  • Switched to Boost::program_options for command-line arguments parsing. #32
  • CMake build system improvements:
    • Optimized code structure. #40
    • Added a new configuration option BUILD_DOCS - enable or disable build documentation with Doxygen.
    • Added a new configuration option BUILD_MANPAGE - enable or disable build manpage with Pandoc.
  • Switched to the new Doxygen generator.
  • Optimized code.