Skip to content

v3.2.0

Compare
Choose a tag to compare
@FedeDP FedeDP released this 15 Dec 09:36
· 443 commits to master since this release
cfa6caf

A new libmodule release is here!
This release add a stack implementation that is used inside libmodule for module_become/unbecome functions.

New Features:

  • Actually implement a stack for module_become/unbecome
  • Expose stack through a stack.h public header
  • Added tests for stack implementation
  • Added doc for stack implementation

Bugfixes:

  • Properly always check write/read return code