Skip to content

Commit

Permalink
v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 2, 2024
1 parent 44fd8d8 commit 05b40fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.11.0

* Improvements
* Use the file size of regular files to determine the end of the image. This
makes it possible to expand the final file system partition when working
with Qemu disk images. It could break scripts that were expecting regular
files to be able to grow arbitrarily. Those will need to be updated to pad
the image files as needed.

* Package updates
* monocypher 3.1.3
* libarchive 3.7.6 (static builds only)

## v1.10.2

There is a regression with signed delta firmware updates. The TL;DR is that it
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.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)
* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.11.0/fwup_1.11.0_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.11.0/fwup_1.11.0_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.2/fwup.exe)
Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.11.0/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.2/fwup-1.10.2.tar.gz)
latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.11.0/fwup-1.11.0.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.2
1.11.0

0 comments on commit 05b40fe

Please sign in to comment.