Skip to content

Commit 68abcc5

Browse files
authored
Merge pull request monero-project#2678 from selsta/v0.18.5.1
blog: v0.18.5.1 release notes
2 parents 231c67a + a4718bc commit 68abcc5

2 files changed

Lines changed: 180 additions & 0 deletions

File tree

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
layout: post
3+
title: "Monero 0.18.5.1 'Fluorine Fermi' released"
4+
summary: Recommended release including a large number of bug fixes.
5+
tags: [releases]
6+
author: selsta
7+
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
8+
---
9+
10+
<div align="center">
11+
<img src="{{ page.image }}" width="350px">
12+
</div>
13+
14+
# Overview
15+
16+
This is the v0.18.5.1 release of the Monero software. This recommended release includes a large number of bug fixes.
17+
18+
Some highlights of this release are:
19+
20+
- Daemon: display IPv6 connections ([#10611](https://github.com/monero-project/monero/pull/10611))
21+
- Daemon: fix slow shutdown with Tor/I2P enabled ([#10698](https://github.com/monero-project/monero/pull/10698))
22+
- Daemon: avoid unsafe pidfile truncation ([#10608](https://github.com/monero-project/monero/pull/10608))
23+
- Daemon: use latest hard fork block for approximate blockchain height ([#10580](https://github.com/monero-project/monero/pull/10580))
24+
- Daemon: restrict `get_alt_blocks_hashes` RPC ([#10610](https://github.com/monero-project/monero/pull/10610))
25+
- Daemon: fix wrong `block_weight` in `handle_get_objects` ([#10715](https://github.com/monero-project/monero/pull/10715))
26+
- Daemon: improve incoming block scan table handling ([#10838](https://github.com/monero-project/monero/pull/10838))
27+
- Daemon: restore safe sync mode when target height drops ([#10598](https://github.com/monero-project/monero/pull/10598))
28+
- Daemon: canonicalize Tor and I2P hostnames ([#10638](https://github.com/monero-project/monero/pull/10638), [#10704](https://github.com/monero-project/monero/pull/10704))
29+
- Daemon: fix dangling iterator in remote host checks ([#10649](https://github.com/monero-project/monero/pull/10649))
30+
- Daemon: improve duplicate transaction handling in `handle_notify_new_transactions` ([#10836](https://github.com/monero-project/monero/pull/10836))
31+
- Daemon: fix use-after-free in txpool prune ([#10710](https://github.com/monero-project/monero/pull/10710))
32+
- ZMQ: cap aggregate receive size ([#10757](https://github.com/monero-project/monero/pull/10757))
33+
- ZMQ: apply restricted-mode privacy filtering to `get_transaction_pool` ([#10543](https://github.com/monero-project/monero/pull/10543))
34+
- Wallet: store multisig nonce erasure before returning signed txset ([#10754](https://github.com/monero-project/monero/pull/10754))
35+
- Wallet: hardening against malicious remote nodes ([#10773](https://github.com/monero-project/monero/pull/10773), [#10776](https://github.com/monero-project/monero/pull/10776), [#10774](https://github.com/monero-project/monero/pull/10774))
36+
- Wallet RPC: add missing trusted daemon check to `rescan_spent` ([#10542](https://github.com/monero-project/monero/pull/10542))
37+
- Wallet RPC: fix `describe_transfer` source entry ([#10592](https://github.com/monero-project/monero/pull/10592))
38+
- Wallet RPC: preserve payment ID when editing address book ([#10590](https://github.com/monero-project/monero/pull/10590))
39+
- Wallet RPC: remove unused `finalize_multisig` endpoint ([#10615](https://github.com/monero-project/monero/pull/10615))
40+
- Miner: fix thread 0 always using secure JIT ([#10743](https://github.com/monero-project/monero/pull/10743))
41+
- RandomX: update to v1.2.2 ([#10571](https://github.com/monero-project/monero/pull/10571))
42+
- Fix memory leak with readline ([#10568](https://github.com/monero-project/monero/pull/10568))
43+
- Fix memory leak with RandomX integration on Windows ([#10546](https://github.com/monero-project/monero/pull/10546))
44+
- Various bug fixes and improvements
45+
46+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.5.0...v0.18.5.1), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.5.1).
47+
48+
# Contributors for this Release
49+
50+
This release was the direct result of 13 people who worked to put out 102 commits containing 1094 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
51+
52+
- jeffro256
53+
- tobtoht
54+
- SNeedlewoods
55+
- selsta
56+
- greatjourney589
57+
- iuyua9
58+
- glv2
59+
- alhudz
60+
- nahuhh
61+
- woodser
62+
- ComputeryPony
63+
- SChernykh
64+
- j-berman
65+
66+
# Download
67+
68+
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below.
69+
70+
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.5.1.zip)
71+
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.5.1.zip)
72+
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.5.1.tar.bz2)
73+
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.5.1.tar.bz2)
74+
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.5.1.tar.bz2)
75+
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.5.1.tar.bz2)
76+
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.5.1.tar.bz2)
77+
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.5.1.tar.bz2)
78+
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.5.1.tar.bz2)
79+
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.5.1.tar.bz2)
80+
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.5.1.tar.bz2)
81+
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.5.1.tar.bz2)
82+
83+
# Hashes
84+
85+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
86+
87+
```
88+
monero-win-x64-v0.18.5.1.zip, cf2ae8273977697d9ef2031c7337b781e6e5936578f602444b2990a173a2437d
89+
monero-win-x86-v0.18.5.1.zip, f79746868794786ba4ca3c5a30191263ffb0b9a4ab1c0ffcbe30fd5d04986380
90+
monero-mac-x64-v0.18.5.1.tar.bz2, 82e305bbf6128b386571bed173dae316f9dd06c4ee1217c5eda849444bec89a9
91+
monero-mac-armv8-v0.18.5.1.tar.bz2, dba08921841e675384ce019fd7c93b59fe7b1e6edaa0a3cf0e3253e263f61864
92+
monero-linux-x64-v0.18.5.1.tar.bz2, 22a7dda7b0cb699fdd6b7674c3b4a4465b337cc98a54983523b759e1e7cc9958
93+
monero-linux-x86-v0.18.5.1.tar.bz2, 68783d76d9eac543d593ca1bdfa9c7eb540ec6c646acc68421702465c1d86182
94+
monero-linux-armv8-v0.18.5.1.tar.bz2, c0caf042cb7c7b760f5ad6be188084b59352440b32990a78b8051497b9398dbc
95+
monero-linux-armv7-v0.18.5.1.tar.bz2, bd6693ac411919d474d98c9e7d7bae1f03e7ef7f1d779a15e2ba3a188c958d36
96+
monero-linux-riscv64-v0.18.5.1.tar.bz2, 28ead34fa4320ea6809f16c4b064d3b430e71caf3155d25677cc624388fc0ee5
97+
monero-android-armv8-v0.18.5.1.tar.bz2, a2c0fb240c5eaa947f5a2382ece4613c59b299645ad4d1480ef24e71b8aa8c8f
98+
monero-android-armv7-v0.18.5.1.tar.bz2, daa56844251a9e9f296caaaafcf72c60dade54ae93146085d627ffc883b0fec3
99+
monero-freebsd-x64-v0.18.5.1.tar.bz2, cc32bb64fb577254fe24441e2db0b722dfedff5c953427ffbf396dc16f0feb62
100+
```
101+
102+
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.
103+
104+
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).
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
layout: post
3+
title: "Monero GUI 0.18.5.1 'Fluorine Fermi' released"
4+
summary: Recommended release including a large number of bug fixes.
5+
tags: [releases]
6+
author: selsta
7+
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
8+
---
9+
10+
<div align="center">
11+
<img src="{{ page.image }}" width="350px">
12+
</div>
13+
14+
# Overview
15+
16+
This is the v0.18.5.1 release of the Monero GUI software. This recommended release includes a large number of bug fixes.
17+
18+
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2026/06/05/monero-0.18.5.1-released.html)
19+
20+
Some highlights of this release are:
21+
22+
- Fix a memory safety issue during QR code scanning ([#4597](https://github.com/monero-project/monero-gui/pull/4597))
23+
- Fix wallet freeze on shutdown edge case ([#4603](https://github.com/monero-project/monero-gui/pull/4603))
24+
- Prevent CSV formula injection during export ([#4609](https://github.com/monero-project/monero-gui/pull/4609))
25+
- Apply consistent text escaping across rich text views ([#4610](https://github.com/monero-project/monero-gui/pull/4610))
26+
- Fix console log spam on startup ([#4615](https://github.com/monero-project/monero-gui/pull/4615))
27+
- Check wallet file directory is writable during wallet creation ([#4617](https://github.com/monero-project/monero-gui/pull/4617))
28+
- Add confirmation dialog for unauthenticated OpenAlias ([#4618](https://github.com/monero-project/monero-gui/pull/4618))
29+
- Fix generic name in desktop file ([#4590](https://github.com/monero-project/monero-gui/pull/4590))
30+
- Hide update popup during device passphrase prompt ([#4623](https://github.com/monero-project/monero-gui/pull/4623))
31+
- Set desktop entry ID for the application ([#4625](https://github.com/monero-project/monero-gui/pull/4625))
32+
- Update P2Pool to v4.17.1 ([#4620](https://github.com/monero-project/monero-gui/pull/4620))
33+
- Minor bug fixes
34+
35+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.18.5.0...v0.18.5.1), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.5.1).
36+
37+
# Contributors for this Release
38+
39+
This release was the direct result of 8 people who worked to put out 48 commits containing 192 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
40+
41+
- tobtoht
42+
- selsta
43+
- SChernykh
44+
- jpk68
45+
- City-busz
46+
- SNeedlewoods
47+
- plowsof
48+
- thomasbuilds
49+
50+
# Download
51+
52+
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#gui) or from the direct links below.
53+
54+
- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.5.1.zip)
55+
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.5.1.exe)
56+
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.5.1.dmg)
57+
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.5.1.dmg)
58+
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.5.1.tar.bz2)
59+
60+
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).
61+
62+
# Download Hashes
63+
64+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
65+
66+
```
67+
monero-gui-win-x64-v0.18.5.1.zip, 9241bb617bc4de37b0c3b2481c234ce39984ba2615fc65991979c189f092c918
68+
monero-gui-install-win-x64-v0.18.5.1.exe, 0c0880b62edf00ee4291b37c4ba32227fd1bc31433d84929eeec1e2862bd1c0f
69+
monero-gui-mac-x64-v0.18.5.1.dmg, 1f7b2c3a0e83180267d4c09cbb4f4d14b35c4f3c218abae585f0bb288f8bf01c
70+
monero-gui-mac-armv8-v0.18.5.1.dmg, c40a9125a976d7f063216f286976a252eb5a7f26206bd034f25782691786f18c
71+
monero-gui-linux-x64-v0.18.5.1.tar.bz2, ecf7f734fb0048896b12f7e04e4f69a0257271f8411c06d30cd701371d2fd155
72+
```
73+
74+
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.
75+
76+
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).

0 commit comments

Comments
 (0)