Update to version 0.80

* UI for loading, viewing, changing Private SSH Keys
 * Always start an ssh-agent in the cockpit login session
 * New listing panel designs
 * Lots of testing and bug fixes
This commit is contained in:
Cockpit Project 2015-10-14 20:33:22 +00:00
parent d3e5235fb0
commit ec6f5f6285
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@
/cockpit-0.77.tar.bz2 /cockpit-0.77.tar.bz2
/cockpit-0.78.tar.bz2 /cockpit-0.78.tar.bz2
/cockpit-0.79.tar.bz2 /cockpit-0.79.tar.bz2
/cockpit-0.80.tar.bz2

View File

@ -1,4 +1,4 @@
%define tag 0.79 %define tag 0.80
%define rev 1 %define rev 1
# #
# This file is maintained at the following location: # This file is maintained at the following location:
@ -19,7 +19,7 @@
%define rev 1 %define rev 1
%if %{defined gitcommit} %if %{defined gitcommit}
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g' %define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g -DWITH_DEBUG'
%define branding default %define branding default
%endif %endif
@ -482,6 +482,12 @@ fi
%endif %endif
%changelog %changelog
* Wed Oct 14 2015 Stef Walter <stefw@redhat.com> - 0.80-1
- * UI for loading, viewing, changing Private SSH Keys
- * Always start an ssh-agent in the cockpit login session
- * New listing panel designs
- * Lots of testing and bug fixes
* Wed Oct 07 2015 Stef Walter <stefw@redhat.com> - 0.79-1 * Wed Oct 07 2015 Stef Walter <stefw@redhat.com> - 0.79-1
- * Vagrant file for Cockpit development - * Vagrant file for Cockpit development
- * Use libvirt for testing - * Use libvirt for testing

View File

@ -1 +1 @@
e9ce1c53976320efabb0259604da7b30 cockpit-0.79.tar.bz2 955e571a45acd916373c47e173c5dab9 cockpit-0.80.tar.bz2