From 78a1022884c6ad8f3e421f1d9707ecd31b93bb33 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 7 Dec 2020 22:33:04 +0100 Subject: [PATCH] blog: add v0.17.1.6 gui --- ...2020-12-07-monero-GUI-0.17.1.6-released.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 _posts/2020-12-07-monero-GUI-0.17.1.6-released.md diff --git a/_posts/2020-12-07-monero-GUI-0.17.1.6-released.md b/_posts/2020-12-07-monero-GUI-0.17.1.6-released.md new file mode 100644 index 00000000..e2f12ab7 --- /dev/null +++ b/_posts/2020-12-07-monero-GUI-0.17.1.6-released.md @@ -0,0 +1,61 @@ +--- +layout: post +title: "Monero GUI 0.17.1.6 'Oxygen Orion' released" +summary: Point release which contains P2P network layer improvements. +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.1.6 minor point release of the Monero GUI software. This is a recommended release that contains P2P network layer improvements. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/12/07/monero-0.17.1.6-released.html) + +Some highlights of this minor release are: + +- Fix transactions getting incorrectly marked as failed +- Minor bug fixes + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.1.5...v0.17.1.6), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.1.6). + +# Contributors for this Release + +This release was the direct result of 4 people who worked, largely unpaid and altruistically, to put out 22 commits containing 228 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- luigi1111 +- xiphon +- Snipa +- rating89us +- 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.6.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.1.6.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.1.6.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.1.6.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.6.zip, 15fac8ad47f1c1a78f92b46692875261d2a3c67a742cb8f43bbed05dc5beb289 +monero-gui-install-win-x64-v0.17.1.6.exe, 18bb1b4c5f762bd9eacabececc012cd077cac4d9dc64f46b42c4ea68cdbfa70e +monero-gui-mac-x64-v0.17.1.6.dmg, dd3e909c2b2d61f6158def93ec544897ea5cd4c22fa9a8a8398a6c511ba5ec47 +monero-gui-linux-x64-v0.17.1.6.tar.bz2, 413d41f8e349b52db60c6932182f852c34587f55f7b4436fe72a0bb7245830c3 +``` + +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).