Update to version 0.109
* API stabilization, structural cleanup * SELinux Troubleshooting: documentation, support latest API * Update Patternfly * Use CockpitLang cookie and Accept-Language for localization * Can now click through to perform administration tasks on Nodes on the Cluster dashboard * Cockpit terminal now supports shells like fish
This commit is contained in:
parent
71cfc8402f
commit
1824d2a9fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@
|
||||
/cockpit-0.106.tar.xz
|
||||
/cockpit-0.107.tar.xz
|
||||
/cockpit-0.108.tar.xz
|
||||
/cockpit-0.109.tar.xz
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.108
|
||||
%define tag 0.109
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -347,6 +347,7 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
||||
|
||||
%postun ws
|
||||
%systemd_postun_with_restart cockpit.socket
|
||||
%systemd_postun_with_restart cockpit.service
|
||||
|
||||
%package shell
|
||||
Summary: Cockpit Shell user interface package
|
||||
@ -507,6 +508,14 @@ pulls in some necessary packages via dependencies.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 02 2016 Dominik Perpeet <dperpeet@redhat.com> - 0.109-1
|
||||
- * API stabilization, structural cleanup
|
||||
- * SELinux Troubleshooting: documentation, support latest API
|
||||
- * Update Patternfly
|
||||
- * Use CockpitLang cookie and Accept-Language for localization
|
||||
- * Can now click through to perform administration tasks on Nodes on the Cluster dashboard
|
||||
- * Cockpit terminal now supports shells like fish
|
||||
|
||||
* Fri May 27 2016 Stef Walter <stefw@redhat.com> - 0.108-1
|
||||
- * SELinux troubleshooting alerts can now be dismissed
|
||||
- * Show SELinux icon for critical alerts
|
||||
|
Loading…
Reference in New Issue
Block a user