From d0aace71434b1def36e276464cda2033652fcd6a Mon Sep 17 00:00:00 2001 From: erciccione Date: Thu, 19 Mar 2020 16:46:17 +0100 Subject: [PATCH] blog post for release 0.15.0.5 --- _posts/2020-03-19-monero-0.15.0.5-released.md | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 _posts/2020-03-19-monero-0.15.0.5-released.md diff --git a/_posts/2020-03-19-monero-0.15.0.5-released.md b/_posts/2020-03-19-monero-0.15.0.5-released.md new file mode 100644 index 00000000..0efb3ac9 --- /dev/null +++ b/_posts/2020-03-19-monero-0.15.0.5-released.md @@ -0,0 +1,54 @@ +--- +layout: post +title: Release 0.15.0.5 +summary: Monero 0.15.0.5 released +tags: [releases] +author: ErCiccione +--- + +### Overview +This is the **v0.15.0.5 release of the Monero software**, which contains bug fixes. + +### Changelog + +The changes introduced with this release are: + +- Tor / I2P: plug Tor to clearnet association vector +- Various minor bug fixes + +Note that you can find a full changelog [on GitHub](https://github.com/monero-project/monero/compare/v0.15.0.1...v0.15.0.5). + +### Download Links + +- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.15.0.5.zip) +- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.15.0.5.zip) +- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.15.0.5.tar.bz2) +- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.15.0.5.tar.bz2) +- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.15.0.5.tar.bz2) +- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.15.0.5.tar.bz2) +- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.15.0.5.tar.bz2) +- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.15.0.5.tar.bz2) +- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.15.0.5.tar.bz2) + +Or visit the [Downloads]({{site.baseurl}}/downloads/#cli) page. + +You can also compile it from source by yourself. See the [instructions on GitHub](https://github.com/monero-project/monero#compiling-monero-from-source) + +### Verify Hashes + +If you would like to verify that you have downloaded the correct file, check the following SHA256 hashes using these guides: [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). + +``` +52e46ead674275ed446e261795b2cde19e65f7098ce62902bfa275e67f9f10f7 monero-android-armv7-v0.15.0.5.tar.bz2 +ceccc11723c4dff3cef420b37bc795850b74a8e71d23d44aa26faf5cd8fcc0e6 monero-android-armv8-v0.15.0.5.tar.bz2 +b0ea91c4d0f68d8d85ba15ed537bdd81589fa796f88d96aec451543f87b9fdb7 monero-freebsd-x64-v0.15.0.5.tar.bz2 +a23402ccf5ac432306fe263fae660646206ecb9d2aec3cfacb25afce34794067 monero-linux-armv7-v0.15.0.5.tar.bz2 +04e73cf72f37f0bbdfa757c9bb5df2117aee473632a917041077da3c05169743 monero-linux-armv8-v0.15.0.5.tar.bz2 +6cae57cdfc89d85c612980c6a71a0483bbfc1b0f56bbb30e87e933e7ba6fc7e7 monero-linux-x64-v0.15.0.5.tar.bz2 +fd2c32fc3efa47b2feda6526b0a2df4e1acc7325ec205a25d7947fbc843b24df monero-linux-x86-v0.15.0.5.tar.bz2 +8ef04398350b8de68e21da236801f276cf662641e03dc067f6e865180f9853f6 monero-mac-x64-v0.15.0.5.tar.bz2 +0286e21552d3fedfedbc7c7aba2f34c370ad4c21007a75fb67ac87994c5cec5a monero-win-x64-v0.15.0.5.zip +bdcc5af964b6271bbf05609edfc49093b690f15031b748dfb43ffe991ae9cc6e monero-win-x86-v0.15.0.5.zip +``` + +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](https://github.com/monero-project/monero/tree/master/utils/gpg_keys))