Update to version 0.104

* Show errors correctly when deleting or modifying user accounts
 * Add support for iSCSI cluster volumes
 * Strict Content-Security-Policy in the dashboard, sosreport and realmd code
 * Better list expansion and navigation behavior across Cockpit
 * Don't show 'Computer OU' field when leaving a domain
 * Remove usage of bootstrap-select
 * Show errors properly in performance profile dialog
 * Fix Cluster sidebar to react to window size
 * Allow specifying specific tags in registry image streams
 * Make registry project access policy more visible
This commit is contained in:
Cockpit Project 2016-04-28 07:46:23 +00:00
parent b94b01751c
commit 26d176674c
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -75,3 +75,4 @@
/cockpit-0.95.tar.xz
/cockpit-0.102.tar.xz
/cockpit-0.103.tar.xz
/cockpit-0.104.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.103
%define tag 0.104
%define rev 1
#
# This file is maintained at the following location:
@ -73,7 +73,10 @@ BuildRequires: pcp-libs-devel
BuildRequires: gdb
%if %{defined gitcommit}
# on fedora 24, nodejs provides npm
%if 0%{?fedora} > 0 && 0%{?fedora} < 24
BuildRequires: npm
%endif
BuildRequires: nodejs
# For kerberos tests
BuildRequires: krb5-server
@ -503,6 +506,18 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Thu Apr 28 2016 Stef Walter <stefw@redhat.com> - 0.104-1
- * Show errors correctly when deleting or modifying user accounts
- * Add support for iSCSI cluster volumes
- * Strict Content-Security-Policy in the dashboard, sosreport and realmd code
- * Better list expansion and navigation behavior across Cockpit
- * Don't show 'Computer OU' field when leaving a domain
- * Remove usage of bootstrap-select
- * Show errors properly in performance profile dialog
- * Fix Cluster sidebar to react to window size
- * Allow specifying specific tags in registry image streams
- * Make registry project access policy more visible
* Tue Apr 19 2016 Stef Walter <stefw@redhat.com> - 0.103-1
- * Strict Content-Security-Policy for subscriptions component
- * New dialog for Kubernetes connection configuration

View File

@ -1 +1 @@
e7bae7e9a78f196195b7670e76ff1a96 cockpit-0.103.tar.xz
a97c7e783b44ff5d0b58932845b7249f cockpit-0.104.tar.xz