Skip to content

Commit

Permalink
Bumped version to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 6, 2024
1 parent f1559b0 commit ec278bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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...)
Expand Down
2 changes: 1 addition & 1 deletion src/box86version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define BOX86_MAJOR 0
#define BOX86_MINOR 3
#define BOX86_REVISION 7
#define BOX86_REVISION 8

#endif //__BOX86_VERSION_H_

0 comments on commit ec278bd

Please sign in to comment.