- 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).
This release was the direct result of 12 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:
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).