Skip to content

Commit

Permalink
v1.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 26, 2024
1 parent 178069d commit d458ccd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v1.10.2

There is a regression with signed delta firmware updates. The TL;DR is that it
probably doesn't affect anyone, and if it did affect you, I think you should
have noticed firmware validation breaking by now. Please follow
https://github.com/fwup-home/fwup/issues/227 for updates.

RPMs are no longer distributed due to the packager I was using, FPM, no longer
running on the Ubuntu versions being used on CI. Since I don't use RPM-based
distros, I didn't not feel comfortable switching. Debian packages are still
available. Help would be appreciated for RPMs.

* Improvements
* Don't add superfluous timestamps to zip files (.fw files are zip files). It
turns out that most timestamp fields could be removed completely.
* Don't compress archive signatures

* Bug fixes
* When scanning attached media, filter out devices under 1 MiB since they're
almost certainly not what's wanted. It's still possible to use these
devices, but it won't be automatic any more.

* Package updates
* libarchive 3.7.3

## v1.10.1

This release only is needed if you use redundant U-Boot environments.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ 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.10.1/fwup_1.10.1_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.10.1/fwup_1.10.1_armhf.deb)
* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.10.2/fwup_1.10.2_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.10.2/fwup_1.10.2_armhf.deb)
* Alpine Linux - Install official [apk](https://pkgs.alpinelinux.org/packages?name=fwup&branch=edge)
* Arch Linux - See [fwup-git package](https://aur.archlinux.org/packages/fwup-git/) on AUR
* Buildroot - Support is included upstream since the 2016.05 release
Expand All @@ -81,11 +81,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.10.1/fwup.exe)
Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.10.2/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.10.1/fwup-1.10.1.tar.gz)
latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.10.2/fwup-1.10.2.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.10.1
1.10.2

0 comments on commit d458ccd

Please sign in to comment.