Skip to content

Commit b2d5587

Browse files
committed
Bumped to v0.2.0
1 parent 4b020ab commit b2d5587

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

417
v0.1.8
518
======

src/box86version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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_

0 commit comments

Comments
 (0)