From 686bfad4fcf9f9344571927e1d7ce164c146e356 Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Mon, 26 Apr 2021 21:05:02 -0700 Subject: [PATCH] doc: Add OpenSSL removal to release notes --- doc/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 55297cc21908e..935f044c7bc59 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -93,6 +93,11 @@ The `autocombine` RPC command has been replaced with specific set/get commands ( The minimum supported miniUPnPc API version is set to 10. This keeps compatibility with Ubuntu 16.04 LTS and Debian 8 `libminiupnpc-dev` packages. Please note, on Debian this package is still vulnerable to [CVE-2017-8798](https://security-tracker.debian.org/tracker/CVE-2017-8798) (in jessie only) and [CVE-2017-1000494](https://security-tracker.debian.org/tracker/CVE-2017-1000494) (both in jessie and in stretch). +#### Build System + +OpenSSL is no longer used by PIVX Core + + #### Disable PoW mining RPC Commands A new configure flag has been introduced to allow more granular control over weather or not the PoW mining RPC commands are compiled into the wallet. By default they are not. This behavior can be overridden by passing `--enable-mining-rpc` to the `configure` script.