From c008d9b0d73036561fe1c418feacafc9e419c233 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Fri, 18 Jun 2021 14:38:49 -0300 Subject: [PATCH] update changelog --- debian/changelog | 6 ++++++ el/cockpit-navigator.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 370ff19..5f734fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cockpit-navigator (0.4.6-1focal) focal; urgency=low + + * Disable navigation buttons when invalid. + + -- Josh Boudreau Fri, 18 Jun 2021 14:38:00 -0300 + cockpit-navigator (0.4.5-1focal) focal; urgency=medium * Fix downloading a single file when the contextmenu diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index d46f995..a9115db 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -1,5 +1,5 @@ Name: cockpit-navigator -Version: 0.4.5 +Version: 0.4.6 Release: 1%{?dist} Summary: A File System Browser for Cockpit. License: GPL-3.0+ @@ -32,6 +32,8 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Fri Jun 18 2021 Josh Boudreau 0.4.6-1 +- Disable navigation buttons when invalid. * Thu Jun 17 2021 Josh Boudreau 0.4.5-1 - Fix downloading a single file when the contextmenu event target is not the file.