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:
Cockpit Project 2015-10-22 12:07:45 +00:00
parent ec6f5f6285
commit e05125875f
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -59,3 +59,4 @@
/cockpit-0.78.tar.bz2
/cockpit-0.79.tar.bz2
/cockpit-0.80.tar.bz2
/cockpit-0.81.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
955e571a45acd916373c47e173c5dab9 cockpit-0.80.tar.bz2
8e44fcbdfb4ccb53fc75bc5c6410611f cockpit-0.81.tar.bz2