mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
blog: add v0.17.1.7 release notes
This commit is contained in:
parent
661c5b47c1
commit
ccbe6331cb
1 changed files with 72 additions and 0 deletions
72
_posts/2020-12-13-monero-0.17.1.7-released.md
Normal file
72
_posts/2020-12-13-monero-0.17.1.7-released.md
Normal file
|
@ -0,0 +1,72 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Monero 0.17.1.7 'Oxygen Orion' Point Release"
|
||||
summary: Point release containing P2P network layer improvements
|
||||
tags: [releases]
|
||||
author: selsta
|
||||
image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
<img src="{{ page.image }}" width="350px">
|
||||
</div>
|
||||
|
||||
# Overview
|
||||
|
||||
This is the v0.17.1.7 minor point release of the Monero software. This is a recommended release that contains P2P network layer improvements.
|
||||
|
||||
Some highlights of this minor release are:
|
||||
|
||||
- P2P: include first new block in chain entry response
|
||||
- P2P: more restrictive checks on chain entry response
|
||||
- Fix syncing with \-\-sync-pruned-blocks flag
|
||||
- Update OpenSSL to 1.1.1i
|
||||
- Minor bug fixes
|
||||
|
||||
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.17.1.6...v0.17.1.7), along with [the source code](https://github.com/monero-project/monero/tree/v0.17.1.7).
|
||||
|
||||
# Contributors for this Release
|
||||
|
||||
This release was the direct result of 5 people who worked, largely unpaid and altruistically, to put out 24 commits containing 154 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||||
|
||||
- luigi1111
|
||||
- Snipa
|
||||
- moneromooo
|
||||
- selsta
|
||||
- hyc
|
||||
|
||||
# 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.17.1.7.zip)
|
||||
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.7.zip)
|
||||
- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.17.1.7.tar.bz2)
|
||||
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.1.7.tar.bz2)
|
||||
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.17.1.7.tar.bz2)
|
||||
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.17.1.7.tar.bz2)
|
||||
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.17.1.7.tar.bz2)
|
||||
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.17.1.7.tar.bz2)
|
||||
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.17.1.7.tar.bz2)
|
||||
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.17.1.7.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.17.1.7.zip, 4e1352b383095e9d4393a40785e159d6a4a83bca69f304a2dba258d370074ad0
|
||||
monero-win-x86-v0.17.1.7.zip, ef47d1160f3926b9046b1ee0ac324b8d8c6196f8c93d685ef8e4b7e3274372fc
|
||||
monero-mac-x64-v0.17.1.7.tar.bz2, 0bf79a44d01a5f7970d237344bc1a5268cf307dd2d0e9b09258f1d8d4fedbb94
|
||||
monero-linux-x64-v0.17.1.7.tar.bz2, 98ce0d22db0d1112114bbad4c9773d1490d30e5c643423c2e5bffc19553207f9
|
||||
monero-linux-x86-v0.17.1.7.tar.bz2, 4d9730765cb5979234e83f1cdfdf23a9fff7946a11c7fcedea7e1effe6074d93
|
||||
monero-linux-armv8-v0.17.1.7.tar.bz2, 17a39df633eea37eba4871dcad29ddc1b56af37039e32f10c0492d9fa9ac0e48
|
||||
monero-linux-armv7-v0.17.1.7.tar.bz2, 952221a6f2b449892e9a51de1b5b63bac9faf4748789b12c12d616aab5d8389f
|
||||
monero-android-armv8-v0.17.1.7.tar.bz2, c629ab6d69d91ef61ca073c9b64479eac51ab7c3bdb0daf44cb8f971a3ba51d3
|
||||
monero-android-armv7-v0.17.1.7.tar.bz2, 814312f44f5e9be92b8d090b0b5126bd8f747ce325f185832290b98c29a00d44
|
||||
monero-freebsd-x64-v0.17.1.7.tar.bz2, 50a36a796cbe3de569c26344af311b43afb0a44693383c088685830876a0f0e1
|
||||
```
|
||||
|
||||
A GPG-signed list of the hashes is at [https://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