diff --git a/_posts/2021-12-04-monero-0.17.3.0-released.md b/_posts/2021-12-04-monero-0.17.3.0-released.md new file mode 100644 index 00000000..f192cc60 --- /dev/null +++ b/_posts/2021-12-04-monero-0.17.3.0-released.md @@ -0,0 +1,102 @@ +--- +layout: post +title: "Monero 0.17.3.0 'Oxygen Orion' Point Release" +summary: Point release containing support for P2Pool. +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.3.0 point release of the Monero software. This release contains support for [P2Pool]({{ site.baseurl }}/2021/10/05/p2pool-released.html). + +Some highlights of this point release are: + +- Add P2Pool support (#[7964](https://github.com/monero-project/monero/pull/7964)) +- Daemon: allow socks5 proxy configuration with `--proxy` flag (#[7326](https://github.com/monero-project/monero/pull/7326), #[7616](https://github.com/monero-project/monero/pull/7616)) +- Daemon: fix race condition (#[7873](https://github.com/monero-project/monero/pull/7873)) +- Daemon: fix spurious rejection of downloaded blocks (#[8022](https://github.com/monero-project/monero/pull/8022)) +- Daemon: disable restricted RPC from getting output dist. for pre-rct outputs, fix DoS (#[8084](https://github.com/monero-project/monero/pull/8084)) +- Daemon: add seed nodes (#[7664](https://github.com/monero-project/monero/pull/7664), #[7753](https://github.com/monero-project/monero/pull/7753)) +- Wallet: fix key encryption when changing ask-password from 0/1 to 2 (#[8014](https://github.com/monero-project/monero/pull/8014)) +- Wallet: fix precision when selecting decoys (#[7798](https://github.com/monero-project/monero/pull/7798)) +- Wallet: decrease the "recent spend window" in decoy selection (#[7993](https://github.com/monero-project/monero/pull/7993)) +- Wallet: don't truncate integrated address in CSV history export (#[7961](https://github.com/monero-project/monero/pull/7961)) +- Wallet: chunk get\_outs.bin RPC calls to avoid sanity limits (#[7796](https://github.com/monero-project/monero/pull/7796)) +- Wallet: add human-readable error messages to Ledger (#[8039](https://github.com/monero-project/monero/pull/8039)) +- RPC: fix get\_transactions failing when not found (#[7959](https://github.com/monero-project/monero/pull/7959)) +- RPC: add calcpow method (#[8075](https://github.com/monero-project/monero/pull/8075)) +- Support wildcard CORS (#[7952](https://github.com/monero-project/monero/pull/7952)) +- Fix missing logs (#[7929](https://github.com/monero-project/monero/pull/7929)) +- Mac: fix compilation on ARM (#[7435](https://github.com/monero-project/monero/pull/7435)) +- Mac: don't blow out stack on ARM64 in slow-hash (#[8032](https://github.com/monero-project/monero/pull/8032)) +- LMDB: fix deadlock in resized detection (#[7958](https://github.com/monero-project/monero/pull/7958)) +- Detect AES support dynamically to support ARMv8 binaries on Raspberry Pi (#[8005](https://github.com/monero-project/monero/pull/8005)) +- Update following dependencies: OpenSSL, RandomX, unwind, hidapi, zeromq (#[7933](https://github.com/monero-project/monero/pull/7933), #[8002](https://github.com/monero-project/monero/pull/8002), #[8037](https://github.com/monero-project/monero/pull/8037), #[8049](https://github.com/monero-project/monero/pull/8049), #[8056](https://github.com/monero-project/monero/pull/8056), #[8072](https://github.com/monero-project/monero/pull/8072)) +- Minor bug fixes and performance improvements + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.17.2.3...v0.17.3.0), along with [the source code](https://github.com/monero-project/monero/tree/v0.17.3.0). + +# Contributors for this Release + +This release was the direct result of 18 people who worked, largely unpaid and altruistically, to put out 96 commits containing 1842 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- luigi1111 +- hyc +- jtgrassie +- tevador +- woodser +- xiphon +- moneromooo +- tobtoht +- SChernykh +- ndorf +- anon +- vtnerd +- j-berman +- UkoeHB +- mj-xmr +- rbrunner7 +- lalanza808 +- selsta + +# 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.3.0.zip) +- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.17.3.0.zip) +- [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.17.3.0.tar.bz2) +- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.3.0.tar.bz2) +- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.17.3.0.tar.bz2) +- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.17.3.0.tar.bz2) +- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.17.3.0.tar.bz2) +- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.17.3.0.tar.bz2) +- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.17.3.0.tar.bz2) +- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.17.3.0.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.3.0.zip, a956d0c3ab77ebfc1d6229b77d68b739661b564d9a4115e5a549c3af146d6034 +monero-win-x86-v0.17.3.0.zip, 541189f5635f479605eda306a36d2beef1fbe68d6fdbfabce671d6e4c8970158 +monero-mac-x64-v0.17.3.0.tar.bz2, 53b7ed67f7077f27f470b4411478bef8b2bb9cf2cf480055dd1802a935983387 +monero-linux-x64-v0.17.3.0.tar.bz2, ac18ce3d1189410a5c175984827d5d601974733303411f6142296d647f6582ce +monero-linux-x86-v0.17.3.0.tar.bz2, 586b9967d848eb31dd66bdb6d828bd3a640098434595a5933374d129b76958eb +monero-linux-armv8-v0.17.3.0.tar.bz2, 8fdb5761f6f4345dc670d184144ce8c2fa56eeb1609ed169e79b202fcca20f7d +monero-linux-armv7-v0.17.3.0.tar.bz2, da49d85ce2d52fc07846c58d0c58d6412f454f9d389bfa31eab9c1d49a1a13ed +monero-android-armv8-v0.17.3.0.tar.bz2, 1fa1ba8a1e4c6a0e56d8f7afd788205ff0916a3670b9bf7992f1db0f9d7dec3e +monero-android-armv7-v0.17.3.0.tar.bz2, a152c765386ee6ed670dbbfe1e90a8505040d5240a1c7c449bfa9845c4eb3e0d +monero-freebsd-x64-v0.17.3.0.tar.bz2, d496811ee4687db0c448d30086700f485bf30512c38b50441e5cb5e76b6011a7 +``` + +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). diff --git a/_posts/2021-12-04-monero-GUI-0.17.3.0-released.md b/_posts/2021-12-04-monero-GUI-0.17.3.0-released.md new file mode 100644 index 00000000..e01c6410 --- /dev/null +++ b/_posts/2021-12-04-monero-GUI-0.17.3.0-released.md @@ -0,0 +1,81 @@ +--- +layout: post +title: "Monero GUI 0.17.3.0 'Oxygen Orion' released" +summary: Point release containing multiple GUI bug fixes and improvements. +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.3.0 point release of the Monero GUI software. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2021/12/04/monero-0.17.3.0-released.html) + +Some highlights of this release are: + +- Add import / export output function (#[3435](https://github.com/monero-project/monero-gui/pull/3435)) +- Export all key images by default (#[3282](https://github.com/monero-project/monero-gui/pull/3282)) +- Update translations (#[3773](https://github.com/monero-project/monero-gui/pull/3773)) +- Add description to CSV export (#[3572](https://github.com/monero-project/monero-gui/pull/3572)) +- Add colors to password strength meter (#[3682](https://github.com/monero-project/monero-gui/pull/3682)) +- Add Cut, Copy, Delete and Select All to context menu (#[3689](https://github.com/monero-project/monero-gui/pull/3689)) +- Fix buffer overflow in zxcvbn library (#[3735](https://github.com/monero-project/monero-gui/pull/3735)) +- Fix font issue on Arch Linux (#[3753](https://github.com/monero-project/monero-gui/pull/3753)) +- Fix compilation for Apple ARM (#[3697](https://github.com/monero-project/monero-gui/pull/3697), #[3723](https://github.com/monero-project/monero-gui/pull/3723), #[3731](https://github.com/monero-project/monero-gui/pull/3731)) +- Mining page design tweaks (#[3742](https://github.com/monero-project/monero-gui/pull/3742)) + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.2.3...v0.17.3.0), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.3.0). + +# Contributors for this Release + +This release was the direct result of 65 people who worked, largely unpaid and altruistically, to put out 93 commits containing 31902 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- selsta +- luigi1111 +- maltejur +- free-as-in-beer +- netrik182 +- rex4539 +- JeremyRand +- kinghat +- tobtoht +- MoneroArbo +- dsc +- benevanoff +- rating89us + +A special thanks to translators + +TheFuzzStone, reketen, castorp, Alex Osinniy, nemecis rojas, Samuel, Josep Mengual, jaime diaz, Dynse Clyde Sacote, devuana, mihaipe, v1docq47. L. P. Pereira, netrik182, Gilberto F da Silva, Zsolt András Kovács, Pozsonyi Péter, Közepes Gábor, anonym szeretnék maradni, Nicolas, Martin, MortiZ, GreenPiece, Crusty, Paul Janowitz + +# 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.17.3.0.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.3.0.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.3.0.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.3.0.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.17.3.0.zip, 995704160e754dc826c84ba8edaeefdc30984d40ad4cbd2e7c043005923eb6e5 +monero-gui-install-win-x64-v0.17.3.0.exe, 2c6ed3f183bb8a84f7a88542045ea45f9c53b069339974da9a843e30150533ac +monero-gui-mac-x64-v0.17.3.0.dmg, d94bd49df6076c79207d38b0e33ec5add0ba0e582ebdc476062026ab9560b360 +monero-gui-linux-x64-v0.17.3.0.tar.bz2, ca41cc213b3e1a82e375030bba1f46bf154b6c2ec7f858d207cf1f6dee233cd4 +``` + +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).