Skip to content

Commit c4b3fc2

Browse files
author
ptitSeb
committed
Bumped to version 0.3.2
1 parent 676b02b commit c4b3fc2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v0.3.2
2+
======
3+
* Better syscall handling
4+
* Fixed some wrapped functions, added some others
5+
* Introduced another wrapper helper
6+
* Added some more opcodes
7+
* Added a cosimulation mode (to compare the behaviour of the dynarec against the interpreter)
8+
* Added support of FASTNAN for some more opcodes
9+
* Reduced memory footprint
10+
* Added BOX86_NOSANDBOX (adds an argument to the command line)
11+
* Added an ukrainian translation
12+
=> Mostly a stability update with improved elfloader, fixed opcodes and refined profiles
13+
114
v0.3.0
215
======
316
* Added rcfile handling: box86 now read `/etc/box86.box86rc` and `~/.box86rc` and apply per process parameters

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 1
6+
#define BOX86_REVISION 2
77

88
#endif //__BOX86_VERSION_H_

0 commit comments

Comments
 (0)