Releases: pharo-project/pharo-vm
Releases · pharo-project/pharo-vm
v9.0.0
v8.6.1
v8.6.0-alpha
- Adding new primitives to FFI
- Fixing Issues
v8.5.0-alpha
- Adding the IDLE handling of events
- Adding the ability to run the VM outside the main thread.
v8.4.0-alpha
This new version includes:
- Improved Readme
- Possibility to limit the long stacks in stack dumps. Including a new parameter in the command line for doing so.
- Changes required for the new Version of TFFI to support compatibility with the future split VM thread from the main thread.
- Better handling of the printing of messages, using correctly the StdOut and StdErr
- Adding a logging mechanism to centrally handling logging levels, format, and destinations.
dev-7-20200212-2
Adding B3D plugin dependencies
dev-7-20200212
Not signing in travis... we do it later
Version v8.3.0-alpha
- Update TFFI to v1.2.0: Allowing better marshalling and callbacks from outside threads.
- Update README.md
- Add instructions on how to create a vmmaker image.
- Fixing UnixOSProcessPlugin
- Redefinition of squeakFileOffset
- Generating include files as an artifact
- Adding a configurable strategy for reading / writing the image
- Building using Musl Libc
- A cleaner implementation of the print to stdout and file.
- OSX File Dialog
- OSX icon customization
- OSX customization for apps.
- Adding build on GitHub actions
v8.2.0-alpha
Merge pull request #55 from tesonep/fix-float-in-gcc-8.3 Fix Float in gcc 8.3