Release 6.0.8

This commit is contained in:
pancake
2026-01-04 19:04:11 +01:00
parent 27cdc1793c
commit ef7467ebf7
7 changed files with 17 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
name: iaito CI
env:
R2V: 6.0.7
R2V: 6.0.8
QT_MAC_INSTALL_VERSION: 6.9.*
QT_WIN_INSTALL_VERSION: 6.8.*

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Binaries
AStyle*
./config.mk
# OSX files
*.DS_Store

View File

@@ -1,11 +0,0 @@
PREFIX=/usr/local
QMAKE=/usr/bin/qmake
WANT_PYTHON=0
WANT_PYTHON_BINDINGS=0
WANT_CRASH_REPORTS=0
DESTDIR?=
MANDIR=/usr/local/share/man
INSTALL=/usr/bin/install
INSTALL_MAN=/usr/bin/install -m 444

10
configure vendored
View File

@@ -127,12 +127,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='iaito' ; VERSION='6.0.4' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=4; VERSION_NUMBER=60004; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
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>" ;
}
show_usage() {
cat <<EOF2
'configure' configures iaito-6.0.4 to adapt to many kinds of systems.
'configure' configures iaito-6.0.8 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@@ -208,10 +208,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "6.0.4"
echo "6.0.8"
exit 0
fi
echo "iaito-6.0.4 configuration script done with acr v2.2.4.
echo "iaito-6.0.8 configuration script done with acr v2.2.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@@ -240,7 +240,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: iaito"
echo "VERSION: 6.0.4"
echo "VERSION: 6.0.8"
echo "AUTHOR: pancake"
echo "EMAIL: pancake@nopcode.org"
echo "LANGS: c++"

View File

@@ -1,5 +1,5 @@
PKGNAME iaito
VERSION 6.0.4
VERSION 6.0.8
CONTACT pancake ; pancake@nopcode.org
LANG_CXX!

View File

@@ -4,7 +4,7 @@ TARGET = iaito
IAITO_VERSION_MAJOR = 6
IAITO_VERSION_MINOR = 0
IAITO_VERSION_PATCH = 4
IAITO_VERSION_PATCH = 8
CONFIG += c++20
QMAKE_CXXFLAGS += -std=c++20

View File

@@ -42,6 +42,14 @@
<name>radare</name>
</developer>
<releases>
<release version="6.0.8" date="2026-01-04">
<description>
<p>Fix crash in layout calculations</p>
<p>Fix Discrod link (again)</p>
<p>Support api changes in latest r2</p>
<p>Update macos r2 embed script</p>
</description>
</release>
<release version="6.0.7" date="2025-11-23">
<description>
<p>Support virtual FileSystem navigator</p>