Skip to content

Commit 9ec7e5c

Browse files
authored
Merge pull request #2651 from nahuhh/v18.5.0
blog: add v0.18.5.0 release notes [beta]
2 parents 762c9b7 + 99b6694 commit 9ec7e5c

2 files changed

Lines changed: 154 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "Monero 0.18.5.0 'Fluorine Fermi' released"
3+
summary: Recommended release that adds SOCKS v5 support, removes UPnP support, and includes a large number of bug fixes.
4+
tags: [releases]
5+
author: selsta
6+
image: ./assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
7+
---
8+
9+
# Overview
10+
11+
This is the v0.18.5.0 release of the Monero software. This recommended release adds SOCKS v5 support, removes UPnP support, and includes a large number of bug fixes.
12+
13+
Some highlights of this release are:
14+
15+
- Add SOCKS v5 support to daemon and wallet ([#10411](https://github.com/monero-project/monero/pull/10411))
16+
- Daemon: remove UPnP support ([#10465](https://github.com/monero-project/monero/pull/10465))
17+
- Daemon: fix shutdown hangs ([#10494](https://github.com/monero-project/monero/pull/10494), [#10401](https://github.com/monero-project/monero/pull/10401), [#10489](https://github.com/monero-project/monero/pull/10489))
18+
- Daemon: improve exception handling ([#10437](https://github.com/monero-project/monero/pull/10437), [#10373](https://github.com/monero-project/monero/pull/10373))
19+
- Daemon: speed up transaction pool `get_complement()` for large requests ([#10377](https://github.com/monero-project/monero/pull/10377))
20+
- Daemon: restrict `add_aux_pow` RPC ([#10409](https://github.com/monero-project/monero/pull/10409))
21+
- ZMQ: add restricted RPC mode ([#10389](https://github.com/monero-project/monero/pull/10389), [#10420](https://github.com/monero-project/monero/pull/10420), [#10425](https://github.com/monero-project/monero/pull/10425), [#10469](https://github.com/monero-project/monero/pull/10469), [#10504](https://github.com/monero-project/monero/pull/10504))
22+
- ZMQ: fix txpool transaction reporting for stem-phase transactions ([#10399](https://github.com/monero-project/monero/pull/10399))
23+
- ZMQ: notify txpool event when stem transaction bumps to fluff ([#10453](https://github.com/monero-project/monero/pull/10453))
24+
- Wallet: improve proof validation ([#10480](https://github.com/monero-project/monero/pull/10480), [#10471](https://github.com/monero-project/monero/pull/10471), [#10481](https://github.com/monero-project/monero/pull/10481), [#10473](https://github.com/monero-project/monero/pull/10473))
25+
- Wallet: add option to skip refresh after multisig import ([#10402](https://github.com/monero-project/monero/pull/10402))
26+
- Wallet: add change address sanity check ([#10431](https://github.com/monero-project/monero/pull/10431))
27+
- Wallet RPC: add source info to `describe_transfer` ([#10380](https://github.com/monero-project/monero/pull/10380))
28+
- Wallet RPC: fix `set_daemon` allowed SSL fingerprints parsing ([#10433](https://github.com/monero-project/monero/pull/10433))
29+
- Wallet RPC: restrict sensitive methods in `--restricted-rpc` mode ([#10379](https://github.com/monero-project/monero/pull/10379), [#10435](https://github.com/monero-project/monero/pull/10435))
30+
- Harden HTTP client authentication handling ([#10364](https://github.com/monero-project/monero/pull/10364))
31+
- Add LoongArch build support ([#10400](https://github.com/monero-project/monero/pull/10400))
32+
- Various bug fixes and improvements
33+
34+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.4.6...v0.18.5.0), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.5.0).
35+
36+
# Contributors for this Release
37+
38+
This release was the direct result of 12 people who worked to put out 96 commits containing 2786 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
39+
40+
- tobtoht
41+
- selsta
42+
- hinto-janai
43+
- jeetrex17
44+
- lschomaker1
45+
- nahuhh
46+
- fangyaling
47+
- SNeedlewoods
48+
- jeffro256
49+
- vtnerd
50+
- woodser
51+
- j-berman
52+
53+
# Download
54+
55+
The new binaries can be downloaded from the [Downloads page](/downloads/#cli) or from the direct links below.
56+
57+
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.5.0.zip)
58+
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.5.0.zip)
59+
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.5.0.tar.bz2)
60+
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.5.0.tar.bz2)
61+
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.5.0.tar.bz2)
62+
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.5.0.tar.bz2)
63+
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.5.0.tar.bz2)
64+
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.5.0.tar.bz2)
65+
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.5.0.tar.bz2)
66+
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.5.0.tar.bz2)
67+
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.5.0.tar.bz2)
68+
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.5.0.tar.bz2)
69+
70+
# Hashes
71+
72+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
73+
74+
```
75+
monero-win-x64-v0.18.5.0.zip, 027d96a72d36663b6f5cbcc5b1564c65c628a9f8f2bb9b4d9859c03f741cabc4
76+
monero-win-x86-v0.18.5.0.zip, ce0210583b1b4113d709bb432dde72c55b76c40ebbc7b5b4d4ae862b507632a1
77+
monero-mac-x64-v0.18.5.0.tar.bz2, 79e03406046255d0f6a47e1fdcbbe677ab11ef7d9fcc4481252235361769292c
78+
monero-mac-armv8-v0.18.5.0.tar.bz2, fb48fcef9302bf2f97821498ec791b4f693af4984702e72e588ce02209f8960d
79+
monero-linux-x64-v0.18.5.0.tar.bz2, 166ad93036f95f5abeba24c8670061be022c9238dba2e6a7587611a1d759e294
80+
monero-linux-x86-v0.18.5.0.tar.bz2, 57c63e067d7aefa69f74f44ef7f46091251512aba39570a7c8e26644d298eeb5
81+
monero-linux-armv8-v0.18.5.0.tar.bz2, d8f19b947ce46d468615bb7331962d4ca732e79b1ac6c5128fa509df3f6cc487
82+
monero-linux-armv7-v0.18.5.0.tar.bz2, dedaf94b765c428040f1b64e580e389206141fa2be72fd1394be0a8614f04f40
83+
monero-linux-riscv64-v0.18.5.0.tar.bz2, 219112ffac9af48226dc6ec1fadc8a210a5876eeb7f3a32f3d3cbae842b52bf9
84+
monero-android-armv8-v0.18.5.0.tar.bz2, 7321662959f917db85c3da1c0a37530d21fb5c25e2c9a2dc0490486842dec974
85+
monero-android-armv7-v0.18.5.0.tar.bz2, ab5ab33899c5ac6806a0c1a24a3b01d46c291142f0983a8a184f93c8a3baca9f
86+
monero-freebsd-x64-v0.18.5.0.tar.bz2, 0beb34bac944fdf02e2939fe320b9a6a5b26910cbf0a1a629b26be2aad50bace
87+
```
88+
89+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt](https://www.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.
90+
91+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)](/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)](/resources/user-guides/verification-allos-advanced.html).
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Monero GUI 0.18.5.0 'Fluorine Fermi' released"
3+
summary: Recommended release including a large number of bug fixes.
4+
tags: [releases]
5+
author: selsta
6+
image: ./assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
7+
---
8+
9+
# Overview
10+
11+
This is the v0.18.5.0 release of the Monero GUI software. This recommended release includes a large number of bug fixes.
12+
13+
[The latest CLI release notes can be found on the precedent blog post](/2026/05/11/monero-0.18.5.0-released/)
14+
15+
Some highlights of this release are:
16+
17+
- Move P2Pool install location to LocalAppData on Windows ([#4575](https://github.com/monero-project/monero-gui/pull/4575))
18+
- Fix edge case in URI parsing ([#4576](https://github.com/monero-project/monero-gui/pull/4576))
19+
- Disable offline tx creation with long payment id ([#4579](https://github.com/monero-project/monero-gui/pull/4579))
20+
- Escape untrusted text in QR code scanning scenario ([#4577](https://github.com/monero-project/monero-gui/pull/4577))
21+
- Update P2Pool to v4.15 ([#4584](https://github.com/monero-project/monero-gui/pull/4584))
22+
- Minor bug fixes
23+
24+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.18.4.7...v0.18.5.0), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.5.0).
25+
26+
# Contributors for this Release
27+
28+
This release was the direct result of 6 people who worked to put out 14 commits containing 161 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
29+
30+
- tobtoht
31+
- selsta
32+
- SChernykh
33+
- jpk68
34+
- SNeedlewoods
35+
- luigi1111
36+
37+
# Download
38+
39+
The new binaries can be downloaded from the [Downloads page](/downloads/#gui) or from the direct links below.
40+
41+
- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.5.0.zip)
42+
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.5.0.exe)
43+
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.5.0.dmg)
44+
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.5.0.dmg)
45+
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.5.0.tar.bz2)
46+
47+
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).
48+
49+
# Download Hashes
50+
51+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
52+
53+
```
54+
monero-gui-win-x64-v0.18.5.0.zip, 86b665cbb22e0ce349e1a13fc37e600ae5ab36bf8335f623b7bc6570f6ced05d
55+
monero-gui-install-win-x64-v0.18.5.0.exe, 2aee0fb9a4a858199da46ce3344e7d6dec080efeab21c599903379e3e1d29dec
56+
monero-gui-mac-x64-v0.18.5.0.dmg, 19c6a250c9ae68871a0c5ca7935dfe0eb3f1ddb468d6718b7c257aede096a254
57+
monero-gui-mac-armv8-v0.18.5.0.dmg, 2fe562dd6ffb84941a4ff73412c234ebda8cb1831dec5ebbb217ea17d4288b92
58+
monero-gui-linux-x64-v0.18.5.0.tar.bz2, 99d7e9b1e8084f09bdf837dd862ad96c47a86292bdbd6c2f6b3aaa46ff510b62
59+
```
60+
61+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt](https://www.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.
62+
63+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)](/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)](/resources/user-guides/verification-allos-advanced.html).

0 commit comments

Comments
 (0)