Skip to content

Commit 3ad2e8f

Browse files
committed
v1.13.2 release
1 parent 56ddbcb commit 3ad2e8f

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.13.2
4+
5+
* Improvements
6+
* Improve progress reporting for delta updates. Previously progress was
7+
updated after processing xdelta3 window size chunks (default is 8 MB). Now
8+
progress is updated every 128 KB regardless of window size to avoid the long
9+
stalls.
10+
311
## v1.13.1
412

513
* Bug fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ brew install fwup
7575

7676
On Linux, download and install the appropriate package for your platform:
7777

78-
* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.13.1/fwup_1.13.1_amd64.deb)
79-
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.13.1/fwup_1.13.1_armhf.deb)
78+
* [Debian/Ubuntu AMD64 .deb](https://github.com/fwup-home/fwup/releases/download/v1.13.2/fwup_1.13.2_amd64.deb)
79+
* [Raspbian armhf .deb](https://github.com/fwup-home/fwup/releases/download/v1.13.2/fwup_1.13.2_armhf.deb)
8080
* Alpine Linux - Install official [apk](https://pkgs.alpinelinux.org/packages?name=fwup&branch=edge)
8181
* Arch Linux - See [fwup-git package](https://aur.archlinux.org/packages/fwup-git/) on AUR
8282
* Buildroot - Support is included upstream since the 2016.05 release
@@ -86,11 +86,11 @@ On Windows, `fwup` can be installed from [chocolatey](http://chocolatey.org)
8686

8787
choco install fwup
8888

89-
Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.13.1/fwup.exe)
89+
Alternatively, download the [fwup executable](https://github.com/fwup-home/fwup/releases/download/v1.13.2/fwup.exe)
9090
and place it in your path.
9191

9292
If you're using another platform or prefer to build it yourself, download the
93-
latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.13.1/fwup-1.13.1.tar.gz)
93+
latest [source code release](https://github.com/fwup-home/fwup/releases/download/v1.13.2/fwup-1.13.2.tar.gz)
9494
or clone this repository. Then read one of the following files:
9595

9696
* [Linux build instructions](docs/build_linux.md)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.13.2

0 commit comments

Comments
 (0)