File tree Expand file tree Collapse file tree 5 files changed +22
-8
lines changed
Expand file tree Collapse file tree 5 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 11name : iaito CI
22
33env :
4- R2V : 5.9.6
4+ R2V : 5.9.8
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.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>" ;
116+ PKGNAME=' iaito' ; VERSION=' 5.9.8 ' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=8 ; VERSION_NUMBER=50908 ; 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.6 to adapt to many kinds of systems.
121+ 'configure' configures iaito-5.9.8 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.6 "
197+ echo " 5.9.8 "
198198 exit 0
199199fi
200- echo " iaito-5.9.6 configuration script done with acr v2.1.4.
200+ echo " iaito-5.9.8 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.6 "
229+ echo " VERSION: 5.9.8 "
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.6
2+ VERSION 5.9.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 = 5
66IAITO_VERSION_MINOR = 9
7- IAITO_VERSION_PATCH = 6
7+ IAITO_VERSION_PATCH = 8
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.8" date =" 2024-11-19" >
46+ <description >
47+ <p >Fix opening projects</p >
48+ <p >Autoindent the whole codebase with qtcreator's clang-format configuration</p >
49+ <p >Load r2 plugin from the iaito/plugins directory</p >
50+ <p >Add link to the r2bok in the Help menu</p >
51+ <p >Fix crash when launching from the menubar in HaikuOS</p >
52+ <p >Fix address in the imports widget</p >
53+ <p >Fix qmake detection in configure</p >
54+ <p >Center tabbar in NewFile dialog for all systems (not only macOS)</p >
55+ <p >Add fortune message dialog</p >
56+ <p >Sync with r2-5.9.8</p >
57+ </description >
58+ </release >
4559 <release version =" 5.9.6" date =" 2024-10-13" >
4660 <description >
4761 <p >Show a summary instead of all the function variables (aligned with r2-5.9.6)</p >
You can’t perform that action at this time.
0 commit comments