Skip to content

Commit

Permalink
Bumped to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jan 12, 2021
1 parent 4b020ab commit b2d5587
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Current version
v0.2.0
======
* Improvoment on x86 Flags handling
* A few more opcode added
* A few potential BusError fixed
* Added BOX86_NOVULKAN en. var. disable the wrapping of vulkan libs
* Improvments on libc O_XXXX flags handling
* Now use a custom allocator for Dynarec and Hash tables
* Improvment wrapping of pulse audio
* Optimisation to a few Dynarec opcode (like SHRD/SHLD)
* Improved the tracking of memory protection
* A few more wrapping of libs (like libgssapi_krb5)
* More function wrapping on libturbojpeg
* Preliminary support for POWER9 (ppcle) build
* Many contributed typo and rephrasing of README, COMPILE and USAGE docs

v0.1.8
======
Expand Down
4 changes: 2 additions & 2 deletions src/box86version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __BOX86_VERSION_H_

#define BOX86_MAJOR 0
#define BOX86_MINOR 1
#define BOX86_REVISION 9
#define BOX86_MINOR 2
#define BOX86_REVISION 0

#endif //__BOX86_VERSION_H_

0 comments on commit b2d5587

Please sign in to comment.