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:
parent
e05125875f
commit
708b9aa042
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
|||||||
/cockpit-0.79.tar.bz2
|
/cockpit-0.79.tar.bz2
|
||||||
/cockpit-0.80.tar.bz2
|
/cockpit-0.80.tar.bz2
|
||||||
/cockpit-0.81.tar.bz2
|
/cockpit-0.81.tar.bz2
|
||||||
|
/cockpit-0.82.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.81
|
%define tag 0.82
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -482,6 +482,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 21 2015 Stef Walter <stefw@redhat.com> - 0.81-1
|
||||||
- * Allow configuring NTP servers when used with timesyncd
|
- * Allow configuring NTP servers when used with timesyncd
|
||||||
- * Fix regression in network configuration switches
|
- * Fix regression in network configuration switches
|
||||||
|
Loading…
Reference in New Issue
Block a user