Update changelog and configure script for v1.7.2

This commit is contained in:
Vivek Thampi
2013-09-01 21:16:37 -07:00
parent 06cec0a96c
commit a4913cb77e
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -1,3 +1,23 @@
v1.7.2
* Clean up input handling, removing unnecessary caching
of input, which should speed up things.
* Add the missing ud_insn_mnemonic api function.
* Rename ud_opr_isgpr to ud_opr_is_gpr.
* Fix decoding of relative jumps.
* Fix build with automake-1.14
* Minor fix to AT&T syntax (missing "$" prefix for immedaites)
* Add a new api checker (tests/libcheck.c).
* Add a standalone script for diff-testing (tests/difftest.sh)
* Refinements to the documentation.
Acknowledgements:
Brendan Long (https://github.com/brendanlong)
radare (https://github.com/radare)
Sergey Basalaev (https://github.com/SBasalaev)
ebfe (https://github.com/ebfe)
v1.7.1
* Full support for SSSE3, SSE4.1, SSE4.2, SMX, AES.
+1 -1
View File
@@ -2,7 +2,7 @@
# udis86 autoconf
#
AC_PREREQ(2.59)
AC_INIT([udis86], [1.7.2-pre], [vivek.mt@gmail.com])
AC_INIT([udis86], [1.7.2], [vivek.mt@gmail.com])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR([build/m4])