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:
parent
d3e5235fb0
commit
ec6f5f6285
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/cockpit-0.77.tar.bz2
|
||||
/cockpit-0.78.tar.bz2
|
||||
/cockpit-0.79.tar.bz2
|
||||
/cockpit-0.80.tar.bz2
|
||||
|
10
cockpit.spec
10
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.79
|
||||
%define tag 0.80
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -19,7 +19,7 @@
|
||||
%define rev 1
|
||||
|
||||
%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
|
||||
%endif
|
||||
|
||||
@ -482,6 +482,12 @@ fi
|
||||
%endif
|
||||
|
||||
%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
|
||||
- * Vagrant file for Cockpit development
|
||||
- * Use libvirt for testing
|
||||
|
Loading…
Reference in New Issue
Block a user