Update to version 0.94

* 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
This commit is contained in:
Cockpit Project 2016-02-02 17:26:16 +00:00
parent 6cb20c3b91
commit 825960f619
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@
/cockpit-0.91.tar.xz
/cockpit-0.92.tar.xz
/cockpit-0.93.tar.xz
/cockpit-0.94.tar.xz

View File

@ -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 <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.93-1
- * Set system performance profile via tuned
- * Support for WebSocket client in cockpit-bridge

View File

@ -1 +1 @@
c58592061c1b11ac263ea6982d03410a cockpit-0.93.tar.xz
986200e3daf909de2d060004cb40f15d cockpit-0.94.tar.xz