Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: add post for GUI release 0.16.0.2 #1066

Merged
merged 1 commit into from
Jul 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
56 changes: 56 additions & 0 deletions _posts/2020-07-10-monero-GUI-0.16.0.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: post
title: "Monero GUI 0.16.0.2 'Nitrogen Nebula' released"
summary: GUI release of Monero 0.16.0.2
tags: [releases]
author: selsta
---

# Overview

This is the v0.16.0.2 release of the Monero GUI software.

[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/06/26/monero-0.16.0.1-released.html)

Some highlights of this minor release are:

- Ledger: fix transfer with multiple inputs
- CMake improvements
- Minor security relevant fixes
- Various bug fixes

The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.16.0.0...v0.16.0.2), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.16.0.2).

# Contributors for this Release

This release was the direct result of 4 people who worked, largely unpaid and altruistically, to put out 45 commits containing 403 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:

- luigi1111
- selsta
- xiphon
- rating89us

# Download

The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#gui) or from the direct links below.

- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.16.0.2.zip)
- [Windows, 64-bit(Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.16.0.2.exe)
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.16.0.2.tar.bz2)
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.16.0.2.tar.bz2)

A complete guide for the GUI wallet is included in the archives, but [an online version is available](https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md).

# Download Hashes

If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:

```
monero-gui-win-x64-v0.16.0.2.zip, 6e0efb25d1f5c45a4527c66ad6f6c623c08590d7c21de5a611d8c2ff0e3fbb55
monero-gui-install-win-x64-v0.16.0.2.exe, d35c05856e669f1172207cbe742d90e6df56e477249b54b2691bfd5c5a1ca047
monero-gui-mac-x64-v0.16.0.2.tar.bz2, 142a1e8e67d80ce2386057e69475aa97c58ced30f0ece3f4b9f5ea5b62e48419
monero-gui-linux-x64-v0.16.0.2.tar.bz2, 9ff8c91268f8eb027bd26dcf53fda5e16cb482815a6d5b87921d96631a79f33f
```
A GPG-signed list of the hashes is at [https://getmonero.org/downloads/hashes.txt](https://getmonero.org/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.

Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)]({{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)]({{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html).