Merge commit '16a2cf3873e00fa08e587d1b05c9132d98c24f50' into back-to-imgui
This commit is contained in:
77
external/capstone/ChangeLog
vendored
77
external/capstone/ChangeLog
vendored
@@ -1,5 +1,82 @@
|
||||
This file details the changelog of Capstone.
|
||||
|
||||
-----------------------------
|
||||
Version 6.0.0-Alpha4: April 11th, 2025
|
||||
|
||||
## What's Changed
|
||||
* Fix wrong version requirement of tricore instructions by @Changqing-JING in https://github.com/capstone-engine/capstone/pull/2620
|
||||
* Python bindings: Switch to ubuntu-24.04-arm runner image by @Antelox in https://github.com/capstone-engine/capstone/pull/2625
|
||||
* Build Tarball before DEB/RPM package. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2627
|
||||
* Add aliases mapping for MIPS & test for id, alias_id by @wargio in https://github.com/capstone-engine/capstone/pull/2635
|
||||
* Add checks for MIPS details on cstest_py by @wargio in https://github.com/capstone-engine/capstone/pull/2640
|
||||
* Give the user some guidance where to add missing enumeration values. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2639
|
||||
* Python bindings: sdist creation fix + relative test by @Antelox in https://github.com/capstone-engine/capstone/pull/2624
|
||||
* cmake: Fix building capstone as sub-project by @imphil in https://github.com/capstone-engine/capstone/pull/2629
|
||||
* Update operand type enums of all arch modules to the one in `capstone.h` by @Rot127 in https://github.com/capstone-engine/capstone/pull/2633
|
||||
* Enhance shift value and types of shift instructions. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2638
|
||||
* Fix #2643 by @Rot127 in https://github.com/capstone-engine/capstone/pull/2645
|
||||
* Tms32c64x Little Endian by @Rot127 in https://github.com/capstone-engine/capstone/pull/2648
|
||||
* Add call group to svc, smc and hvc. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2651
|
||||
* Decode BH field in print_insn_detail_ppc by @hainest in https://github.com/capstone-engine/capstone/pull/2662
|
||||
* Remove undefined constants in riscv_const.py (#2660) by @Asphaltt in https://github.com/capstone-engine/capstone/pull/2661
|
||||
* Stringify BH fields when printing ppc details by @hainest in https://github.com/capstone-engine/capstone/pull/2663
|
||||
* MIPS: Fix MIPS16 decoding, wrong flags and ghost registers by @wargio in https://github.com/capstone-engine/capstone/pull/2665
|
||||
* Add a script to compare the inc file content with the lastest generated ones. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2667
|
||||
* Mips32r6_64r632 is for both mips32r6 and mips64r6 by @wargio in https://github.com/capstone-engine/capstone/pull/2673
|
||||
* Fix nanoMIPS decoding of jalrc by @wargio in https://github.com/capstone-engine/capstone/pull/2672
|
||||
* Revert "Add a script to compare the inc file content with the lastest generated ones." by @Rot127 in https://github.com/capstone-engine/capstone/pull/2678
|
||||
* Add workflow for building on Windows by @stevenjoezhang in https://github.com/capstone-engine/capstone/pull/2675
|
||||
* Update read/written registers for x87 comparison instructions by @hainest in https://github.com/capstone-engine/capstone/pull/2680
|
||||
|
||||
## New Contributors
|
||||
* @imphil made their first contribution in https://github.com/capstone-engine/capstone/pull/2629
|
||||
* @Asphaltt made their first contribution in https://github.com/capstone-engine/capstone/pull/2661
|
||||
* @stevenjoezhang made their first contribution in https://github.com/capstone-engine/capstone/pull/2675
|
||||
|
||||
**Full Changelog**: https://github.com/capstone-engine/capstone/compare/6.0.0-Alpha3...6.0.0-Alpha4
|
||||
|
||||
|
||||
-----------------------------
|
||||
Version 6.0.0-Alpha3: January 29th, 2025
|
||||
|
||||
## What's Changed
|
||||
* Update Changelog Version to 6.0.0-Alpha2 by @kabeor in https://github.com/capstone-engine/capstone/pull/2553
|
||||
* PPC LLVM 18 by @Rot127 in https://github.com/capstone-engine/capstone/pull/2540
|
||||
* Arm regressions by @Rot127 in https://github.com/capstone-engine/capstone/pull/2556
|
||||
* Python bindings: Enable more archs + bump cibuildwheel action to the v2.22.0 by @Antelox in https://github.com/capstone-engine/capstone/pull/2558
|
||||
* Add arm64 and sysz compatibility layer to Python bindings by @peace-maker in https://github.com/capstone-engine/capstone/pull/2559
|
||||
* Make thumb, v8 and m-class positional cstool arguments. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2557
|
||||
* Small arm64 compat header fixes by @satk0 in https://github.com/capstone-engine/capstone/pull/2563
|
||||
* PPC regressions by @Rot127 in https://github.com/capstone-engine/capstone/pull/2575
|
||||
* Fix 2572 by @Rot127 in https://github.com/capstone-engine/capstone/pull/2574
|
||||
* Clean up the cstest documentation and build instructions. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2580
|
||||
* Update BPF arch by @Roeegg2 in https://github.com/capstone-engine/capstone/pull/2568
|
||||
* x86: update read/write registers for transfer instructions by @hainest in https://github.com/capstone-engine/capstone/pull/2578
|
||||
* cstest: use DOWNLOAD_EXTRACT_TIMESTAMP conditionally by @hainest in https://github.com/capstone-engine/capstone/pull/2581
|
||||
* Capstone v6 now supports Debian Packaging by @AndrewQuijano in https://github.com/capstone-engine/capstone/pull/2579
|
||||
* Fix complex atomic instructions handling by @Roeegg2 in https://github.com/capstone-engine/capstone/pull/2584
|
||||
* Fix linking issue on Windows. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2587
|
||||
* Clarify between machine used vs. Capstone module affected. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2586
|
||||
* Fix LoongArch aliases and CS_OPT_SYNTAX_NO_DOLLAR support by @wargio in https://github.com/capstone-engine/capstone/pull/2594
|
||||
* Update Actions by @AndrewQuijano in https://github.com/capstone-engine/capstone/pull/2593
|
||||
* Downgrade labeler to v4 again due to failing CI. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2598
|
||||
* Delete Travis by @AndrewQuijano in https://github.com/capstone-engine/capstone/pull/2600
|
||||
* Implement CPack for Debian/RPM by @AndrewQuijano in https://github.com/capstone-engine/capstone/pull/2590
|
||||
* Add tricore tc1.8 instructions by @Changqing-JING in https://github.com/capstone-engine/capstone/pull/2595
|
||||
* Apply new EVM opcode updates by @andelf in https://github.com/capstone-engine/capstone/pull/2602
|
||||
* Fix SystemZ macro in Makefile by @Changqing-JING in https://github.com/capstone-engine/capstone/pull/2603
|
||||
* Rebased #2570 by @Rot127 in https://github.com/capstone-engine/capstone/pull/2614
|
||||
|
||||
## New Contributors
|
||||
* @satk0 made their first contribution in https://github.com/capstone-engine/capstone/pull/2563
|
||||
* @Roeegg2 made their first contribution in https://github.com/capstone-engine/capstone/pull/2568
|
||||
* @hainest made their first contribution in https://github.com/capstone-engine/capstone/pull/2578
|
||||
* @Changqing-JING made their first contribution in https://github.com/capstone-engine/capstone/pull/2595
|
||||
* @andelf made their first contribution in https://github.com/capstone-engine/capstone/pull/2602
|
||||
|
||||
**Full Changelog**: https://github.com/capstone-engine/capstone/compare/6.0.0-Alpha2...6.0.0-RC1
|
||||
|
||||
|
||||
-----------------------------
|
||||
Version 6.0.0-Alpha2: November 24th, 2024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user