From cc532b914c9f67b17403696de7ff8e8b33f9ba18 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 22:40:17 -0700 Subject: [PATCH] Release 2026.9.24.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces 2026.9.24, whose tag predates the image build fix (#27) and never published. Carries everything 2026.9.24 did -- upstream 0.16.23 and its fixes, the scim release-profile fix -- and since then: - identifiers renamed from the upstream name, with no aliases: the JMAP registry capability is urn:inbuxa:jmap:registry, WebDAV tokens urn:inbuxa:dav*, Sieve extensions vnd.inbuxa.*, the web interface client inbuxa-webui; INBUXA_* settings only. Deploy with admin and webmail releases that use the new names. - the brand in lowercase where people see it. - the spam filter rules bundled with the server; on first start they add the AI classifier's LLM_* scores. - a Local AI page link in Settings › Spam Filter, for the admin release that draws it. - two start-up migrations: the spam model moves to its renamed keys, and the web interface's old OAuth client is retired. --- 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 b5db4bd..17a7db0 100644 --- a/crates/types/src/branding.rs +++ b/crates/types/src/branding.rs @@ -81,7 +81,7 @@ fn legacy_setting(name: &str, is_set: impl Fn(&str) -> bool) -> Option { #[macro_export] macro_rules! brand_version { () => { - "2026.9.24" + "2026.9.24.2" }; } -- 2.54.0