Skip to content

Commit

Permalink
v1.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 4, 2021
1 parent f5ee74f commit 3e8924e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.3
1.8.4

0 comments on commit 3e8924e

Please sign in to comment.