Skip to content

1.4.0

Choose a tag to compare

@thoni56 thoni56 released this 16 May 05:21
· 212 commits to master since this release

Release Notes for Cgreen 1.4.0

  • A memory leak in will_return_by_value() has been fixed.
    The memory required for the struct value that should be returned was not deallocated properly. The fix might result in memory leaks in user code as the memory could previously be accessed by user code. Now responsibility for deallocation is on the user.

  • Now builds on Msys2 native (but not Msys/Mingw32 or 64).

  • xml_reporter output is now quoted as required to allways produce correct XML.

  • Various fixes to bash command completion which is now also installed
    Both cgreen-runner and cgreen-debug should now complete libraries and tests correctly.