Update to version 0.112

* Don't show network interfaces where NM_CONTROLLED=no is set
 * Add textual fields to container memory and CPU sliders
 * Display contianer memory and CPU resources on Debian
 * Disable tuned correctly when clearing a performance profile
 * Fix SELinux enforcing toggle switch and status
This commit is contained in:
Cockpit Project 2016-06-29 19:13:05 +00:00
parent dd85c6f800
commit d6e98d594e
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/cockpit-0.108.tar.xz
/cockpit-0.109.tar.xz
/cockpit-0.111.tar.xz
/cockpit-0.112.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.111
%define tag 0.112
%define rev 1
#
# This file is maintained at the following location:
@ -508,6 +508,13 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Wed Jun 29 2016 Stef Walter <stefw@redhat.com> - 0.112-1
- * Don't show network interfaces where NM_CONTROLLED=no is set
- * Add textual fields to container memory and CPU sliders
- * Display contianer memory and CPU resources on Debian
- * Disable tuned correctly when clearing a performance profile
- * Fix SELinux enforcing toggle switch and status
* Tue Jun 21 2016 Stef Walter <stefw@redhat.com> - 0.111-1
- * Tarball build issue in 0.110 is now fixed
- * The Containers page layouts have been tweaked

View File

@ -1 +1 @@
d89d8cf2e14525d5000abf938ebeec3d cockpit-0.111.tar.xz
35bc10353e98ae220e2cf1b6c2246dba cockpit-0.112.tar.xz