Skip to content

Commit

Permalink
v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 3, 2019
1 parent 63dd059 commit ee9bd73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNet.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit ee9bd73

Please sign in to comment.