about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-04-16 12:26:14 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-04-16 12:26:14 +0200
commitb155850ad10e7c6198c18e90ba0522b81781aa98 (patch)
tree3068d3544b531ef411d9107382f0f8c10afb93eb /docs
parent84a7f79315df7372ce8d0935cb6af244858fa55b (diff)
downloadbox64-b155850ad10e7c6198c18e90ba0522b81781aa98.tar.gz
box64-b155850ad10e7c6198c18e90ba0522b81781aa98.zip
Updated CHANGELOG
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 73777291..e435f7c8 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,28 @@
 Current version

 ======

+* Added an option to get generated -NAN on SSE2 operation

+* Many small fixes and improvement to get SteamPlay (i.e. proton) working (along with box86)

+* Added some workaround for program calling uname to mimic x86_64 system

+* Added some granularity to mmap, and generic memory protection tracking improvment, to mimic x86 system (for wine stagging and proton)

+* Improved wrapping of GTK libs

+* More wrapped libs (more gtk libs, like gstreamer-1.0 among other non-gtk libs too)

+* More wrapped functions(with some tricky one, like dladdr1)

+* Some fixes and improvment to some wrapped functions

+* Refactor Dynarec:

+    * better handling of SSE/x87 registers

+    * optimisation to limit float/double conversion

+    * better handling of "internal" jump inside a dynablock

+    * make adding new architecture easier, by sharing as much infrastructure as possible

+* Improved elfloader

+* Improved some tests

+* Added more dynarec opcodes

+* A few fixes in some Dynarec opcodes

+* A bit more optimisation in some Dynarec opcodes

+* Don't quit on unsupported syscall, return -1 / ENOSYS error

+* Added some more Syscall

+* Wrapped Vulkan library. Vulkan and dxvk now supported!

+* Support building on PPC64LE (interpretor only)

+* Added support for Risc-V (interpretor only)

 

 v0.1.6

 ======