Skip to content

Commit

Permalink
v1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 23, 2022
1 parent 7d99493 commit 91fbf8c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.9.1

* Bug fixes
* Fix compilation error when using glibc 2.36. Thanks to @linusdm for
debugging this.
* Fix progress reporting and some error handling when updating U-Boot
environment blocks.
* Bump libarchive and zlib versions for static builds to 3.6.1 and 1.2.12
respectively.

## v1.9.0

This release updates FatFS (the FAT filesystem library) to R0.14b and updates
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.9.0/fwup_1.9.0_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.9.0/fwup_1.9.0_armhf.deb)
* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.9.1/fwup_1.9.1_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.9.1/fwup_1.9.1_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.9.0/fwup-1.9.0-1.x86_64.rpm)
* [RedHat/CentOS x86\_64 .rpm](https://github.com/fwup-home/fwup/releases/download/v1.9.1/fwup-1.9.1-1.x86_64.rpm)
* Arch Linux - See [fwup-git package](https://aur.archlinux.org/packages/fwup-git/) on AUR
* The build for the `fwup-git` package will fail if you don't have `xdelta3` installed, `sudo pacman -S xdelta3`
* Buildroot - Support is included upstream since the 2016.05 release
Expand All @@ -83,11 +83,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.9.0/fwup.exe)
Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.9.1/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.9.0/fwup-1.9.0.tar.gz)
latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.9.1/fwup-1.9.1.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.9.0
1.9.1

0 comments on commit 91fbf8c

Please sign in to comment.