File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed
Expand file tree Collapse file tree 4 files changed +18
-8
lines changed 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.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>" ;
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>" ;
131131}
132132
133133show_usage () {
134134cat << EOF2
135- 'configure' configures iaito-6.0.8 to adapt to many kinds of systems.
135+ 'configure' configures iaito-6.1.0 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.8 "
211+ echo " 6.1.0 "
212212 exit 0
213213fi
214- echo " iaito-6.0.8 configuration script done with acr v2.2.4.
214+ echo " iaito-6.1.0 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.8 "
243+ echo " VERSION: 6.1.0 "
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.8
2+ VERSION 6.1.0
33CONTACT pancake ; pancake@nopcode.org
44
55LANG_CXX!
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ TEMPLATE = app
33TARGET = iaito
44
55IAITO_VERSION_MAJOR = 6
6- IAITO_VERSION_MINOR = 0
7- IAITO_VERSION_PATCH = 8
6+ IAITO_VERSION_MINOR = 1
7+ IAITO_VERSION_PATCH = 0
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.1.0" date =" 2026-03-09" >
46+ <description >
47+ <p >Configurable navigation bar position and size</p >
48+ <p >Navigation bar can respect color theme</p >
49+ <p >Improve type xrefs, viewer and editor</p >
50+ <p >Fix command injections in maps and files widgets</p >
51+ <p >Decompiler code highlighting honors the color theme in r2</p >
52+ <p >Address incorrect dynamic casts crashes</p >
53+ </description >
54+ </release >
4555 <release version =" 6.0.8" date =" 2026-01-04" >
4656 <description >
4757 <p >Fix crash in layout calculations</p >
You can’t perform that action at this time.
0 commit comments