From 30835bdef2a18bb74ed80e5823d5c6c60c00405d Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 15 May 2023 10:30:21 -0400 Subject: [PATCH] v0.13.2 release --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8dee6b..bbcfdaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mix.exs b/mix.exs index b99bc8fd..c3ce8345 100644 --- a/mix.exs +++ b/mix.exs @@ -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