File tree Expand file tree Collapse file tree 5 files changed +26
-9
lines changed
Expand file tree Collapse file tree 5 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 11name : iaito CI
22
33env :
4- R2V : 5.9.4
4+ R2V : 5.9.6
55
66on :
77 push :
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ done
113113: ${INSTALL_PROGRAM_STRIP:= ${INSTALL} -m 755 -s}
114114: ${INSTALL_MAN:= ${INSTALL} -m 444}
115115: ${INSTALL_LIB:= ${INSTALL} -m 755 -c}
116- PKGNAME=' iaito' ; VERSION=' 5.9.4 ' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=4 ; VERSION_NUMBER=50904 ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
116+ PKGNAME=' iaito' ; VERSION=' 5.9.6 ' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=6 ; VERSION_NUMBER=50906 ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
117117}
118118
119119show_usage () {
120120cat << EOF2
121- 'configure' configures iaito-5.9.4 to adapt to many kinds of systems.
121+ 'configure' configures iaito-5.9.6 to adapt to many kinds of systems.
122122
123123Usage: ./configure [OPTION]... [VAR=VALUE]...
124124
@@ -194,10 +194,10 @@ ocho() {
194194
195195show_version () {
196196if [ " $QUIET " = 1 ]; then
197- echo " 5.9.4 "
197+ echo " 5.9.6 "
198198 exit 0
199199fi
200- echo " iaito-5.9.4 configuration script done with acr v2.1.4.
200+ echo " iaito-5.9.6 configuration script done with acr v2.1.4.
201201The 'Free Software Foundation' message is only for autodetection.
202202Originally written by pancake <nopcode.org>."
203203exit 0
@@ -226,7 +226,7 @@ case $flag in
226226 show_version ; ;;
227227-r|--r|--report)
228228echo " PKGNAME: iaito"
229- echo " VERSION: 5.9.4 "
229+ echo " VERSION: 5.9.6 "
230230echo " AUTHOR: pancake"
231231echo " EMAIL: pancake@nopcode.org"
232232echo " LANGS: c++"
Original file line number Diff line number Diff line change 11PKGNAME iaito
2- VERSION 5.9.4
2+ VERSION 5.9.6
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 = 5
66IAITO_VERSION_MINOR = 9
7- IAITO_VERSION_PATCH = 4
7+ IAITO_VERSION_PATCH = 6
88
99CONFIG += c++20
1010CONFIG +=app_bundle
Original file line number Diff line number Diff line change 4242 <name >radare</name >
4343 </developer >
4444 <releases >
45+ <release version =" 5.9.6" date =" 2024-10-13" >
46+ <description >
47+ <p >Show a summary instead of all the function variables (aligned with r2-5.9.6)</p >
48+ <p >Fixed segfault when editing instructions in 2 byte files</p >
49+ <p >Experimental analysis now runs aaw and aaef</p >
50+ <p >More consistent and better app icons for Wayland, Windows and macOS</p >
51+ <p >New menu entry to edit and use the rarun2 profile for debugging</p >
52+ <p >Add support for function annotations (ano command)</p >
53+ <p >Show tabs on top by default</p >
54+ <p >Minor visual improvements in the welcome and about screens</p >
55+ <p >Update embedded fonts (Agave + Inconsolata)</p >
56+ <p >Initial support for the Decai decompiler</p >
57+ <p >Fix 'open with no file' option</p >
58+ <p >Fix core plugins listing window</p >
59+ <p >Sync with r2-5.9.6</p >
60+ </description >
61+ </release >
4562 <release version =" 5.9.4" date =" 2024-08-08" >
4663 <description >
4764 <p >Better default analysis settings</p >
4865 <p >Change font size using control+mouse wheel in disasm view</p >
4966 <p >Use Po/Ps to save/open projects</p >
5067 <p >Choose more colors for the basic blocks</p >
5168 <p >Support pascal and utf16 string types</p >
52- <p >Fix address formatting bugs in WIndows </p >
69+ <p >Fix address formatting bugs in Windows </p >
5370 <p >Sync with r2-5.9.4</p >
5471 </description >
5572 </release >
You can’t perform that action at this time.
0 commit comments