From e05125875f3fd7ffd1061ae778959cc541a6fd99 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 22 Oct 2015 12:07:45 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + cockpit.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d39fd4c..9d19a74 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /cockpit-0.78.tar.bz2 /cockpit-0.79.tar.bz2 /cockpit-0.80.tar.bz2 +/cockpit-0.81.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index b0e2a71..a55c2aa 100644 --- a/cockpit.spec +++ b/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 - 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 - 0.80-1 - * UI for loading, viewing, changing Private SSH Keys - * Always start an ssh-agent in the cockpit login session diff --git a/sources b/sources index 72287e8..021c579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -955e571a45acd916373c47e173c5dab9 cockpit-0.80.tar.bz2 +8e44fcbdfb4ccb53fc75bc5c6410611f cockpit-0.81.tar.bz2