Skip to content

Commit

Permalink
v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 1, 2019
1 parent 06fda7d commit 5656930
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## v1.4.0

* New feature
* GPT partitions. This is perhaps the oldest feature request for fwup. Thanks
for your patience. The support in this version allows for static GPT
partitions and ones where the last partition grows to available space. All
UUIDs must be specified (but you can use variables to inject dynamic UUIDs
from scripts calling fwup. See the new `gpt_write` function and details in
the README.md.

## v1.3.2

* Improvements
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -65,10 +65,10 @@ brew install fwup

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

* [Debian/Ubuntu AMD64 .deb](https://github.com/fhunleth/fwup/releases/download/v1.3.2/fwup_1.3.2_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fhunleth/fwup/releases/download/v1.3.2/fwup_1.3.2_armhf.deb)
* [Debian/Ubuntu AMD64 .deb](https://github.com/fhunleth/fwup/releases/download/v1.4.0/fwup_1.4.0_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fhunleth/fwup/releases/download/v1.4.0/fwup_1.4.0_armhf.deb)
* Alpine Linux - Install official [apk](https://pkgs.alpinelinux.org/packages?name=fwup&branch=edge)
* [RedHat/CentOS x86\_64 .rpm](https://github.com/fhunleth/fwup/releases/download/v1.3.2/fwup-1.3.2-1.x86_64.rpm)
* [RedHat/CentOS x86\_64 .rpm](https://github.com/fhunleth/fwup/releases/download/v1.4.0/fwup-1.4.0-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/fhunleth/meta-fwup)
Expand All @@ -77,11 +77,11 @@ On Windows, `fwup` can be installed from [chocolatey](http://chocolatey.org)

choco install fwup

Alternatively, download the [fwup executable](https://github.com/fhunleth/fwup/releases/download/v1.3.2/fwup.exe)
Alternatively, download the [fwup executable](https://github.com/fhunleth/fwup/releases/download/v1.4.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/fhunleth/fwup/releases/download/v1.3.2/fwup-1.3.2.tar.gz)
latest [source code release](https://github.com/fhunleth/fwup/releases/download/v1.4.0/fwup-1.4.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
@@ -1 +1 @@
1.3.2
1.4.0

0 comments on commit 5656930

Please sign in to comment.