Update to version 0.82

* Support certificate chains properly in cockpit-ws
 * Rename the default self-signed certificate
 * Implement distributed integration testing
This commit is contained in:
Cockpit Project 2015-10-28 20:22:15 +00:00
parent e05125875f
commit 708b9aa042
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@
/cockpit-0.79.tar.bz2
/cockpit-0.80.tar.bz2
/cockpit-0.81.tar.bz2
/cockpit-0.82.tar.bz2

View File

@ -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 <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.81-1
- * Allow configuring NTP servers when used with timesyncd
- * Fix regression in network configuration switches

View File

@ -1 +1 @@
8e44fcbdfb4ccb53fc75bc5c6410611f cockpit-0.81.tar.bz2
86176c2da2c8edc5c98ed23937dd6720 cockpit-0.82.tar.bz2