Skip to content

Commit

Permalink
Adding Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 31, 2021
1 parent 7489943 commit 3b734ef
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Change log

I am a changelog... do not wait too much from me :D

## v9.0.7

- Ignore SIGPIPE and let send fail with an error instead of killing the process
- Exposing the ABI selection to the image

## v9.0.6

- Fixing the marshalling of LargeIntegers in 32bits platforms

## v9.0.5

- Updating Linux ARM64/32 SDL versions

## v9.0.4

- Improving the logging when there is a signal to terminate the VM

## v9.0.3

- Logging the snapshot and quit primitives
- Adding testing function to see if we are in debug
- Improving the logging of unimplemented primitive to log it only once
- Fixing the hint handling when allocating memory in MINGW
- Fixing Upload of artifacts

## v9.0.2

- Releasing on Tag
- Fixing sqSetupSSL when not using LibGit
- Introduce SlangMemoryManager and MachineMemoryManager
- Builds for ARM using Docker
- Extracting the read of Image Header
- Refactoring of readImage to use the same implementation in the Simulator and real.
- Improving VMDebugger
- Fixes in Slang
- Fixing RumpCStack in simulation
- Building ARM32
- Fixing ARM32 issue when using mcprimHashMultiply

## v9.0.1

- Correct handling of Out-of-band data
- Improve error handling of network events in OSX

## v9.0.0

- Build for ARM32 Linux
- Fixing ARM64 in Windows
- Fixing asFloat primitives
- Fixing Platform name
- Fixing ARM32 to use Sista Bytecode and Full blocks
- Testing globalSession ID
- Support for OpenBSD
- Tests for the JIT, Memory management and Intrepreter
- Apple M1 Support
- Improve Allocation of JIT memory
- Improving FFI calls and Marshalling primitives
- Improving SurfacePlugin
- Fix Directed super sends for SISTA in ARMv5
- Change register mapping in ARMv5
- Added accessors in Cogit for testing purposes
- Extracted directed super send trampoline creation
- Fixed disassembler
- Enhance simulator and tests with calling convention accessors
- Fix fopen issue in Windows with encoding
- Configurations for desired eden size, old space size, new space size
- Adding configurable Features to the build from CMake
- Dead code removal and storage in specific branches for history
- Improving Stack report on errors
- Correct handling of time queries in Windows
- ARM64 JIT implementation
- Tons and Tons of tests

0 comments on commit 3b734ef

Please sign in to comment.