From 96ac70ad283001d16990fec7fd168e7c930d8102 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 19:45:19 -0700 Subject: [PATCH] Release 2026.9.24 Carries upstream 0.16.23 -- the DSN, POP3, Sieve, DMARC-report, ACME and DNSSEC-resolver fixes in its own change log -- with the files it changed marked under AGPL section 5(a), and one upstream test dropped that the fork's routing makes meaningless. It is also the first release whose tag attaches binaries: a host install can now fetch inbuxa-linux-amd64.tar.gz or inbuxa-linux-arm64.tar.gz instead of pulling the image and copying the file out of it. --- crates/types/src/branding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/src/branding.rs b/crates/types/src/branding.rs index 489fc63..5e471c9 100644 --- a/crates/types/src/branding.rs +++ b/crates/types/src/branding.rs @@ -71,7 +71,7 @@ pub fn env_var(name: &str) -> Result { #[macro_export] macro_rules! brand_version { () => { - "2026.9.23" + "2026.9.24" }; }