From 9f98175c3257bd8e761e7455242503902c7bc79f Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 24 Jan 2018 11:28:01 -0500 Subject: [PATCH] v0.17.0 release --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6d4155..5afa3280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.17.0 + +System tarballs no longer use the ustar format due to the 99 character path +limitation. This means that they can't be untar'd with Erlang's built-in tar +file support. + + * New features + * [fwup v1.0.0](https://github.com/fhunleth/fwup/releases/tag/v1.0.0) + * Buildroot 2017.11.2 - security patch release + * Enable selection of rpi-firmware to support Raspberry Pi ports that want + to use Linux 4.9 rather than 4.4 + ## v0.16.4 * Bug fix diff --git a/VERSION b/VERSION index 5f2491c5..c5523bd0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.4 +0.17.0