Changelog for 2.1.2

This commit is contained in:
Nguyen Anh Quynh 2014-03-30 22:39:22 +08:00
parent 110944a7c0
commit 025a345229
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,21 @@
This file details the changelog of Capstone.
---------------------------------
Version 2.1.2:
This is a stable release to fix some bugs deep in the core. There is no update
to any architectures or bindings, so bindings version 2.1 can be used with this
version 2.1.2 just fine.
[ Core changes]
- X86: do not print memory offset in negative form. Also do not use negative
form for immediate numbers.
- Fix a bug in X86 when Capstone cannot handle short instruction.
- Print negative number above -9 without prefix 0x (arm64, mips, arm).
- Correct the SONAME setup for library versioning (Linux, *BSD, Solaris).
- Set library versioning for dylib of OSX.
---------------------------------
Version 2.1.1: March 13th, 2014