Skip to content

Commit

Permalink
Release 5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 21, 2024
1 parent 7c7bf0f commit 465cf40
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='iaito' ; VERSION='5.9.8' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=8; VERSION_NUMBER=50908; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='iaito' ; VERSION='5.9.9' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=9; VERSION_NUMBER=50909; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures iaito-5.9.8 to adapt to many kinds of systems.
'configure' configures iaito-5.9.9 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -194,10 +194,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.9.8"
echo "5.9.9"
exit 0
fi
echo "iaito-5.9.8 configuration script done with acr v2.1.4.
echo "iaito-5.9.9 configuration script done with acr v2.1.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -226,7 +226,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: iaito"
echo "VERSION: 5.9.8"
echo "VERSION: 5.9.9"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "LANGS: c++"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME iaito
VERSION 5.9.8
VERSION 5.9.9
CONTACT pancake ; [email protected]

LANG_CXX!
Expand Down
2 changes: 1 addition & 1 deletion src/Iaito.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET = iaito

IAITO_VERSION_MAJOR = 5
IAITO_VERSION_MINOR = 9
IAITO_VERSION_PATCH = 8
IAITO_VERSION_PATCH = 9

CONFIG += c++20
CONFIG+=app_bundle
Expand Down
6 changes: 6 additions & 0 deletions src/org.radare.iaito.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<name>radare</name>
</developer>
<releases>
<release version="5.9.9" date="2024-11-21">
<description>
<p>Use aoml instead of the deprecated ?O</p>
<p>Fix a null deref crash on startup</p>
</description>
</release>
<release version="5.9.8" date="2024-11-19">
<description>
<p>Fix opening projects</p>
Expand Down

0 comments on commit 465cf40

Please sign in to comment.