File tree Expand file tree Collapse file tree 7 files changed +17
-19
lines changed
Expand file tree Collapse file tree 7 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 11name : iaito CI
22
33env :
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
Original file line number Diff line number Diff line change 11# Binaries
22AStyle *
3+ . /config.mk
34
45# OSX files
56* .DS_Store
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
133133show_usage () {
134134cat << 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
137137Usage: ./configure [OPTION]... [VAR=VALUE]...
138138
@@ -208,10 +208,10 @@ ocho() {
208208
209209show_version () {
210210if [ " $QUIET " = 1 ]; then
211- echo " 6.0.4 "
211+ echo " 6.0.8 "
212212 exit 0
213213fi
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.
215215The 'Free Software Foundation' message is only for autodetection.
216216Originally written by pancake <nopcode.org>."
217217exit 0
@@ -240,7 +240,7 @@ case $flag in
240240 show_version ; ;;
241241-r|--r|--report)
242242echo " PKGNAME: iaito"
243- echo " VERSION: 6.0.4 "
243+ echo " VERSION: 6.0.8 "
244244echo " AUTHOR: pancake"
245245echo " EMAIL: pancake@nopcode.org"
246246echo " LANGS: c++"
Original file line number Diff line number Diff line change 11PKGNAME iaito
2- VERSION 6.0.4
2+ VERSION 6.0.8
33CONTACT pancake ; pancake@nopcode.org
44
55LANG_CXX!
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TARGET = iaito
44
55IAITO_VERSION_MAJOR = 6
66IAITO_VERSION_MINOR = 0
7- IAITO_VERSION_PATCH = 4
7+ IAITO_VERSION_PATCH = 8
88
99CONFIG += c++20
1010QMAKE_CXXFLAGS += -std =c ++20
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments