blog: add v0.18.1.2 release notes

This commit is contained in:
selsta 2022-09-29 02:29:39 +02:00
parent 426c29b5b2
commit d6f70d0dfa
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
2 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,74 @@
---
layout: post
title: "Monero 0.18.1.2 'Fluorine Fermi' released"
summary: Release containing bugfixes and improvements to multisig.
tags: [releases]
author: selsta
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
---
<div align="center">
<img src="{{ page.image }}" width="350px">
</div>
# Overview
This is the v0.18.1.2 release of the Monero software. This release contains bugfixes and improvements to multisig.
Some highlights of this release are:
- Wallet: add an option to force-update multisig key exchange (#[8582](https://github.com/monero-project/monero/pull/8582))
- Wallet: fix a bug that would display a "wrong version" warning (#[8585](https://github.com/monero-project/monero/pull/8585))
- Daemon: second thread pool for IO (#[8577](https://github.com/monero-project/monero/pull/8577))
- Daemon: move update_checkpoints() DNS call to a later stage (#[8588](https://github.com/monero-project/monero/pull/8588))
- Minor bug fixes and improvements
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.1.1...v0.18.1.2), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.1.2).
# Contributors for this Release
This release was the direct result of 5 people who worked, largely unpaid and altruistically, to put out 13 commits containing 296 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- selsta
- SChernykh
- j-berman
- UkoeHB
- luigi1111
# 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.18.1.2.zip)
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.1.2.zip)
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.1.2.tar.bz2)
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.1.2.tar.bz2)
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.2.tar.bz2)
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.1.2.tar.bz2)
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.1.2.tar.bz2)
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.1.2.tar.bz2)
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.1.2.tar.bz2)
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.1.2.tar.bz2)
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.1.2.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.18.1.2.zip, 0a3d4d1af7e094c05352c31b2dafcc6ccbc80edc195ca9eaedc919c36accd05a
monero-win-x86-v0.18.1.2.zip, 71e2990ce860521c54a36c9dc77c3c7acdffc92630c4df03ba1253b428b7ac64
monero-mac-x64-v0.18.1.2.tar.bz2, ba1108c7a5e5efe15b6a628fb007c50f01c231f61137bba7427605286dbc6f01
monero-mac-armv8-v0.18.1.2.tar.bz2, 620b825c04f84845ed09de03b207a3230a34f74b30a8a07dde504a7d376ee4b9
monero-linux-x64-v0.18.1.2.tar.bz2, 7d51e7072351f65d0c7909e745827cfd3b00abe5e7c4cc4c104a3c9b526da07e
monero-linux-x86-v0.18.1.2.tar.bz2, ac7b6098fcbe53b91a53e10d75b98d4580f0ec0525b400acfb1ffb6fb7ce8cd4
monero-linux-armv8-v0.18.1.2.tar.bz2, e1467fe289c98349be2b1c4c080e30a224eb3217c814fab0204241b2b19b9c6b
monero-linux-armv7-v0.18.1.2.tar.bz2, 94ece435ed60f85904114643482c2b6716f74bf97040a7af237450574a9cf06d
monero-android-armv8-v0.18.1.2.tar.bz2, e0821251dc02180d2a91bc96835e2f2b2b05f22d3c229d1e819251fa6771bbdf
monero-android-armv7-v0.18.1.2.tar.bz2, 105818bf5e0e7d677c4ea10dbd4df1f8258d5735bbf6348d9f93449f42bea588
monero-freebsd-x64-v0.18.1.2.tar.bz2, 4b1ab16d35a7e77da7a928a45e0db19474be0ee91f6899bcaae10ee294f2b0a2
```
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,63 @@
---
layout: post
title: "Monero GUI 0.18.1.2 'Fluorine Fermi' released"
summary: Release containing fixes for an incorrect error message while being disconnected from a node.
tags: [releases]
author: selsta
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
---
<div align="center">
<img src="{{ page.image }}" width="350px">
</div>
# Overview
This is the v0.18.1.2 release of the Monero GUI software. This release fixes an incorrect error message while being disconnected from a node.
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2022/09/29/monero-0.18.1.2-released.html)
Some highlights of this release are:
- Fix a bug that causes the wallet to display "wrong version"
- Improve behavior when switching nodes (#[4036](https://github.com/monero-project/monero-gui/pull/4036))
- Use different colors for different subaccounts (#[4040](https://github.com/monero-project/monero-gui/pull/4040))
- Minor bug fixes and UI improvements
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.18.1.1...v0.18.1.2), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.1.2).
# Contributors for this Release
This release was the direct result of 5 people who worked, largely unpaid and altruistically, to put out 16 commits containing 87 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- selsta
- luigi1111
- j-berman
- Malinero
- 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.18.1.2.zip)
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.1.2.exe)
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.1.2.dmg)
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.1.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.18.1.2.zip, c57cd8f27dacf64a11a4f86911a99116ab54438c37c87fb7ccb3c616d9a64b6a
monero-gui-install-win-x64-v0.18.1.2.exe, c5dbf3e8fca7341dea1194e57b22f233ceb9471aca8692da6ffd0b4bc3a54a1b
monero-gui-mac-x64-v0.18.1.2.dmg, 0e2e79471ffcc25b939de1937d54610510eaed0cbb19bbdc21a7aa64a2e9ec73
monero-gui-linux-x64-v0.18.1.2.tar.bz2, 1f9406044434eea770f1548a5bad5708f326f7295fb7c12d6c607ff783018a08
```
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).