Skip to content

Commit

Permalink
be ready for 1.0.2-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Sep 21, 2020
1 parent 644da9b commit 6c63235
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PKG_MINOR = 0
PKG_EXTRA = 2

# version tag. Examples: rc1, b2, post1
PKG_TAG = rc4
PKG_TAG = rc5

0 comments on commit 6c63235

Please sign in to comment.