Skip to content

0.6.3

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 21 Mar 21:46
· 232 commits to main since this release

Fix segfault in prebuilt Linux ponyup releases

There was a bug in the Pony runtime related to opening sockets that could cause a segfault. The bug was fixed a few months ago, but our Linux ponyup releases were still being built with an older version (aka still with the bug) of the Pony runtime due to a stale build environment.

[0.6.3] - 2021-03-21

Fixed

  • Update Linux builder image (PR #182)