From 519aa133db40b2b9051715aabc28b3b10ead3152 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 14 Oct 2020 04:40:37 +0200 Subject: [PATCH] blog: v0.17.1.0 GUI blog post --- ...2020-10-14-monero-GUI-0.17.1.0-released.md | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 _posts/2020-10-14-monero-GUI-0.17.1.0-released.md diff --git a/_posts/2020-10-14-monero-GUI-0.17.1.0-released.md b/_posts/2020-10-14-monero-GUI-0.17.1.0-released.md new file mode 100644 index 00000000..ae394c1a --- /dev/null +++ b/_posts/2020-10-14-monero-GUI-0.17.1.0-released.md @@ -0,0 +1,63 @@ +--- +layout: post +title: "Monero GUI 0.17.1.0 'Oxygen Orion' released" +summary: GUI release of Monero 0.17.1.0 +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.1.0 release of the Monero GUI software. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/10/14/monero-0.17.1.0-released.html) + +Some highlights of this major release are: + +- Simple mode: fix a bug causing transaction propagation to fail (stuck as pending) +- Portable mode: save log to storage folder +- Fix a rare crash during wallet refresh +- Fix wallet not showing up on recent wallets screen +- Fix empty RPATH token issue (Linux) +- Minor bug fixes + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.0.1...v0.17.1.0), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.1.0). + +# Contributors for this Release + +This release was the direct result of 3 people who worked, largely unpaid and altruistically, to put out 20 commits containing 186 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 +- 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.0.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.1.0.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.1.0.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.1.0.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.0.zip, 85ecd625721435e99fff0f4849ff40bb3f2de26573b50432a5fe9632dfba3026 +monero-gui-install-win-x64-v0.17.1.0.exe, be3b1f07ba86a0d46c27f670b27d936baa5c4e7b68f3dc37349b8f91b073dc6a +monero-gui-mac-x64-v0.17.1.0.dmg, b9c0cbdc8f9c74d6205858ccb4fb0f1eec792e301aa819bf8aa445a3d17869d3 +monero-gui-linux-x64-v0.17.1.0.tar.bz2, 9076b731634e073430817cd590ea015a19a9cf3336c3c7a7bb16f1fd25b429f4 +``` + +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).