From 07dd9a7f731fbb53ae9183ebcaa877d37c90b578 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Tue, 14 May 2019 10:39:00 -0400 Subject: [PATCH] v1.3.0 release --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a0368..0f507a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.3.0 + +* Improvements + * Bump C compiler options to `-O2` from `-Os`. This provides a small, but + measurable performance improvement (500ms at boot in a trivial project + tested on [nerves_system_rpi0](https://github.com/nerves-project/nerves_system_rpi0)). +* Bux fixes + * Add TAR option `--no-same-owner` to fix errors when untarring artifacts as + the root user. +* Updated dependencies + * [nerves_system_br v1.7.2](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.7.2) + * Linux 4.19.43 + ## v1.2.0 This pulls in a pending patch in Buildroot to update the version of diff --git a/VERSION b/VERSION index 26aaba0..f0bb29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0