mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 07:47:48 +00:00
blog: add v0.18.2.2 release notes
This commit is contained in:
parent
6cd7e19300
commit
ee411c1708
2 changed files with 139 additions and 0 deletions
78
_posts/2023-04-04-monero-0.18.2.2-released.md
Normal file
78
_posts/2023-04-04-monero-0.18.2.2-released.md
Normal file
|
@ -0,0 +1,78 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Monero 0.18.2.2 'Fluorine Fermi' released"
|
||||
summary: Release adding a size limit for tx_extra in tx pool.
|
||||
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.2.2 release of the Monero software. This release adds a size limit for tx_extra in tx pool.
|
||||
|
||||
Some highlights of this release are:
|
||||
|
||||
- Daemon: add a size limit for `tx_extra` in tx pool (#[8784](https://github.com/monero-project/monero/pull/8784))
|
||||
- Daemon: avoid log entries when re-blocking a subnet (#[8787](https://github.com/monero-project/monero/pull/8787))
|
||||
- Daemon: fix deadlock and crash when syncing with full dataset on Windows (#[8811](https://github.com/monero-project/monero/pull/8811))
|
||||
- Daemon: don't drop peers for soft offenses (#[8813](https://github.com/monero-project/monero/pull/8813))
|
||||
- Wallet: fix infinite loop in fake out selection (#[8801](https://github.com/monero-project/monero/pull/8801))
|
||||
- Wallet: add Ledger Stax support (#[8779](https://github.com/monero-project/monero/pull/8779))
|
||||
- Minor bug fixes and improvements
|
||||
|
||||
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.2.0...v0.18.2.2), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.2.2).
|
||||
|
||||
# Contributors for this Release
|
||||
|
||||
This release was the direct result of 7 people who worked, largely unpaid and altruistically, to put out 21 commits containing 814 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||||
|
||||
- SChernykh
|
||||
- tevador
|
||||
- moneromooo
|
||||
- luigi1111
|
||||
- selsta
|
||||
- jeffro256
|
||||
- fbeutin-ledger
|
||||
|
||||
# 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.2.2.zip)
|
||||
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.2.2.zip)
|
||||
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.2.2.tar.bz2)
|
||||
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.2.2.tar.bz2)
|
||||
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.2.tar.bz2)
|
||||
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.2.2.tar.bz2)
|
||||
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.2.2.tar.bz2)
|
||||
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.2.2.tar.bz2)
|
||||
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.2.2.tar.bz2)
|
||||
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.2.2.tar.bz2)
|
||||
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.2.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.2.2.zip, 964c13f5d596289d2ab8ba9e265ff1e255a06269cf8fd216187d7b77a11c1371
|
||||
monero-win-x86-v0.18.2.2.zip, b7366408e74b321aa5fa3993187a862d93dc41cbc43dc585f82fc17a4c423ded
|
||||
monero-mac-x64-v0.18.2.2.tar.bz2, 8043a681155bf0339dc2eac1feb93d03295bd68c9bb5b472600fa5b1439ba68d
|
||||
monero-mac-armv8-v0.18.2.2.tar.bz2, b6acf2716e6474d329d4c0bdf3b797299e4e789758f631bafa3930b613e3643c
|
||||
monero-linux-x64-v0.18.2.2.tar.bz2, 186800de18f67cca8475ce392168aabeb5709a8f8058b0f7919d7c693786d56b
|
||||
monero-linux-x86-v0.18.2.2.tar.bz2, c0999191b57156fc7b4e7e64fe50ffdf16781bae0ebc12c96c41b2c60bdee79f
|
||||
monero-linux-armv8-v0.18.2.2.tar.bz2, f3867f2865cb98ab1d18f30adfd9168f397bd07bf7c36550dfe3a2a11fc789ba
|
||||
monero-linux-armv7-v0.18.2.2.tar.bz2, 11b70a9965e3749970531baaa6c9d636b631d8b0a0256ee23a8e519f13b4b300
|
||||
monero-android-armv8-v0.18.2.2.tar.bz2, c9d4889ff3f2c01e34f3beb3ab640fd73a535cc715ae8db591fd23724be0401c
|
||||
monero-android-armv7-v0.18.2.2.tar.bz2, ec7b9913d048bec79ec7f7320df03e1f9c7ee015a051d8509e2d4ed33ddf3301
|
||||
monero-freebsd-x64-v0.18.2.2.tar.bz2, 187f58410b5aac866f7200bb1e4244ba1940b51db772d33374dfa748f30c11a7
|
||||
```
|
||||
|
||||
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).
|
61
_posts/2023-04-04-monero-GUI-0.18.2.2-released.md
Normal file
61
_posts/2023-04-04-monero-GUI-0.18.2.2-released.md
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Monero GUI 0.18.2.2 'Fluorine Fermi' released"
|
||||
summary: Release adding support for Ledger Stax.
|
||||
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.2.2 release of the Monero GUI software. This release adds support for Ledger Stax.
|
||||
|
||||
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2023/04/04/monero-0.18.2.2-released.html)
|
||||
|
||||
Some highlights of this release are:
|
||||
|
||||
- Add support for Ledger Stax (#[4130](https://github.com/monero-project/monero-gui/pull/4130))
|
||||
- Update p2pool to v3.2 (#[4142](https://github.com/monero-project/monero-gui/pull/4142))
|
||||
- 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.2.0...v0.18.2.2), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.2.2).
|
||||
|
||||
# Contributors for this Release
|
||||
|
||||
This release was the direct result of 4 people who worked, largely unpaid and altruistically, to put out 16 commits containing 20 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
|
||||
|
||||
# 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.2.2.zip)
|
||||
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.2.2.exe)
|
||||
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.2.2.dmg)
|
||||
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.2.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.2.2.zip, 770eb381e1eb3490113c1edac67a92506e0b027daa1de8486b8d5fac3b4def54
|
||||
monero-gui-install-win-x64-v0.18.2.2.exe, 165c183a7490cfe04a8296e05ad592e3e08705c879bd9facf2dab16a6ef2cf05
|
||||
monero-gui-mac-x64-v0.18.2.2.dmg, 0b676d21b8133830b8446744382ae7c8b51d0e228713184d70100721504bdd4c
|
||||
monero-gui-linux-x64-v0.18.2.2.tar.bz2, 027707b0ad740908c26895e3bf569ca284a813263129fe2635049313c5129230
|
||||
```
|
||||
|
||||
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).
|
Loading…
Reference in a new issue