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
This commit is contained in:
Cockpit Project 2015-09-22 16:06:05 +00:00
parent ea66d9486e
commit 04c44f419c
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@
/cockpit-0.74.tar.bz2
/cockpit-0.75.tar.bz2
/cockpit-0.76.tar.bz2
/cockpit-0.77.tar.bz2

View File

@ -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 <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.76-1
- * Fix displaying of network bonds
- * Better Kubernetes filter bar, shell access

View File

@ -1 +1 @@
befbfbe3a06fdf01749c60509baf6046 cockpit-0.76.tar.bz2
2b3dd76a624d93b847440008b190c80c cockpit-0.77.tar.bz2