Skip to content

0.7.1

Latest
Compare
Choose a tag to compare
@mjp41 mjp41 released this 04 Feb 18:57
· 7 commits to main since this release
32495fd

What's Changed

If you are using 0.7.0, it is highly recommended you update to 0.7.1 to fix a bug in the wake on address implementation.

Bug Fixes

  • Multiple PALs could return spuriously from wake on address by @mjp41 and @wareya #739

Optimisations

Platform support

  • Improve Windows memcpy protection using an exception handler in the PAL to lazily commit the pagemap by @mjp41 in #727 & #730
  • OpenBSD add support for WaitOnAddress by @devnexen in #716
  • Solaris add support for OS level Aligned Allocation by @devnexen in #723
  • MinGW fixed missing <errno.h> for ENOMEM by @jcelerier in #733
  • MSVC fix signature of _msize function by @NeilMonday in #708
  • OpenBSD: memcpy test fix build warning. by @devnexen in #714

Docs

Build

CI

  • Updates to handle newer Ubuntu images by @mjp41 in #726
  • Update MacOS machines, and add Tracing Target by @mjp41 in #706

Code Refactoring

New Contributors

Full Changelog: 0.7.0...0.7.1