mirror of https://github.com/ptitSeb/box86.git
Bumped version to v0.3.8
This commit is contained in:
parent
f1559b066c
commit
ec278bd784
|
@ -1,3 +1,17 @@
|
|||
v0.3.8
|
||||
======
|
||||
* Some optimisation of x86 P flags handling
|
||||
* Some x87 fixes and improvments
|
||||
* Added some of the tim64 wrapped functions to libc and friends
|
||||
* Changed the installation folder of x86 libs to avoid conflict with linux distro
|
||||
* Some fixes to internal memory tracking
|
||||
* Some more Vulkan extensions wrapped
|
||||
* Better handling of BOX86_MAXCPU
|
||||
* Some changes and improvments on Signal handling
|
||||
* More wrapped functions, and fix to some existing ones
|
||||
* A few more syscall, and fix to some existing ones
|
||||
* New build profile for SD865
|
||||
|
||||
v0.3.6
|
||||
======
|
||||
* Wrapping: More libs and function wrapping (gtk3, vulkan...)
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
|
||||
#define BOX86_MAJOR 0
|
||||
#define BOX86_MINOR 3
|
||||
#define BOX86_REVISION 7
|
||||
#define BOX86_REVISION 8
|
||||
|
||||
#endif //__BOX86_VERSION_H_
|
Loading…
Reference in New Issue