diff --git a/.gitignore b/.gitignore index 81804bb..ed872e2 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /cockpit-0.91.tar.xz /cockpit-0.92.tar.xz /cockpit-0.93.tar.xz +/cockpit-0.94.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 1901af8..4615d9d 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.93 +%define tag 0.94 %define rev 1 # # This file is maintained at the following location: @@ -472,6 +472,12 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Tue Feb 02 2016 Stef Walter - 0.94-1 +- * Handle interruptions during cockpit-ws start while reading from /dev/urandom +- * Remove BIOS display from Server Summary page +- * Support tuned descriptions +- * Fix Content-Security-Policy in example manifest.json files + * Mon Jan 25 2016 Stef Walter - 0.93-1 - * Set system performance profile via tuned - * Support for WebSocket client in cockpit-bridge diff --git a/sources b/sources index 21d7b3d..8f6a06a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c58592061c1b11ac263ea6982d03410a cockpit-0.93.tar.xz +986200e3daf909de2d060004cb40f15d cockpit-0.94.tar.xz