From f453d20e04c705419aa0e1b918d0f88bd36dc25e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 May 2026 03:23:43 +0000 Subject: [PATCH] Update version information for v26.5.1 --- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d45d8380..a6f3dc3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +quark-engine (26.5.1-0kali1) kali-dev; urgency=medium + + * Dependency Update + + - Bump pip, flask, and werkzeug to newer versions. (#862, #865, and #883) + + * Bug Fix + + - Fix instruction names for `PyEval.CAST_TYPE`, correct `contains` type annotation, and resolve an `AttributeError` in `BaseApkinfo.__slots__`. (#872, #885, and #879) + + * New Feature + + - Process `invoke-polymorphic` instructions in `AndroguardImp.get_method_bytecode`. (#874) + + * CI Enhancement + + - Update smoke-test behavior counts, refresh Codex CLI flags in workflows, and add an AI issue solver workflow. (#888, #877, and #875) + + * Document Enhancement + + - Add an analysis report for the Hydra malware family. (#892) + + -- Zin Wong Mon, 04 May 2026 11:23:03 +0800 + quark-engine (26.3.1-0kali1) kali-dev; urgency=medium * Performance Improvement diff --git a/debian/control b/debian/control index 148f1da4..6889bce7 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 26.3.1 +Standards-Version: 26.5.1 Homepage: https://github.com/quark-engine/quark-engine Vcs-Browser: https://github.com/quark-engine/quark-engine Vcs-Git: https://github.com/quark-engine/quark-engine diff --git a/docs/source/conf.py b/docs/source/conf.py index fdf69373..7e6e3998 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna' # The full version, including alpha/beta/rc tags -release = 'v26.3.1' +release = 'v26.5.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index 50606c6f..1d4b84e6 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "26.3.1" +__version__ = "26.5.1"