From 708b9aa042c940f6bd260b7cb01fabc7b7040a2b Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Wed, 28 Oct 2015 20:22:15 +0000 Subject: [PATCH] Update to version 0.82 * Support certificate chains properly in cockpit-ws * Rename the default self-signed certificate * Implement distributed integration testing --- .gitignore | 1 + cockpit.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9d19a74..4c0aa29 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /cockpit-0.79.tar.bz2 /cockpit-0.80.tar.bz2 /cockpit-0.81.tar.bz2 +/cockpit-0.82.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index a55c2aa..227da8e 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.81 +%define tag 0.82 %define rev 1 # # This file is maintained at the following location: @@ -482,6 +482,11 @@ fi %endif %changelog +* Wed Oct 28 2015 Stef Walter - 0.82-1 +- * Support certificate chains properly in cockpit-ws +- * Rename the default self-signed certificate +- * Implement distributed integration testing + * Wed Oct 21 2015 Stef Walter - 0.81-1 - * Allow configuring NTP servers when used with timesyncd - * Fix regression in network configuration switches diff --git a/sources b/sources index 021c579..67df3d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e44fcbdfb4ccb53fc75bc5c6410611f cockpit-0.81.tar.bz2 +86176c2da2c8edc5c98ed23937dd6720 cockpit-0.82.tar.bz2