Skip to content

Commit 7908780

Browse files
committed
Release 6.1.2
1 parent 11449f4 commit 7908780

File tree

5 files changed

+26
-11
lines changed

5 files changed

+26
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iaito CI
22

33
env:
4-
R2V: 6.1.0
5-
R2GHIDRA_VERSION: 6.1.0
4+
R2V: 6.1.2
5+
R2GHIDRA_VERSION: 6.1.2
66
QT_MAC_INSTALL_VERSION: 6.9.*
77
QT_WIN_INSTALL_VERSION: 6.8.*
88

configure

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# This script was automatically generated by ACR v2.2.4
2+
# This script was automatically generated by ACR v2.2.6
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -19,6 +19,8 @@ control_c() {
1919
}
2020
trap control_c 2
2121
WANT_QMAKE6=0
22+
WANT_PYTHON_BINDINGS=0
23+
WANT_CRASH_REPORTS=0
2224
split_host() {
2325
S="$"
2426
while : ; do
@@ -127,12 +129,12 @@ done
127129
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
128130
: ${INSTALL_MAN:=${INSTALL} -m 444}
129131
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
130-
PKGNAME='iaito' ; VERSION='6.1.0' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=60100; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
132+
PKGNAME='iaito' ; VERSION='6.1.2' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=60102; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
131133
}
132134

133135
show_usage() {
134136
cat <<EOF2
135-
'configure' configures iaito-6.1.0 to adapt to many kinds of systems.
137+
'configure' configures iaito-6.1.2 to adapt to many kinds of systems.
136138
137139
Usage: ./configure [OPTION]... [VAR=VALUE]...
138140
@@ -177,6 +179,9 @@ EOF2
177179
printf "
178180
Optional Features:
179181
--with-qmake6 ignore qmake in path when qmake6 is found
182+
--with-python-bindings
183+
build with Python bindings
184+
--with-crash-reports handle crashes nicely
180185
"
181186
printf "
182187
Some influential environment variables:
@@ -208,10 +213,10 @@ ocho() {
208213

209214
show_version() {
210215
if [ "$QUIET" = 1 ]; then
211-
echo "6.1.0"
216+
echo "6.1.2"
212217
exit 0
213218
fi
214-
echo "iaito-6.1.0 configuration script done with acr v2.2.4.
219+
echo "iaito-6.1.2 configuration script done with acr v2.2.6.
215220
The 'Free Software Foundation' message is only for autodetection.
216221
Originally written by pancake <nopcode.org>."
217222
exit 0
@@ -240,12 +245,12 @@ case $flag in
240245
show_version ; ;;
241246
-r|--r|--report)
242247
echo "PKGNAME: iaito"
243-
echo "VERSION: 6.1.0"
248+
echo "VERSION: 6.1.2"
244249
echo "AUTHOR: pancake"
245250
echo "EMAIL: pancake@nopcode.org"
246251
echo "LANGS: c++"
247252
echo "PKGCONFIG: r_core"
248-
echo "FLAGS: --with-qmake6"
253+
echo "FLAGS: --with-qmake6 --with-python-bindings --with-crash-reports"
249254
exit 0
250255
;;
251256
--cache-file)
@@ -298,6 +303,8 @@ echo "FLAGS: --with-qmake6"
298303
MANDIR="$value"; ;;
299304

300305
"--with-qmake6") WANT_QMAKE6="1"; ;;
306+
"--with-python-bindings") WANT_PYTHON_BINDINGS="1"; ;;
307+
"--with-crash-reports") WANT_CRASH_REPORTS="1"; ;;
301308
*) if [ "$value" ]; then eval "`echo $flag2=$value`" ;
302309
else echo ; echo "WARNING: Unknown flag '$flag'." >&2 ; echo ; fi ;;
303310
esac

configure.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKGNAME iaito
2-
VERSION 6.1.0
2+
VERSION 6.1.2
33
CONTACT pancake ; pancake@nopcode.org
44

55
LANG_CXX!

src/Iaito.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET = iaito
44

55
IAITO_VERSION_MAJOR = 6
66
IAITO_VERSION_MINOR = 1
7-
IAITO_VERSION_PATCH = 0
7+
IAITO_VERSION_PATCH = 2
88

99
CONFIG += c++20
1010
QMAKE_CXXFLAGS += -std=c++20

src/org.radare.iaito.appdata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<name>radare</name>
4343
</developer>
4444
<releases>
45+
<release version="6.1.2" date="2026-03-19">
46+
<description>
47+
<p>Add new ZoomWidget as a frontend for the pz commands</p>
48+
<p>Move around the zoom view with keys</p>
49+
<p>Fully remove abandoned Python support</p>
50+
<p>Filtering inputs in Files and Seek widget</p>
51+
</description>
52+
</release>
4553
<release version="6.1.0" date="2026-03-09">
4654
<description>
4755
<p>Configurable navigation bar position and size</p>

0 commit comments

Comments
 (0)