Skip to content

Commit ec278bd

Browse files
committed
Bumped version to v0.3.8
1 parent f1559b0 commit ec278bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v0.3.8
2+
======
3+
* Some optimisation of x86 P flags handling
4+
* Some x87 fixes and improvments
5+
* Added some of the tim64 wrapped functions to libc and friends
6+
* Changed the installation folder of x86 libs to avoid conflict with linux distro
7+
* Some fixes to internal memory tracking
8+
* Some more Vulkan extensions wrapped
9+
* Better handling of BOX86_MAXCPU
10+
* Some changes and improvments on Signal handling
11+
* More wrapped functions, and fix to some existing ones
12+
* A few more syscall, and fix to some existing ones
13+
* New build profile for SD865
14+
115
v0.3.6
216
======
317
* Wrapping: More libs and function wrapping (gtk3, vulkan...)

src/box86version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
#define BOX86_MAJOR 0
55
#define BOX86_MINOR 3
6-
#define BOX86_REVISION 7
6+
#define BOX86_REVISION 8
77

88
#endif //__BOX86_VERSION_H_

0 commit comments

Comments
 (0)