From c2909c32abfc6eaada0001b129ca3dce70d61275 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 27 Oct 2021 19:42:19 +0200 Subject: Updated the CHANGELOG --- docs/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs') 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 ====== -- cgit 1.4.1