Bumped version to v0.3.8

This commit is contained in:
ptitSeb 2024-12-06 15:04:39 +01:00
parent f1559b066c
commit ec278bd784
2 changed files with 15 additions and 1 deletions

View File

@ -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...)

View File

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