Update to version 0.81
* Allow configuring NTP servers when used with timesyncd * Fix regression in network configuration switches * Make the various graphs look better * Openshift Routes and Deployment Configs can be removed * Run integration tests using TAP "test anything protocol" * Lots of other bug fixes and cleanup
This commit is contained in:
parent
ec6f5f6285
commit
e05125875f
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
||||
/cockpit-0.78.tar.bz2
|
||||
/cockpit-0.79.tar.bz2
|
||||
/cockpit-0.80.tar.bz2
|
||||
/cockpit-0.81.tar.bz2
|
||||
|
10
cockpit.spec
10
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.80
|
||||
%define tag 0.81
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -482,6 +482,14 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 21 2015 Stef Walter <stefw@redhat.com> - 0.81-1
|
||||
- * Allow configuring NTP servers when used with timesyncd
|
||||
- * Fix regression in network configuration switches
|
||||
- * Make the various graphs look better
|
||||
- * Openshift Routes and Deployment Configs can be removed
|
||||
- * Run integration tests using TAP "test anything protocol"
|
||||
- * Lots of other bug fixes and cleanup
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user