Skip to content

v0.2.18

Compare
Choose a tag to compare
@release-drafter release-drafter released this 18 Apr 18:31
· 306 commits to refs/heads/master since this release
v0.2.18
3a5da35

Release Notes

Features

Performance improvements

  • Make time move a lot faster in fuzzing runs. @iphydf (#2193)

Bug Fixes

Documentation

  • Add information regarding git submodules, cmp to INSTALL.md @Tha14 (#2201)
  • Put all the tox public api into a fake "tox" namespace. @iphydf (#2153)

Maintenance (Grunt tasks)

Maintenance (Code cleanup)

Maintenance (Dependencies)

  • Use upstream cmp directly instead of our fork. @iphydf (#2240)

Maintenance (Refactoring)

  • Move crypto utilities from util to crypto_core. @iphydf (#2284)
  • Avoid static_cast in Fuzz_System functions. @iphydf (#2277)
  • Protect array unpacking against invalid lengths. @iphydf (#2261)
  • Rename announce functions into their own namespace. @iphydf (#2258)
  • Use a struct for the ip_ntoa buffer. @iphydf (#2248)
  • Allow NULL logger; make it no-op in NDEBUG. @iphydf (#2244)
  • Rename bin_pack/unpack functions the same as cmp funcs. @iphydf (#2219)
  • Use cmp instead of msgpack-c for events packing. @iphydf (#2175)

Maintenance (Tests)