Skip to content

v2.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 07:22
· 50 commits to master since this release
v2.4.1
Version 2.4.1

* Fix: compiling tests with link-time-optimization no longer causes
  the tests to not get detected and run.
* Fix: theories now correctly iterate through the argument matrix. This
  manifested as theories running the expected number of times, but
  always using the first possible combination of parameters.
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
  appease valgrind and the address sanitizer.
* Misc: added suggestion to run ldconfig in installation documentation
  (Gerald Senarclens de Grancy).