Skip to content

Commit

Permalink
updated release notes for v0.21.3rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Mar 20, 2024
1 parent f1c0ecf commit fefa06b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/litecoin-release-notes/release-notes-0.21.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------
Expand All @@ -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
=======

Expand Down
7 changes: 6 additions & 1 deletion doc/release-notes-litecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------
Expand All @@ -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
=======

Expand Down

0 comments on commit fefa06b

Please sign in to comment.