Skip to content

Commit ef7467e

Browse files
committed
Release 6.0.8
1 parent 27cdc17 commit ef7467e

File tree

7 files changed

+17
-19
lines changed

7 files changed

+17
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iaito CI
22

33
env:
4-
R2V: 6.0.7
4+
R2V: 6.0.8
55
QT_MAC_INSTALL_VERSION: 6.9.*
66
QT_WIN_INSTALL_VERSION: 6.8.*
77

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Binaries
22
AStyle*
3+
./config.mk
34

45
# OSX files
56
*.DS_Store

config.mk

Lines changed: 0 additions & 11 deletions
This file was deleted.

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ done
127127
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
128128
: ${INSTALL_MAN:=${INSTALL} -m 444}
129129
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
130-
PKGNAME='iaito' ; VERSION='6.0.4' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=4; VERSION_NUMBER=60004; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
130+
PKGNAME='iaito' ; VERSION='6.0.8' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=8; VERSION_NUMBER=60008; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
131131
}
132132

133133
show_usage() {
134134
cat <<EOF2
135-
'configure' configures iaito-6.0.4 to adapt to many kinds of systems.
135+
'configure' configures iaito-6.0.8 to adapt to many kinds of systems.
136136
137137
Usage: ./configure [OPTION]... [VAR=VALUE]...
138138
@@ -208,10 +208,10 @@ ocho() {
208208

209209
show_version() {
210210
if [ "$QUIET" = 1 ]; then
211-
echo "6.0.4"
211+
echo "6.0.8"
212212
exit 0
213213
fi
214-
echo "iaito-6.0.4 configuration script done with acr v2.2.4.
214+
echo "iaito-6.0.8 configuration script done with acr v2.2.4.
215215
The 'Free Software Foundation' message is only for autodetection.
216216
Originally written by pancake <nopcode.org>."
217217
exit 0
@@ -240,7 +240,7 @@ case $flag in
240240
show_version ; ;;
241241
-r|--r|--report)
242242
echo "PKGNAME: iaito"
243-
echo "VERSION: 6.0.4"
243+
echo "VERSION: 6.0.8"
244244
echo "AUTHOR: pancake"
245245
echo "EMAIL: pancake@nopcode.org"
246246
echo "LANGS: c++"

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.0.4
2+
VERSION 6.0.8
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 = 0
7-
IAITO_VERSION_PATCH = 4
7+
IAITO_VERSION_PATCH = 8
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.0.8" date="2026-01-04">
46+
<description>
47+
<p>Fix crash in layout calculations</p>
48+
<p>Fix Discrod link (again)</p>
49+
<p>Support api changes in latest r2</p>
50+
<p>Update macos r2 embed script</p>
51+
</description>
52+
</release>
4553
<release version="6.0.7" date="2025-11-23">
4654
<description>
4755
<p>Support virtual FileSystem navigator</p>

0 commit comments

Comments
 (0)