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:
Cockpit Project 2016-06-02 16:29:47 +00:00
parent 71cfc8402f
commit 1824d2a9fe
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -80,3 +80,4 @@
/cockpit-0.106.tar.xz /cockpit-0.106.tar.xz
/cockpit-0.107.tar.xz /cockpit-0.107.tar.xz
/cockpit-0.108.tar.xz /cockpit-0.108.tar.xz
/cockpit-0.109.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.108 %define tag 0.109
%define rev 1 %define rev 1
# #
# This file is maintained at the following location: # This file is maintained at the following location:
@ -347,6 +347,7 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
%postun ws %postun ws
%systemd_postun_with_restart cockpit.socket %systemd_postun_with_restart cockpit.socket
%systemd_postun_with_restart cockpit.service
%package shell %package shell
Summary: Cockpit Shell user interface package Summary: Cockpit Shell user interface package
@ -507,6 +508,14 @@ pulls in some necessary packages via dependencies.
%endif %endif
%changelog %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 * Fri May 27 2016 Stef Walter <stefw@redhat.com> - 0.108-1
- * SELinux troubleshooting alerts can now be dismissed - * SELinux troubleshooting alerts can now be dismissed
- * Show SELinux icon for critical alerts - * Show SELinux icon for critical alerts

View File

@ -1 +1 @@
13eb75980b871beb5573c3c5363d2332 cockpit-0.108.tar.xz 6d52d105eaa1d7761266a1288dd0fc26 cockpit-0.109.tar.xz