update changelog
This commit is contained in:
parent
f7105b0e0a
commit
e081d4a01b
|
@ -1,3 +1,10 @@
|
||||||
|
cockpit-navigator (0.4.2-1focal) focal; urgency=low
|
||||||
|
|
||||||
|
* Implement list view.
|
||||||
|
* Fix opening symlinks to files for editing.
|
||||||
|
|
||||||
|
-- Josh Boudreau <jboudreau@45drives.com> Mon, 07 Jun 2021 17:27:00 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.4.1-1focal) focal; urgency=low
|
cockpit-navigator (0.4.1-1focal) focal; urgency=low
|
||||||
|
|
||||||
* Use smaller chunk size while uploading for older versions of Cockpit.
|
* Use smaller chunk size while uploading for older versions of Cockpit.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: cockpit-navigator
|
Name: cockpit-navigator
|
||||||
Version: 0.4.1
|
Version: 0.4.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A File System Browser for Cockpit.
|
Summary: A File System Browser for Cockpit.
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.2-1
|
||||||
|
- Implement list view.
|
||||||
|
- Fix opening symlinks to files for editing.
|
||||||
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.1-1
|
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.1-1
|
||||||
- Use smaller chunk size while uploading for older versions of Cockpit.
|
- Use smaller chunk size while uploading for older versions of Cockpit.
|
||||||
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.0-1
|
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.0-1
|
||||||
|
|
Loading…
Reference in New Issue