From 2f75369094280179c9ffeec0df96c372dff2fa78 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 23 Jun 2025 23:40:37 +0200 Subject: [PATCH] version: 2.93.0 -> 2.93.1 * Announce the deprecation of ca-derivations and various other features as planned initially. * Fixes papercuts in 2.93.0 (SSH connections). * Fixes the curl download bug for non-Nixpkgs users. * Fixes CVE-2025-46415, CVE-2025-46416, CVE-2025-52991, CVE-2025-52992, and CVE-2025-52993. Change-Id: I8f700396a5ac57d2a1832833f83c22645c73697d Signed-off-by: Raito Bezarius --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index a9f46a148..157db1d42 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.93.0", + "version": "2.93.1", "official_release": false, "release_name": "Bici Bici" }