From ede18ae67cb5b9cee4d90fb97b7358163d6a826d Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 21 Jan 2025 20:42:42 +0100 Subject: [PATCH] fix the regression placement --- updates/01-21-2025.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/updates/01-21-2025.json b/updates/01-21-2025.json index 97cfd9a..de9b14c 100644 --- a/updates/01-21-2025.json +++ b/updates/01-21-2025.json @@ -1,5 +1,9 @@ { "bugs": [ + { + "title": "HP Printer Regression", + "description": "The HP printer package (hplib) is currently broken and had to be removed for this release. It will be readded as soon as possible." + }, { "title": "Upgraded packages", "description": "We synced the package repository with Debian sid for security and bug fixes." @@ -18,11 +22,5 @@ "title": "Bluetooth printers and files", "description": "We added support for bluetooth printers and bluetooth file sharing." } - ], - "regressions": [ - { - "title": "Removed HP Printer Support", - "description": "Due to a currently broken package we had to remove HP Printer support. It will be readded as soon as possible." - } ] }