From 3e8924ec3c87a6148b98d6a018177d0d319ede64 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Thu, 4 Mar 2021 10:19:32 -0500 Subject: [PATCH] v1.8.4 release --- CHANGELOG.md | 15 +++++++++++++++ README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f95b4de..30b79aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v1.8.4 + +* Bug fixes + * Fix autodetection of built-in SDCard readers on Linux. These are the devices + that show up as `mmcblk0`, etc. You shouldn't have to manually specify them + any more. + * Ensure that FAT filesystems created by `fat_mkfs` are the right size even + when fwup creates disk images. This adds a write to the very last block in + FAT filesystem. + * Fix unit test failures related to improved fsck.fat checks in dosfstools + v4.2. The failures involved volume labels and having a properly sized disk + image. These particular issues don't affect real world use of fwup, but were + concerning since they caused quite a few tests to fail. + * Documentation updates for building on Apple M1 hardware. + ## v1.8.3 This release updates FatFS (the FAT filesystem library) to the latest patch diff --git a/README.md b/README.md index 66cf5f88..14e3a08d 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ brew install fwup On Linux, download and install the appropriate package for your platform: -* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.8.3/fwup_1.8.3_amd64.deb) -* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.8.3/fwup_1.8.3_armhf.deb) +* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup_1.8.4_amd64.deb) +* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup_1.8.4_armhf.deb) * Alpine Linux - Install official [apk](https://pkgs.alpinelinux.org/packages?name=fwup&branch=edge) -* [RedHat/CentOS x86\_64 .rpm](https://github.com/fwup-home/fwup/releases/download/v1.8.3/fwup-1.8.3-1.x86_64.rpm) +* [RedHat/CentOS x86\_64 .rpm](https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup-1.8.4-1.x86_64.rpm) * Arch Linux - See [fwup package](https://aur.archlinux.org/packages/fwup-git/) on AUR * Buildroot - Support is included upstream since the 2016.05 release * Yocto - See [meta-fwup](https://github.com/fwup-home/meta-fwup) @@ -82,11 +82,11 @@ On Windows, `fwup` can be installed from [chocolatey](http://chocolatey.org) choco install fwup -Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.8.3/fwup.exe) +Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup.exe) and place it in your path. If you're using another platform or prefer to build it yourself, download the -latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.8.3/fwup-1.8.3.tar.gz) +latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup-1.8.4.tar.gz) or clone this repository. Then read one of the following files: * [Linux build instructions](docs/build_linux.md) diff --git a/VERSION b/VERSION index a7ee35a3..bfa363e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 +1.8.4