prepare for v1.0
This commit is contained in:
parent
d5870ff47d
commit
f3f2a4d7a9
|
@ -1,5 +1,14 @@
|
||||||
This file details the changelog of Unicorn Engine.
|
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
|
[Version 1.0-rc3]: January 25th, 2017
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ PKG_MINOR = 0
|
||||||
PKG_EXTRA = 0
|
PKG_EXTRA = 0
|
||||||
|
|
||||||
# version tag. Examples: rc1, b2, post1
|
# version tag. Examples: rc1, b2, post1
|
||||||
PKG_TAG = rc3
|
PKG_TAG =
|
||||||
|
|
Loading…
Reference in New Issue