From 198e432a1d7edbed6f4726acc42c50c3a4141b6b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 24 Sep 2020 22:55:14 +0800 Subject: [PATCH] update Changelog for 1.0.2-rc6 --- ChangeLog | 8 +++++++- pkgconfig.mk | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 499c12d7..019c0b0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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() diff --git a/pkgconfig.mk b/pkgconfig.mk index c7953469..13e3db63 100644 --- a/pkgconfig.mk +++ b/pkgconfig.mk @@ -10,4 +10,4 @@ PKG_MINOR = 0 PKG_EXTRA = 2 # version tag. Examples: rc1, b2, post1 -PKG_TAG = rc5 +PKG_TAG = rc6