From ceb860a83222feb8e581b69009635418cab107c0 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 24 Feb 2024 11:37:57 +0800 Subject: [PATCH 1/3] Use rz-ghidra v0.7.0 --- dist/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index 2fe5b6718..0aa8d03ea 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -188,9 +188,9 @@ if(CUTTER_PACKAGE_RZ_GHIDRA) # installed Cutter. ExternalProject_Add(rz-ghidra GIT_REPOSITORY https://github.com/rizinorg/rz-ghidra - #GIT_TAG v0.3.0 + GIT_TAG v0.7.0 #GIT_TAG c7a50a2e7c0a95cd52b167c9ee0fa1805223f08e - GIT_TAG dev + #GIT_TAG dev #GIT_SHALLOW ON # disable this line when using commit hash CONFIGURE_COMMAND "" BUILD_COMMAND "" From dedd3204c7d0b179448a226f4e6b509d9a5a861f Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 24 Feb 2024 11:40:32 +0800 Subject: [PATCH 2/3] Update Rizin to the latest stable --- rizin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rizin b/rizin index 78d4043af..d3bac05e5 160000 --- a/rizin +++ b/rizin @@ -1 +1 @@ -Subproject commit 78d4043afb39a56fe91ea7ab03c83da613319cc3 +Subproject commit d3bac05e5619b28a0e02eb1e7790315dc8311422 From 35d03e76e92dcc075ace0008b41ebc83f5b5ce98 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 24 Feb 2024 11:46:14 +0800 Subject: [PATCH 3/3] Bump version to v2.3.3 --- .appveyor.yml | 2 +- CMakeLists.txt | 4 ++-- docs/source/conf.py | 4 ++-- src/re.rizin.cutter.appdata.xml | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ef25be60c..89fe7e6a4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '2.2.0-git-{build}' +version: '2.3.3-git-{build}' image: 'Visual Studio 2017' clone_depth: 1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 771bddf13..f31834d23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,8 +36,8 @@ if(NOT CUTTER_ENABLE_PYTHON) endif() set(CUTTER_VERSION_MAJOR 2) -set(CUTTER_VERSION_MINOR 2) -set(CUTTER_VERSION_PATCH 0) +set(CUTTER_VERSION_MINOR 3) +set(CUTTER_VERSION_PATCH 3) set(CUTTER_VERSION "${CUTTER_VERSION_MAJOR}.${CUTTER_VERSION_MINOR}.${CUTTER_VERSION_PATCH}") diff --git a/docs/source/conf.py b/docs/source/conf.py index 34af39b17..5ea414f3c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'The Cutter Developers' # The short X.Y version -version = '2.2' +version = '2.3' # The full version, including a2lpha/beta/rc tags -release = '2.2.0' +release = '2.3.3' # -- General configuration --------------------------------------------------- diff --git a/src/re.rizin.cutter.appdata.xml b/src/re.rizin.cutter.appdata.xml index 9ef364ba8..46efbef28 100644 --- a/src/re.rizin.cutter.appdata.xml +++ b/src/re.rizin.cutter.appdata.xml @@ -25,6 +25,11 @@ xarkes + + + + +