Skip to content

Commit a4913cb

Browse files
committed
Update changelog and configure script for v1.7.2
1 parent 06cec0a commit a4913cb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v1.7.2
2+
3+
* Clean up input handling, removing unnecessary caching
4+
of input, which should speed up things.
5+
* Add the missing ud_insn_mnemonic api function.
6+
* Rename ud_opr_isgpr to ud_opr_is_gpr.
7+
* Fix decoding of relative jumps.
8+
* Fix build with automake-1.14
9+
* Minor fix to AT&T syntax (missing "$" prefix for immedaites)
10+
* Add a new api checker (tests/libcheck.c).
11+
* Add a standalone script for diff-testing (tests/difftest.sh)
12+
* Refinements to the documentation.
13+
14+
Acknowledgements:
15+
16+
Brendan Long (https://github.com/brendanlong)
17+
radare (https://github.com/radare)
18+
Sergey Basalaev (https://github.com/SBasalaev)
19+
ebfe (https://github.com/ebfe)
20+
121
v1.7.1
222

323
* Full support for SSSE3, SSE4.1, SSE4.2, SMX, AES.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# udis86 autoconf
33
#
44
AC_PREREQ(2.59)
5-
AC_INIT([udis86], [1.7.2-pre], [[email protected]])
5+
AC_INIT([udis86], [1.7.2], [[email protected]])
66
AC_CONFIG_HEADERS(config.h)
77
AC_CONFIG_AUX_DIR(build)
88
AC_CONFIG_MACRO_DIR([build/m4])

0 commit comments

Comments
 (0)