Update to version 0.113

* Show timer information for systemd timer jobs
 * Use 'active-backup' as the default for new network bonds
 * When changing system time check formats properly
 * Hide the machine asset tag when no asset exists
 * Disable the network on/off switch for unknown or unmanaged interfaces
 * Show full string for system hardware info and operating system name
This commit is contained in:
Cockpit Project 2016-07-07 15:35:43 +00:00
parent d6e98d594e
commit 389b8e8d41
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -83,3 +83,4 @@
/cockpit-0.109.tar.xz
/cockpit-0.111.tar.xz
/cockpit-0.112.tar.xz
/cockpit-0.113.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.112
%define tag 0.113
%define rev 1
#
# This file is maintained at the following location:
@ -355,10 +355,6 @@ Provides: %{name}-subscriptions = %{version}-%{release}
Requires: subscription-manager >= 1.13
Provides: %{name}-networkmanager = %{version}-%{release}
Requires: NetworkManager
%ifarch x86_64 armv7hl
Provides: %{name}-docker = %{version}-%{release}
Requires: docker >= 1.3.0
%endif
%endif
Provides: %{name}-assets
Obsoletes: %{name}-assets < 0.32
@ -508,6 +504,14 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Thu Jul 07 2016 Stef Walter <stefw@redhat.com> - 0.113-1
- * Show timer information for systemd timer jobs
- * Use 'active-backup' as the default for new network bonds
- * When changing system time check formats properly
- * Hide the machine asset tag when no asset exists
- * Disable the network on/off switch for unknown or unmanaged interfaces
- * Show full string for system hardware info and operating system name
* 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

View File

@ -1 +1 @@
35bc10353e98ae220e2cf1b6c2246dba cockpit-0.112.tar.xz
00544933ef3b1488d55ad3f1bc240519 cockpit-0.113.tar.xz