Bumped to v0.1.8

This commit is contained in:
ptitSeb 2020-12-16 07:58:23 +01:00
parent 3a5c6751e2
commit 3c98cbccbe
2 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,17 @@
Current version
v0.1.8
======
* Fixes on some float to int x87 convertions opcodes
* Reworked all callback mecanisms
* Added libturbojpeg wrapping (and a hack for zoom to force using native one)
* Added BOX86_SAFEMMAP env. var.
* Reworked dynarec memory manager
* Added a few opcodes
* Improve elfloader to not force PltResolver all the time (fixing SuperHexagon and maybe other)
* Reworked Exet and Cancel Thread mecanism
* Added wrapped libldap_r and liblber library (used by wine)
* Reworked Dynarec block handling, and remove the "AddMark" mecanism that wasn't efficient enough
* Added TokiTori 2+ detection and runtime patch on PI
* Fixes on elfloader with TLS object
v0.1.6
======

View File

@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
#define BOX86_MINOR 1
#define BOX86_REVISION 7
#define BOX86_REVISION 8
#endif //__BOX86_VERSION_H_