diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-10-27 19:42:19 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-10-27 19:42:19 +0200 |
| commit | c2909c32abfc6eaada0001b129ca3dce70d61275 (patch) | |
| tree | 8b9e2e30328b0e8707c0985d0a0a285c018952ed | |
| parent | a7c0c01bf4812402cf025a651ab30b37782431e3 (diff) | |
| download | box64-c2909c32abfc6eaada0001b129ca3dce70d61275.tar.gz box64-c2909c32abfc6eaada0001b129ca3dce70d61275.zip | |
Updated the CHANGELOG
| -rw-r--r-- | docs/CHANGELOG.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8527d88..196959d9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,33 @@ Current Version ====== +* More functions wrapped +* Improve speed of the custom allocator used by dynarec and Hash (speedup loading) +* Added a workaround for streamwebhelper to not load it +* More opcodes added +* More wrapped libraries, including gtk2 +* Added a fix for linking box64 on system using glibc 2.34+ +* Some residual fixes on thread attribute handling +* Better handling of app that want 32bits jumps, like unity3d/mono (thanks mogery) +* More ARM hardware option in CMake (Phytium, NX...) +* Added loongarch64 support (interpretor only) +* Some fixes to elfloader +* Added a mecanism to cancel a Dynarec block construction if it triggers a segfault (instead of a crash) + +v0.1.4 +====== +* Reworked README a bit +* Added some more wrapped libs +* Added some SSE4x opcodes +* Preliminary support for VSyscall (still missing VDSO) +* Added support for AES-NI cpu extension, also in Dynarec (and using ARM extension if present) +* Added some syscall +* Added some more wrapped functions +* Improvment to the handling of longjmp inside signal handlers +* Improved wrapper helpers (from rajdakin) +* Some fixes to opcodes (especially C2 flags for some x87 opcodes) +* Handling of some specific opcode as privileged instruction (instead of NOP) +* Fixed ELF signature detection +* Some fixes to a few env. var. handling v0.1.2 ====== |