Skip to content

Commit

Permalink
v1.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 4, 2018
1 parent 27f2832 commit 3546a58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog

## v1.2.7-dev
## v1.2.7

* Bug fixes
* Implement eject on Windows to avoid automount after burn
* Update libconfuse to pull in security fix (affects static builds only)

## v1.2.6

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.2.6/fwup_1.2.6_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fhunleth/fwup/releases/download/v1.2.6/fwup_1.2.6_armhf.deb)
* [Debian/Ubuntu AMD64 .deb](https://github.com/fhunleth/fwup/releases/download/v1.2.7/fwup_1.2.7_amd64.deb)
* [Raspbian armhf .deb](https://github.com/fhunleth/fwup/releases/download/v1.2.7/fwup_1.2.7_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.2.6/fwup-1.2.6-1.x86_64.rpm)
* [RedHat/CentOS x86\_64 .rpm](https://github.com/fhunleth/fwup/releases/download/v1.2.7/fwup-1.2.7-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.2.6/fwup.exe)
Alternatively, download the [fwup executable](https://github.com/fhunleth/fwup/releases/download/v1.2.7/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.2.6/fwup-1.2.6.tar.gz)
latest [source code release](https://github.com/fhunleth/fwup/releases/download/v1.2.7/fwup-1.2.7.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.2.7-dev
1.2.7

0 comments on commit 3546a58

Please sign in to comment.