monero-site/_posts/2020-12-30-monero-GUI-0.17.1.8-released.md

61 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

---
layout: post
title: "Monero GUI 0.17.1.8 'Oxygen Orion' released"
summary: Point release containing mitigations against the ongoing memory exhaustion attack
tags: [releases]
author: selsta
image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
---
<div align="center">
<img src="{{ page.image }}" width="350px">
</div>
# Overview
This is the v0.17.1.8 minor point release of the Monero GUI software. This is a recommended release that contains mitigations against the ongoing memory exhaustion attack.
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/12/30/monero-0.17.1.8-released.html)
Some highlights of this minor release are:
- Update monero submodule to v0.17.1.8
- UI tweaks to LineEdit component
- Minor bug fixes
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.1.6...v0.17.1.8), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.1.8).
# Contributors for this Release
This release was the direct result of 3 people who worked, largely unpaid and altruistically, to put out 12 commits containing 99 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- xiphon
- Snipa
- selsta
# 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.17.1.8.zip)
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.1.8.exe)
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.1.8.dmg)
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.1.8.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.17.1.8.zip, 0c4ce3953824e6e65e2913fb1cb246ebe2742386821d2b92b4a6b6251c66f901
monero-gui-install-win-x64-v0.17.1.8.exe, 81dcefcf42127101568357f56afdbe0c92d1f8b153dff09ae2d062ba96579f4e
monero-gui-mac-x64-v0.17.1.8.dmg, f9ad5567e6e1e4a88213190cbde6d974265640438e9f2de41ce0d4839cb021f4
monero-gui-linux-x64-v0.17.1.8.tar.bz2, b9ea5890033a3d67f14abe401c223c5b33947689abaeacf9905e57b811840853
```
A GPG-signed list of the hashes is at [https://getmonero.org/downloads/hashes.txt]({{ site.baseurl_root }}/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).