Skip to content

Commit

Permalink
Release 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 24, 2024
1 parent 56bd22f commit 7656eed
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
- name: packaging
run: |
make -j -C dist/debian
- uses: actions/upload-artifact@v4
with:
name: iaito-amd64.deb
path: dist/debian/*/*.deb
acr-linux:
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -295,7 +291,7 @@ jobs:
- name: Prepare release notes
run: ./scripts/release-notes.sh | tee ./RELEASE_NOTES.md
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: dist/artifacts
- name: Display structure of downloaded files
Expand Down
15 changes: 9 additions & 6 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v2.1.2
# This script was automatically generated by ACR v2.1.4
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down 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.0' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=0; VERSION_NUMBER=50900; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='iaito' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures iaito-5.9.0 to adapt to many kinds of systems.
'configure' configures iaito-5.9.2 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.0"
echo "5.9.2"
exit 0
fi
echo "iaito-5.9.0 configuration script done with acr v2.1.2.
echo "iaito-5.9.2 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.0"
echo "VERSION: 5.9.2"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "LANGS: c++"
Expand Down Expand Up @@ -343,6 +343,7 @@ exit 1
if [ 0 = 0 ]; then echo ${CPP}; else
echo "ERROR: ${CPP} cannot parse sources"; fi
ochof "checking for pkg-config... "
ENVWORDS="${ENVWORDS} HAVE_PKGCONFIG"
if [ -n "$PKGCONFIG" ]; then
if [ -x "$PKGCONFIG" ]; then
_HAVE_PKGCONFIG="${PKGCONFIG}"
Expand All @@ -366,7 +367,9 @@ else
fi
if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
HAVE_PKGCONFIG=1
else
HAVE_PKGCONFIG=0
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1
ocho no; fi
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.0
VERSION 5.9.2
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 = 0
IAITO_VERSION_PATCH = 2

CONFIG+=app_bundle
# LIBS+= -dead_strip
Expand Down
19 changes: 14 additions & 5 deletions src/org.radare.iaito.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,22 @@
<name>radare</name>
</developer>
<releases>
<release version="5.9.0" date="2024-3-31">
<release version="5.9.2" date="2024-05-24">
<description>
<p>Add macos-arm64 builds in the CI</p>
<p>Honor Ps/Po error code when saving/loading projects and show proper error message</p>
<p>Zoom font size with control+wheel in the disassembly widget</p>
<p>Initial r2ui ui command to script the GUI</p>
<p>Sync with r2-5.9.2</p>
</description>
</release>
<release version="5.9.0" date="2024-03-31">
<description>
<p>Stability fixes after lots of testing</p>
<p>Sync with r2-5.9, stay source compatible with 5.8</p>
</description>
</release>
<release version="5.8.8" date="2023-3-15">
<release version="5.8.8" date="2023-06-20">
<description>
<p>Fix startup crash caused by UB</p>
<p>Fix crash when loading Settings</p>
Expand All @@ -62,15 +71,15 @@
<p>In sync with r2-5.8.x, but works with 5.8.9 too</p>
</description>
</release>
<release version="5.8.6" date="2023-3-15">
<release version="5.8.6" date="2023-03-21">
<description>
<p>Build fixes</p>
<p>Disable debugger projects</p>
<p>Better qt6 support</p>
<p>File selection is required to fix a crash</p>
</description>
</release>
<release version="5.8.4" date="2023-3-15">
<release version="5.8.4" date="2023-03-15">
<description>
<p>Complete port to Qt6</p>
<p>Fix the empty import widget</p>
Expand All @@ -79,7 +88,7 @@
<p>Use R_LOG APIs instead of eprintf calls</p>
</description>
</release>
<release version="5.8.2" date="2023-1-1">
<release version="5.8.2" date="2023-01-01">
<description>
<p>Alphabetically sort io and arch comboboxes</p>
<p>Fix assert in release builds</p>
Expand Down

0 comments on commit 7656eed

Please sign in to comment.