blog: add v0.17.2.0 release notes

This commit is contained in:
selsta 2021-04-09 06:29:02 +02:00
parent 0298ecac6b
commit c7b00cd7bc
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
2 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,78 @@
---
layout: post
title: "Monero 0.17.2.0 'Oxygen Orion' Point Release"
summary: Point release containing bug fixes and daemon stability improvements
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.2.0 point release of the Monero software. This release contains bug fixes and daemon stability improvements.
Some highlights of this point release are:
- Only print blocked nodes once with \-\-enable-dns-blocklist (#7295)
- Fix Mac serialization compatibility issues (#7350)
- Fix potential crash with Trezor (#7336)
- Fix daemon crash with \-\-db-sync-mode fastest (#7362)
- Daemon stability improvements (#7309, #7390, #7459, #7615, #7621)
- Bump OpenSSL dependency to 1.1.1k (#7637)
- Minor bug fixes
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.17.1.9...v0.17.2.0), along with [the source code](https://github.com/monero-project/monero/tree/v0.17.2.0).
# Contributors for this Release
This release was the direct result of 9 people who worked, largely unpaid and altruistically, to put out 39 commits containing 1146 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- luigi1111
- ndorf
- moneromooo
- anon
- selsta
- mj-xmr
- sech1
- hyc
- ph4r05
# Download
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below.
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.17.2.0.zip)
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.17.2.0.zip)
- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.17.2.0.tar.bz2)
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.2.0.tar.bz2)
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.17.2.0.tar.bz2)
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.17.2.0.tar.bz2)
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.17.2.0.tar.bz2)
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.17.2.0.tar.bz2)
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.17.2.0.tar.bz2)
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.17.2.0.tar.bz2)
# Hashes
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
```
monero-win-x64-v0.17.2.0.zip, 71e531a0f799c80e3f6319888bd5b85a737091b9bd5d66366cae036163857caf
monero-win-x86-v0.17.2.0.zip, c772070ebdfe9e0d6abda5073808e648e69f8c35f8010e66b80f45a6bdb01792
monero-mac-x64-v0.17.2.0.tar.bz2, 2e95dc107ab0dab36f5544bec040180264256e45407c383cfb45cfe328fe42e0
monero-linux-x64-v0.17.2.0.tar.bz2, 59e16c53b2aff8d9ab7a8ba3279ee826ac1f2480fbb98e79a149e6be23dd9086
monero-linux-x86-v0.17.2.0.tar.bz2, e8a39be486549908c10524d851a006c21c30b1a49142586aff0a17e7c4d46077
monero-linux-armv8-v0.17.2.0.tar.bz2, a004fad5348549e2f1610380775353f19db7cbca0cbe4acbfab87832c484da62
monero-linux-armv7-v0.17.2.0.tar.bz2, b5986d6dfbddee14e32b28305dd0dc6352c18b632f569227f2c7265ef7dc5081
monero-android-armv8-v0.17.2.0.tar.bz2, b8a353f02feaee9aae3d279c043ea33a32413a298d8b6122d00a65508f15169d
monero-android-armv7-v0.17.2.0.tar.bz2, 815341f7d46f75a8905f8b51932e1034a7f6b1669757ff48224632d08339d1bf
monero-freebsd-x64-v0.17.2.0.tar.bz2, 34ef5702a050298f48ccea7db992137bc98c8e6eba45ecd90b47ce0a4b7bf0f8
```
A GPG-signed list of the hashes is at [https://www.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).

View file

@ -0,0 +1,79 @@
---
layout: post
title: "Monero GUI 0.17.2.0 'Oxygen Orion' released"
summary: Point release containing multiple new GUI features
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.2.0 point release of the Monero GUI software.
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2021/04/09/monero-0.17.2.0-released.html)
Some highlights of this release are:
- Allow sending to multiple receipients (#3332)
- Add support for pruning of new databases in wizard (#3345)
- Add support for storing multiple remote nodes (#3373)
- New "Grab QR code from screen" functionality (#3292)
- Improve search functionality on Transactions page (#3215)
- Fix a memory leak on Linux (#3326)
- Fix incorrect fiat price api usage with Kraken (#3298)
- Enable dns block list in simple mode (#3314)
- Restrict max window width / height, fix initial window alignment (#3302)
- Updated translations from Weblate (#3342)
- Update monero submodule to v0.17.2.0 (#3382)
- Minor design improvements
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.1.9...v0.17.2.0), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.2.0).
# Contributors for this Release
This release was the direct result of 66 people who worked, largely unpaid and altruistically, to put out 93 commits containing 31902 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- xiphon
- luigi1111
- rating89us
- toh995
- erciccione
- fsrw42
- benevanoff
- secure-designer
- selsta
A special thanks to translators
Luis Alejandro Herrera Bolaños, ian vatega, Miguel Medina, Michael Russo, Samuel, 0x82b, kombometralla, Tony Nguyen, Boris Sipos, Tabula Rasa, 8uDD4T, Gleb Golov, Lafudoci, Joan Montané, Nima Ghotbi, Gilberto F da Silva, Russian Bear, Agent LvM, v1docq47, Scott Anecito, x52fws, Lana, Demofrager, Ian appel, EvolBit, Bertrand Jacquin, lir4376, Loué Marie, el00ruobuob, Michal Vašíček, dskch83, ambercookie, warraxxx, Georgios Apostolopoulos, ΚΥΡΙΑΚΟΣ ΚΑΡΑΚΥΡΙΟΣ, Marinus Savoritias, Iason Andreou, Donald A. Iljazi, Vytas, Aivaras Kasperaitis, Renato MB, netrik182, Mathkamy, Allan Nordhøy, obit33, Edwin den Boer, dutchcodes, Ori Levenglick, Yan Abu Arab, G. Orwell, mr, Paul Janowitz, Nicolas, GreenPiece, SJ, Deleted User, Wobole
# 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.2.0.zip)
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.2.0.exe)
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.2.0.dmg)
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.2.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.2.0.zip, 12d7e364b3870b96ed646329634cdcb7e9b2f3fb3290c9834d7a17214d6b47c2
monero-gui-install-win-x64-v0.17.2.0.exe, 2e6150da2243eb887b727fb1e7cd7824ea869648fcd55843f7e767f1966026ab
monero-gui-mac-x64-v0.17.2.0.dmg, 8825b196146c73d13292d1e65aa3c263170358af938dc4b47b498fab1d12f0c0
monero-gui-linux-x64-v0.17.2.0.tar.bz2, ee31d67f3df174cc88b01a528aa9d882504fb5f7ae805f449ff35820a4d45bbb
```
A GPG-signed list of the hashes is at [https://www.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).