File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- Current version
1+ v0.2.0
22======
3+ * Improvoment on x86 Flags handling
4+ * A few more opcode added
5+ * A few potential BusError fixed
6+ * Added BOX86_NOVULKAN en. var. disable the wrapping of vulkan libs
7+ * Improvments on libc O_XXXX flags handling
8+ * Now use a custom allocator for Dynarec and Hash tables
9+ * Improvment wrapping of pulse audio
10+ * Optimisation to a few Dynarec opcode (like SHRD/SHLD)
11+ * Improved the tracking of memory protection
12+ * A few more wrapping of libs (like libgssapi_krb5)
13+ * More function wrapping on libturbojpeg
14+ * Preliminary support for POWER9 (ppcle) build
15+ * Many contributed typo and rephrasing of README, COMPILE and USAGE docs
316
417v0.1.8
518======
Original file line number Diff line number Diff line change 22#define __BOX86_VERSION_H_
33
44#define BOX86_MAJOR 0
5- #define BOX86_MINOR 1
6- #define BOX86_REVISION 9
5+ #define BOX86_MINOR 2
6+ #define BOX86_REVISION 0
77
88#endif //__BOX86_VERSION_H_
You can’t perform that action at this time.
0 commit comments