Skip to content

Commit 803fe5a

Browse files
committed
Update changelog for 2.1.3
1 parent 98f7833 commit 803fe5a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
This file details the changelog of Unicorn Engine.
22

3+
-------------------------------
4+
[Version 2.1.3]: March 7th, 2025
5+
6+
2.1.3 includes a few fixes for distribution and stability issues. We urge users to update their versions as previous version contains security vulnerabilities.
7+
8+
Fix & Improvements
9+
10+
- Several security issues fixes. @PhilippTakacs
11+
- Add alpine workflow and fix several distribution issues. @Antelox
12+
- Introduce importlib_resources for py3.8 (EOL already) @Arusekk @Antelox
13+
- Mips64 improvemtns. @OBarronCS
14+
- mips related fixes and implement a few registers.
15+
- x86 default cpu model is changed to `UC_CPU_X86_HASWELL` and remove a few quirks.
16+
- Fix CR4 implementation.
17+
- Fix python bindings break changes by adding back `ctl_tlb_mode`. @Antelox
18+
19+
New Contributors
20+
* @OBarronCS made their first contribution in https://github.com/unicorn-engine/unicorn/pull/2111
21+
22+
Full Changelog: https://github.com/unicorn-engine/unicorn/compare/2.1.2...2.1.3
23+
324
-------------------------------
425
[Version 2.1.2]: Feb 13rd, 2025
526
2.1.2 is a patch release to mainly resolve the stability issue of the 2.1.0 release series and fix a few distribution issues. All users of Unicorn are expected to upgrade.

0 commit comments

Comments
 (0)