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