mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 11:56:33 +02:00
Merge !1014
Add 0.14.0 release See merge request monero-project/monero-site!1014
This commit is contained in:
commit
04164eba5d
66
_posts/2019-02-25-monero-0.14.0-released.md
Normal file
66
_posts/2019-02-25-monero-0.14.0-released.md
Normal file
@ -0,0 +1,66 @@
|
||||
---
|
||||
layout: post
|
||||
title: Monero 0.14.0 "Boron Butterfly" Release
|
||||
summary: A major update that is ready for the March 9th network upgrade
|
||||
tags: [releases]
|
||||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
### Overview
|
||||
|
||||
This is the v0.14.0 release of the Monero software. This major release is due to the March 9th network update, which in turn adds a new PoW based on Cryptonight-R, adds a new block weight algorithm, and introduces 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 major release are:
|
||||
|
||||
- New PoW based on Cryptonight-R
|
||||
- New block weight algorithm
|
||||
- New slightly more efficient RingCT format
|
||||
- Placeholder short payment ID to increase transaction uniformity
|
||||
- Obsolete long payment IDs are now disabled unless a switch is used
|
||||
- New event notifications for large block rate changes and blockchain reorgs
|
||||
- Unmixable outputs can be spent again
|
||||
- Fix bad pruned transactions JSON in RPC
|
||||
- Some build fixes for various platforms/setups
|
||||
- Fix for crash on exit
|
||||
|
||||
|
||||
### Contributors for this Release
|
||||
|
||||
This intermediary release was the direct result of 11 people who worked, largely unpaid and altruistically, to put out 72 commits containing 5 981 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||||
|
||||
- stoffu
|
||||
- SChernykh
|
||||
- Lee Clagett
|
||||
- Pol Mauri
|
||||
- Tom Smeding
|
||||
- Riccardo "fluffypony" Spagni
|
||||
- cslashm
|
||||
- xiphon
|
||||
- moneromooo
|
||||
- Jethro Grassie
|
||||
- Dusan Klinec
|
||||
|
||||
|
||||
### 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)
|
66
_posts/2019-03-08-monero-0.14.2-released.md
Normal file
66
_posts/2019-03-08-monero-0.14.2-released.md
Normal file
@ -0,0 +1,66 @@
|
||||
---
|
||||
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)
|
Loading…
Reference in New Issue
Block a user