From 04c44f419c343165942c76acd0a692a1bfbc3a92 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Tue, 22 Sep 2015 16:06:05 +0000 Subject: [PATCH] Update to version 0.77 * Work better with multipath storage * Deletion of kubernetes objects * Cleaner URLs in the bookmark bar * Show a warning when adding too many machines * Make authentication work when embedding Cockpit * Complete componentizing Cockpit --- .gitignore | 1 + cockpit.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0f096d7..941cd03 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /cockpit-0.74.tar.bz2 /cockpit-0.75.tar.bz2 /cockpit-0.76.tar.bz2 +/cockpit-0.77.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index 741566f..919b560 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.76 +%define tag 0.77 %define rel 1 # Globals that might be defined elsewhere # * gitcommit xxxx @@ -69,7 +69,6 @@ BuildRequires: krb5-devel BuildRequires: libxslt-devel BuildRequires: docbook-style-xsl BuildRequires: keyutils-libs-devel -BuildRequires: dbus-devel BuildRequires: glib-networking BuildRequires: sed @@ -270,9 +269,7 @@ cat subscriptions.list docker.list networkmanager.list >> shell.list %doc %{_mandir}/man1/cockpit-bridge.1.gz %{_bindir}/cockpit-bridge %attr(4755, -, -) %{_libexecdir}/cockpit-polkit -%{_libexecdir}/cockpit-wrapper %{_libdir}/security/pam_reauthorize.so -%{_datadir}/dbus-1/services/com.redhat.Cockpit.service %files doc %exclude %{_docdir}/%{name}/AUTHORS @@ -472,6 +469,14 @@ fi %endif %changelog +* Tue Sep 22 2015 Stef Walter - 0.77-1 +- * Work better with multipath storage +- * Deletion of kubernetes objects +- * Cleaner URLs in the bookmark bar +- * Show a warning when adding too many machines +- * Make authentication work when embedding Cockpit +- * Complete componentizing Cockpit + * Wed Sep 16 2015 Stef Walter - 0.76-1 - * Fix displaying of network bonds - * Better Kubernetes filter bar, shell access diff --git a/sources b/sources index ec1f771..95b8395 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -befbfbe3a06fdf01749c60509baf6046 cockpit-0.76.tar.bz2 +2b3dd76a624d93b847440008b190c80c cockpit-0.77.tar.bz2