From ee9bd73f7ab86ce4db0189cb9c1c6e0ba6a1d99f Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 3 Sep 2019 13:44:13 -0400 Subject: [PATCH] v0.5.1 release --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b94eb7f..28950291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.5.1 + +* Bug fixes + * Add missing PSK conversion when configuring multiple WiFi networks. This + fixes a bug where backup networks wouldn't connect. + +* Improvements + * Don't poll WiFi networks that are configured for AP mode for Internet. They + will never have it. + * Reduce the number of calls to update routing tables. Previously they were + unnecessarily updated on DHCP failures due to timeouts. This also removes + quite a bit of noise from the log. + * Filter out interfaces with "Null" technologies on them from the configured + list. They really aren't configured so it was confusing to see them. + ## v0.5.0 Backwards incompatible change: The WiFi access point property (e.g., diff --git a/mix.exs b/mix.exs index e9c262e4..5d8558aa 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.5.0" + @version "0.5.1" def project do [