be ready for 1.0.2-rc5

This commit is contained in:
Nguyen Anh Quynh 2020-09-22 02:11:43 +08:00
parent 644da9babc
commit 6c63235ebe
2 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,21 @@
This file details the changelog of Unicorn Engine.
------------------------------------
[Version 1.0.2-rc5]: Sept 22th, 2020
- Add cmake option to build Unicorn as a static library
- Fix error handling of mmap()
- uc_emu_start() can be reentrant
- Fix naming conflicts when built with systemd
- Fix setjmp/longjmp on native Windows
- Fix enabled hooks even after deleting them
- X86:
- Fix 64bit fstenv
- Fix IP value of 16bit mode
- ARM:
- Fix APSR handling
- Python: Remove UC_ERR_TIMEOUT
-----------------------------------
[Version 1.0.2-rc4]: May 29th, 2020

View File

@ -10,4 +10,4 @@ PKG_MINOR = 0
PKG_EXTRA = 2
# version tag. Examples: rc1, b2, post1
PKG_TAG = rc4
PKG_TAG = rc5