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:
parent
6cb20c3b91
commit
825960f619
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/cockpit-0.91.tar.xz
|
||||
/cockpit-0.92.tar.xz
|
||||
/cockpit-0.93.tar.xz
|
||||
/cockpit-0.94.tar.xz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user