diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-04-16 17:16:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-04-16 17:16:49 +0200 |
| commit | 30302a049c69b926c646236ca97fc06994ca3e7e (patch) | |
| tree | 59b4e5a791313bf50c60df8a11451b6949088ccd /docs | |
| parent | bd432a3a1502a6b1d26ea7ea1d19c9f38c795450 (diff) | |
| download | box64-30302a049c69b926c646236ca97fc06994ca3e7e.tar.gz box64-30302a049c69b926c646236ca97fc06994ca3e7e.zip | |
Bumped version to v0.1.8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e435f7c8..e8d872f7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,10 @@ -Current version +v0.1.8 ====== * 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) +* Better clone syscall and libc implementation * 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) @@ -15,6 +16,7 @@ Current version * make adding new architecture easier, by sharing as much infrastructure as possible * Improved elfloader * Improved some tests +* Improved a bit the "Hotpage" handling and messages * Added more dynarec opcodes * A few fixes in some Dynarec opcodes * A bit more optimisation in some Dynarec opcodes |