From f3f2a4d7a92e76db3476341aa06cc0389ec410ac Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 23 Feb 2017 20:17:02 +0800 Subject: [PATCH] prepare for v1.0 --- ChangeLog | 9 +++++++++ pkgconfig.mk | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a0bdae2..2ae4a4f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ This file details the changelog of Unicorn Engine. +---------------------------------- +[Version 1.0]: February 23th, 2017 + +- Fix build script for BSD host. +- Fix building Unicorn on Arm/PPC/Sparc/S390 hosts. +- X86: + - Fix 16bit address computation. + - Fix initial state of segment registers. + ---------------------------------- [Version 1.0-rc3]: January 25th, 2017 diff --git a/pkgconfig.mk b/pkgconfig.mk index 1dd1e8ae..b9680f3e 100644 --- a/pkgconfig.mk +++ b/pkgconfig.mk @@ -10,4 +10,4 @@ PKG_MINOR = 0 PKG_EXTRA = 0 # version tag. Examples: rc1, b2, post1 -PKG_TAG = rc3 +PKG_TAG =