From 1824d2a9feb711c2e25cfb4e3219b143dca67d08 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 2 Jun 2016 16:29:47 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + cockpit.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 028625d..b0b64c4 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /cockpit-0.106.tar.xz /cockpit-0.107.tar.xz /cockpit-0.108.tar.xz +/cockpit-0.109.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 60b08b8..4054768 100644 --- a/cockpit.spec +++ b/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 - 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 - 0.108-1 - * SELinux troubleshooting alerts can now be dismissed - * Show SELinux icon for critical alerts diff --git a/sources b/sources index 4a7c4af..a1f76b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13eb75980b871beb5573c3c5363d2332 cockpit-0.108.tar.xz +6d52d105eaa1d7761266a1288dd0fc26 cockpit-0.109.tar.xz