|
| 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). |
0 commit comments