From fefa06b18c614ec0066b1247aaee0764cdc40192 Mon Sep 17 00:00:00 2001 From: losh11 Date: Wed, 20 Mar 2024 01:10:52 +0000 Subject: [PATCH] updated release notes for v0.21.3rc3 --- doc/litecoin-release-notes/release-notes-0.21.3.md | 7 ++++++- doc/release-notes-litecoin.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/litecoin-release-notes/release-notes-0.21.3.md b/doc/litecoin-release-notes/release-notes-0.21.3.md index ca0411a0c1..8616cfdd2f 100644 --- a/doc/litecoin-release-notes/release-notes-0.21.3.md +++ b/doc/litecoin-release-notes/release-notes-0.21.3.md @@ -28,7 +28,8 @@ Build changes - `5ac7814`: improve build instructions for unix systems - `24a0299`: fix building with Boost 1.77+ - `a376e2e` - `0698e23`: build changes for macOS. Primarily updates macOS build SDK to Xcode 12.1, increasing minimum macOS version to 10.15.6. These changes fix an issue where Litecoin-Qt UI may not appear as expected on macOS 14+. -- `41b4c16`: fixes builds on Alpine Linux/musl. +- `41b4c16`: fixes builds on Alpine Linux/musl. +- `3b590e9`: hardened runtime build for signed macOS builds Test related fixes -------------------------- @@ -39,6 +40,10 @@ Test related fixes - `c2a4fc3`: disabled run_schnorrsig_tests() in secp256k1-zkp. - `7e3c1f5`: disable secp256k1-zkp openssl test, fixing `make check` on macOS. +Qt +-------------------------- +- `f1c0ecf`: reverts tempfix where macOS 14+ unexpectedly uses Fusion UI theme + Credits ======= diff --git a/doc/release-notes-litecoin.md b/doc/release-notes-litecoin.md index ca0411a0c1..8616cfdd2f 100644 --- a/doc/release-notes-litecoin.md +++ b/doc/release-notes-litecoin.md @@ -28,7 +28,8 @@ Build changes - `5ac7814`: improve build instructions for unix systems - `24a0299`: fix building with Boost 1.77+ - `a376e2e` - `0698e23`: build changes for macOS. Primarily updates macOS build SDK to Xcode 12.1, increasing minimum macOS version to 10.15.6. These changes fix an issue where Litecoin-Qt UI may not appear as expected on macOS 14+. -- `41b4c16`: fixes builds on Alpine Linux/musl. +- `41b4c16`: fixes builds on Alpine Linux/musl. +- `3b590e9`: hardened runtime build for signed macOS builds Test related fixes -------------------------- @@ -39,6 +40,10 @@ Test related fixes - `c2a4fc3`: disabled run_schnorrsig_tests() in secp256k1-zkp. - `7e3c1f5`: disable secp256k1-zkp openssl test, fixing `make check` on macOS. +Qt +-------------------------- +- `f1c0ecf`: reverts tempfix where macOS 14+ unexpectedly uses Fusion UI theme + Credits =======