Update to version 0.95

* iSCSI initiator support on the storage page
 * Page browser title now uses on operating system name
 * Better look when Cockpit disconnects from the server
 * Avoid use of NFS in the Vagrantfile
 * Expand 'Tools' menu when navigating to one of its items
 * Set a default $PATH in cockpit-bridge
This commit is contained in:
Cockpit Project 2016-02-12 15:11:01 +00:00
parent 825960f619
commit 3c92939e80
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -72,3 +72,4 @@
/cockpit-0.92.tar.xz
/cockpit-0.93.tar.xz
/cockpit-0.94.tar.xz
/cockpit-0.95.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.94
%define tag 0.95
%define rev 1
#
# This file is maintained at the following location:
@ -472,6 +472,14 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Fri Feb 12 2016 Stef Walter <stefw@redhat.com> - 0.95-1
- * iSCSI initiator support on the storage page
- * Page browser title now uses on operating system name
- * Better look when Cockpit disconnects from the server
- * Avoid use of NFS in the Vagrantfile
- * Expand 'Tools' menu when navigating to one of its items
- * Set a default $PATH in cockpit-bridge
* 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

View File

@ -1 +1 @@
986200e3daf909de2d060004cb40f15d cockpit-0.94.tar.xz
75c13167e00a7fa3cdad48ad28c5710f cockpit-0.95.tar.xz