From fa31b1a5177805b06058d414ed5a8b30408f4d6e Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Wed, 5 Feb 2020 00:24:56 +0100 Subject: Release v0.3.0. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb7e29..426e8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v0.3.0 +--- + +- Preshared keys are now always referred to by filename. The file must contain +the base64 encoding of the key itself, followed by newline. + +- Sources are now given in `[[source]]` sections and the name is in a `name` +attribute. Endpoints are taken from the first source that defines the peer. + +- Peer overrides can also set the endpoint and the keepalive timeout. + +- The OpenWRT procd init script has been replaced by a netifd protocol. + v0.2.0 --- -- cgit