Skip to content

Commit f191228

Browse files
committed
Bumped version to v0.3.4
1 parent 7c3730f commit f191228

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

debian/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
box86 (0.3.4) unstable; urgency=low
2+
3+
* X86Libs: Updated libstdc++ & libgcc_s
4+
* X86Libs: Use x86 vrsion of libunwind (it's needed by wine)
5+
* Dynarec: Fixed some flags propagation issues inside blocks
6+
* Dynarec: Improved Strong Memory Model emulation, introducing a 3rd level
7+
* CPU: Remoworked how INT, priviliged opcodes and teh Trace flags works
8+
* CPU: Added full support for SSE4.2
9+
* ElfLoader: rework how elf memory is handled
10+
* Emulation: Better handling of Signal (also handling SIGMAX correctly)
11+
* Emulation: Better support for POKEUSER/PEEKUSER (helps Windows Unity games)
12+
* Wrapping: More libs and some fixes in function wrapping (gtk3, vulkan...)
13+
* Wrapping: Removed faked libunwind wrapping
14+
* Hardware: Added more profile, with support for ADLink Ampere Altra
15+
* OS: Added profile to build for Android and Termux.
16+
* => Mostly a stability update with improved elfloader again, and added SSE 4.2 support (still need to work on the Dynarec part of this)
17+
* => Some work also to reduce the memory footprint
18+
19+
-- Sebastien Chevalier <[email protected]> Thu, 15 Dec 2023 17:30:33 -0100
20+
121
box86 (0.3.2) unstable; urgency=low
222

323
* Better syscall handling

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v0.3.4
2+
======
3+
* X86Libs: Updated libstdc++ & libgcc_s
4+
* X86Libs: Use x86 vrsion of libunwind (it's needed by wine)
5+
* Dynarec: Fixed some flags propagation issues inside blocks
6+
* Dynarec: Improved Strong Memory Model emulation, introducing a 3rd level
7+
* CPU: Remoworked how INT, priviliged opcodes and teh Trace flags works
8+
* CPU: Added full support for SSE4.2
9+
* ElfLoader: rework how elf memory is handled
10+
* Emulation: Better handling of Signal (also handling SIGMAX correctly)
11+
* Emulation: Better support for POKEUSER/PEEKUSER (helps Windows Unity games)
12+
* Wrapping: More libs and some fixes in function wrapping (gtk3, vulkan...)
13+
* Wrapping: Removed faked libunwind wrapping
14+
* Hardware: Added more profile, with support for ADLink Ampere Altra
15+
* OS: Added profile to build for Android and Termux.
16+
=> Mostly a stability update with improved elfloader again, and added SSE 4.2 support (still need to work on the Dynarec part of this)
17+
=> Some work also to reduce the memory footprint
18+
119
v0.3.2
220
======
321
* Better syscall handling

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 3
6+
#define BOX86_REVISION 4
77

88
#endif //__BOX86_VERSION_H_

0 commit comments

Comments
 (0)