Skip to content

Commit

Permalink
v0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 15, 2023
1 parent c52dede commit 30835bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.13.2] - 2023-05-15

* Changed
* Always set IPv4 broadcast address for static IPv4 configurations. This fixes
an issue where the default for subnet broadcast address was not the expected
host all-ones address per RFC 922.
* Prune out LAN addresses when trying to detect Internet connectivity. This
fixes one way that the Internet checker could be tricked by a captive portal
that resolves all DNS queries to its portal address.
* Fix confusion with `:dhcpd` `:subnet` option. This maps to the subnet mask
field when responding to DHCP requests. The word "subnet" was interpreted as
a subnet which was incorrect for this. `:netmask` is now an alias and
examples are fixed.

## [v0.13.1] - 2023-03-15

This release fixes deprecation warnings when using Elixir 1.15.
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.13.1"
@version "0.13.2"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 30835bd

Please sign in to comment.