chore: Release v0.2.22-rc.1

This release focuses on hardening, architectural refinement, and better testing capabilities.

On the Hardening front, the ToxAV module has undergone significant security improvements. We have addressed a heap buffer overflow in RTP packet handling and fixed several logic bugs in the bandwidth controller and audio modules that could affect stability.

Architectural Refactoring continues with the internalization of core system dependencies. The system clock, random number generation, and memory management are now accessed through abstract interfaces, further decoupling the core from OS-specific implementations and making the codebase more portable and testable.
This commit is contained in:
github-actions[bot]
2026-02-05 07:45:27 +00:00
committed by GitHub
parent 474e95437b
commit 297db8ac45
7 changed files with 49 additions and 9 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ index 70466704d..53a08ad08 100644
# $NetBSD: Makefile,v 1.6 2024/01/22 13:16:56 ryoon Exp $
-DISTNAME= toxcore-0.2.18
+DISTNAME= toxcore-0.2.21
+DISTNAME= toxcore-0.2.22
PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=TokTok/}
@@ -26,6 +26,6 @@ index f0a5e4f04..4122b0867 100644
lib/libtoxcore.so
lib/libtoxcore.so.2
-lib/libtoxcore.so.2.18.0
+lib/libtoxcore.so.2.21.0
+lib/libtoxcore.so.2.22.0
lib/pkgconfig/toxcore.pc
share/bash-completion/completions/tox-bootstrapd