update Changelog for 1.0.2-rc6

This commit is contained in:
Nguyen Anh Quynh 2020-09-24 22:55:14 +08:00
parent 0291ac7675
commit 198e432a1d
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
This file details the changelog of Unicorn Engine.
------------------------------------
[Version 1.0.2-rc5]: Sept 22th, 2020
[Version 1.0.2-rc6]: Sept 24th, 2020
- Add uc_context_free() API
- Fix context saving/retoring API (core & Python binding)
------------------------------------
[Version 1.0.2-rc5]: Sept 22nd, 2020
- Add cmake option to build Unicorn as a static library
- Fix error handling of mmap()

View File

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