From 79fa774e720ea1be459133c0333c7a99a7b19a7f Mon Sep 17 00:00:00 2001 From: Knut Anderssen Date: Thu, 14 Nov 2024 14:50:40 +0000 Subject: [PATCH] Added changelog --- rust/package/agama.changes | 6 ++++++ web/package/agama-web-ui.changes | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/rust/package/agama.changes b/rust/package/agama.changes index 9c13557a3..dba5395d6 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 14 14:45:47 UTC 2024 - Knut Alejandro Anderssen González + +- Get some wireless settings as optional in order to not break the + connections reader (gh#agama-project/agama#1753). + ------------------------------------------------------------------- Thu Nov 7 14:20:48 UTC 2024 - Imobach Gonzalez Sosa diff --git a/web/package/agama-web-ui.changes b/web/package/agama-web-ui.changes index 8f1188efa..ae09157dd 100644 --- a/web/package/agama-web-ui.changes +++ b/web/package/agama-web-ui.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 14 14:42:46 UTC 2024 - Knut Anderssen + +- Fix wireless authentication initialization as well as the + invalidate the cached query in case of connected + (gh#agama-project/agama#1753). + ------------------------------------------------------------------- Wed Nov 6 06:06:51 UTC 2024 - Michal Filka