Skip to content

Commit

Permalink
Merge pull request #2267 from selsta/v0.18.3.2
Browse files Browse the repository at this point in the history
blog: add v0.18.3.2 release notes
  • Loading branch information
binaryFate committed Mar 10, 2024
2 parents 001527b + 8c8cf92 commit dd5079d
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 0 deletions.
96 changes: 96 additions & 0 deletions _posts/2024-03-09-monero-0.18.3.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
layout: post
title: "Monero 0.18.3.2 'Fluorine Fermi' released"
summary: Release adding support for RISC-V and contains important bug fixes.
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.3.2 release of the Monero software. This is a recommended release that adds support for RISC-V and contains important bug fixes.

Some highlights of this release are:

- Add RISC-V (riscv64) support (#[9029](https://github.com/monero-project/monero/pull/9029))
- Daemon: multiple ZMQ bug fixes (#[9053](https://github.com/monero-project/monero/pull/9053), #[9080](https://github.com/monero-project/monero/pull/9080))
- Daemon: disable ports with I2P (#[9142](https://github.com/monero-project/monero/pull/9142))
- Daemon: fix a bug that causes transactions to remain in the txpool (#[9226](https://github.com/monero-project/monero/pull/9226))
- Daemon: fix `--max-txpool-weight` feature (#[9226](https://github.com/monero-project/monero/pull/9226))
- Daemon: avoid slow fee RPC call response in edge cases (#[9188](https://github.com/monero-project/monero/pull/9188))
- Wallet: adjust fee during backlog when set to `default` (#[9220](https://github.com/monero-project/monero/pull/9220))
- Wallet: fix `set priority` getting ignored during transfers (#[9220](https://github.com/monero-project/monero/pull/9220))
- Wallet: transfer amount with fee included (#[8945](https://github.com/monero-project/monero/pull/8945))
- Wallet: mitigate statistical dependence for decoy selection within rings (#[9130](https://github.com/monero-project/monero/pull/9130))
- Wallet: ensure transfers and sweeps use same fee calc logic (#[9022](https://github.com/monero-project/monero/pull/9022))
- Wallet: better errors for small malformed multisig key exchange mesages (#[9039](https://github.com/monero-project/monero/pull/9039))
- Wallet: fix multisig key memory leak (#[9051](https://github.com/monero-project/monero/pull/9051))
- Add a workaround for a GCC compiler bug in JH hash (#[9043](https://github.com/monero-project/monero/pull/9043))
- Add support for NO_COLOR environment variable (#[9047](https://github.com/monero-project/monero/pull/9047))
- Reduce number of network packets sent for small HTTP bodies (#[9020](https://github.com/monero-project/monero/pull/9020))
- Update RandomX to 1.2.1, fix a potential crash on macOS ARM (#[9027](https://github.com/monero-project/monero/pull/9027))
- Update OpenSSL to 3.0.13, unbound to 1.19.1 (#[9178](https://github.com/monero-project/monero/pull/9178))
- Minor bug fixes and improvements

The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.3.1...v0.18.3.2), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.3.2).

# Contributors for this Release

This release was the direct result of 11 people who worked, largely unpaid and altruistically, to put out 65 commits containing 996 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:

- SChernykh
- moneromooo
- luigi1111
- selsta
- Crypto City
- tevador
- woodser
- jeffro256
- j-berman
- vtnerd
- tobtoht

# 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.3.2.zip)
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.3.2.zip)
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.3.2.tar.bz2)
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.3.2.tar.bz2)
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.2.tar.bz2)
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.3.2.tar.bz2)
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.3.2.tar.bz2)
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.3.2.tar.bz2)
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.3.2.tar.bz2)
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.3.2.tar.bz2)
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.3.2.tar.bz2)
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.3.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.3.2.zip, 61ae870024036f2000eaa0da72dfddbbfc494d7c0b9432ef656183e6ba3978cf
monero-win-x86-v0.18.3.2.zip, c84d94208cfdcd6af9ec541f8b2ea66fcfc8911c56dd21d7e313e8384c45b205
monero-mac-x64-v0.18.3.2.tar.bz2, 994d4ef86dde41ef6c61083806a8a2e4ae5c37cd56375f24e950c8765368e236
monero-mac-armv8-v0.18.3.2.tar.bz2, 1e43364b18edd2be913f80cd9ed4c7c42d61873c9557486a4c59b74366a1c5a0
monero-linux-x64-v0.18.3.2.tar.bz2, 9dafd70230a7b3a73101b624f3b5f439cc5b84a19b12c17c24e6aab94b678cbb
monero-linux-x86-v0.18.3.2.tar.bz2, 9857719c4dc35c3e38a7289b49f890d25ad62aba44a82fbcde194db1720d5cb2
monero-linux-armv8-v0.18.3.2.tar.bz2, 72f5c90955a736d99c1a645850984535050ebddd42c39a27eec1df82bd972126
monero-linux-armv7-v0.18.3.2.tar.bz2, 5df3a1390960c1632c797b8dfb46e93ebb2e93498e4e5e517be0bda6ff5b719b
monero-linux-riscv64-v0.18.3.2.tar.bz2 43bcb395cff51d90016bd34d75c7a339b1f0c3ea369b2258057d2b8ef972df81
monero-android-armv8-v0.18.3.2.tar.bz2, 7598672d552af3b711c3811683315c9661ff4c8059574afbbbf57abb71d029cd
monero-android-armv7-v0.18.3.2.tar.bz2, e61bf3d80de1d7ce92074570ce4d87316f7083de338e92d83f8987b4e3f4496d
monero-freebsd-x64-v0.18.3.2.tar.bz2, 0a07ff7697dad610d7b65ad7f2b083e4a50ce2d9c56736d20823786540840abc
```

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).
70 changes: 70 additions & 0 deletions _posts/2024-03-09-monero-GUI-0.18.3.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
layout: post
title: "Monero GUI 0.18.3.2 'Fluorine Fermi' released"
summary: Release adding support for Trezor Safe 3.
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.3.2 release of the Monero GUI software. This is a recommended release that fixes automatic fee selection.

[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2024/03/09/monero-0.18.3.2-released.html)

Some highlights of this release are:

- Fix automatic fee selection (#[4283](https://github.com/monero-project/monero-gui/pull/4283))
- Add support for Trezor Safe 3 (#[4255](https://github.com/monero-project/monero-gui/pull/4255))
- OpenAlias domains starting with a digit can now be recognized (#[4243](https://github.com/monero-project/monero-gui/pull/4243))
- Fix Tails detection (#[4281](https://github.com/monero-project/monero-gui/pull/4281))
- Fix a crash on macOS ARM (#[4283](https://github.com/monero-project/monero-gui/pull/4283))
- Update Qt to 5.15.12 (#[4261](https://github.com/monero-project/monero-gui/pull/4261))
- Update p2pool to v3.8 (#[4260](https://github.com/monero-project/monero-gui/pull/4260))
- 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.3.1...v0.18.3.2), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.3.2).

# Contributors for this Release

This release was the direct result of 6 people who worked, largely unpaid and altruistically, to put out 35 commits containing 198 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:

- luigi1111
- tobtoht
- selsta
- SChernykh
- inson1
- sausagenoods

# 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.3.2.zip)
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.3.2.exe)
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.3.2.dmg)
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.3.2.dmg)
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.3.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.3.2.zip, 42f14a477524e60b7fb6addef8b18f6a99a0008755c56aaa0628fd611a7f6909
monero-gui-install-win-x64-v0.18.3.2.exe, e6a1f267d6e07ee72576bc942cfa74c7eeaa47b73a5d30291eb03e722448b79e
monero-gui-mac-x64-v0.18.3.2.dmg, 8f18d3a63f0f52c6ae61de1881e420c6c8c2bf3296084c3d30b529430cdd9896
monero-gui-mac-armv8-v0.18.3.2.dmg, 3c48b77e0b5258350a40d8cf23c2f6fda56a7ba0193fc368473ce1e0bf59342f
monero-gui-linux-x64-v0.18.3.2.tar.bz2, 98772e56afe5509ed4bd3d36ee2ea3c70c019cb4325c18d3508291fcdc784d4f
```

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).

0 comments on commit dd5079d

Please sign in to comment.