mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
66 lines
3.3 KiB
Markdown
66 lines
3.3 KiB
Markdown
|
---
|
||
|
layout: post
|
||
|
title: Monero 0.14.0.2 "Boron Butterfly" Minor Point Release
|
||
|
summary: An intermediary, stable release specifically for the March 9th network update
|
||
|
tags: [releases]
|
||
|
author: Riccardo Spagni (fluffypony)
|
||
|
---
|
||
|
|
||
|
### Overview
|
||
|
|
||
|
This is the v0.14.0.2 minor point release of the Monero software, and it is part of the v0.14 network update. That major release was due to the March 9th network update, which in turn added a new PoW based on Cryptonight-R, added a new block weight algorithm, and introduced a slightly more efficient RingCT format. This is a intermediary, stable release specifically for the network update, and does not represent the bulk of the effort on Monero over the past 6 months. That effort will be in the 0.14.1 release, which will follow in March after the network update.
|
||
|
|
||
|
Some highlights of this minor point release are:
|
||
|
|
||
|
- Added fix from Ledger for change bug with subaddresses
|
||
|
- Fix crafted coinbase tx mishandling in wallet
|
||
|
- Fix JIT build on mac
|
||
|
- Make slow hash request a restricted RPC request
|
||
|
- Fix off by one in block weight in regtest mode
|
||
|
- Fix fork rules determination for old daemons
|
||
|
- Fix estimated block height for GUI/API
|
||
|
- Fix sync wedge when an incoming tx is already in the pool
|
||
|
|
||
|
### Contributors for this Release
|
||
|
|
||
|
This intermediary release was the direct result of 14 people who worked, largely unpaid and altruistically, to put out 105 commits containing 6 122 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||
|
|
||
|
- stoffu
|
||
|
- cslashm
|
||
|
- moneromooo
|
||
|
- Jethro Grassie
|
||
|
- naughtyfox
|
||
|
- Pol Mauri
|
||
|
- xiphon
|
||
|
- SChernykh
|
||
|
- TheCharlatan
|
||
|
- Lee Clagett
|
||
|
- Dusan Klinec
|
||
|
- Riccardo "fluffypony" Spagni
|
||
|
- selsta
|
||
|
- Tom Smeding
|
||
|
|
||
|
|
||
|
### Official Download Links
|
||
|
|
||
|
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.14.0.2.zip)
|
||
|
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.14.0.2.zip)
|
||
|
- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.14.0.2.tar.bz2)
|
||
|
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.14.0.2.tar.bz2)
|
||
|
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.14.0.2.tar.bz2)
|
||
|
|
||
|
### Download Hashes
|
||
|
|
||
|
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
|
||
|
|
||
|
```
|
||
|
monero-win-x64-v0.14.0.2.zip, ee68ef8d4b3309cca9e68ee272919c222021804e493c2549c910ef370dfe595a
|
||
|
monero-win-x86-v0.14.0.2.zip, e471015b4851aef259758fc6a98805655c69db53f29b68362f63dccb496f6e55
|
||
|
monero-mac-x64-v0.14.0.2.tar.bz2, 255ae412daa04a0e0143325a7763e0574a27e7be86f4ef48582efde9fc07241c
|
||
|
monero-linux-x64-v0.14.0.2.tar.bz2, 4dd5cd9976eda6b33b16821e79e671527b78a1c9bfb3d973efe84b824642dd21
|
||
|
monero-linux-x86-v0.14.0.2.tar.bz2, be6ad1de8f16bdeeaf5f4f36f93dcaad97eaa8ff02449b7fffed1abe21605e0e
|
||
|
monero-linux-armv8-v0.14.0.2.tar.bz2, 6558f4cff51a1f25c9979a57fc31edd46caaaeda18c81c76e1dc6c94144525c6
|
||
|
monero-linux-armv7-v0.14.0.2.tar.bz2, f0e3d82354a9a25776bd2081f2bb1c081a8589ffb783e765ec974d211174236a
|
||
|
monero-freebsd-x64-v0.14.0.2.tar.bz2, 3fc84b1ca32d99d436d304ee1401e911bbc1b0e1fc0314dc3f879df15e8428f3
|
||
|
```
|
||
|
A GPG-signed list of the hashes is at https://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)
|