forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zcash#6810 from zcash/release-v5.8.0
Release v5.8.0
- Loading branch information
Showing
14 changed files
with
73 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Zcash 5.8.0-rc1 | ||
Zcash 5.8.0 | ||
<img align="right" width="120" height="80" src="doc/imgs/logo.png"> | ||
=========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-5.8.0-rc1" | ||
name: "zcash-5.8.0" | ||
enable_cache: true | ||
distro: "debian" | ||
suites: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-5.8.0-rc1" | ||
name: "zcash-5.8.0" | ||
enable_cache: true | ||
distro: "debian" | ||
suites: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Changelog | ||
========= | ||
|
||
Daira Emma Hopwood (2): | ||
Suppress compilation warnings for K&R-style prototypes when building bdb by adding `-Wno-deprecated-non-prototype` to `CFLAGS`. | ||
Suppress link warnings when building bdb by adding `-Wno-unused-command-line-argument` to `LDFLAGS`. | ||
|
||
Jack Grigg (28): | ||
CI: Use latest stable Rust for book deployment | ||
CI: Rename build workflow to CI | ||
CI: Only run CI workflow once per PR | ||
CI: Switch to 8-core Ubuntu runners | ||
CI: Move matrix definition into a separate job | ||
CI: Rename `matrix.os` to `matrix.build_os` | ||
CI: Upload artifacts from regular build | ||
CI: Run btests and gtests | ||
CI: Split config flag bitrot builds into a separate job | ||
CI: Fix CCache path on macOS | ||
cargo vet prune | ||
cargo update | ||
depends: utfcpp 4.0.4 | ||
depends: ZeroMQ 4.3.5 | ||
depends: native_cmake 3.28.1 | ||
depends: cxx 1.0.111 | ||
qa: Bump postponed dependencies | ||
make-release.py: Versioning changes for 5.8.0-rc1. | ||
make-release.py: Updated manpages for 5.8.0-rc1. | ||
make-release.py: Updated release notes and changelog for 5.8.0-rc1. | ||
make-release.py: Updated book for 5.8.0-rc1. | ||
Update Rust dependencies for 5.8.0 | ||
Postpone update to Rust 1.75.0 | ||
depends: cxx 1.0.113 | ||
depends: native_ccache 4.9 | ||
depends: utfcpp 4.0.5 | ||
make-release.py: Versioning changes for 5.8.0. | ||
make-release.py: Updated manpages for 5.8.0. | ||
|
||
Yasser Isa (3): | ||
Delete contrib/ci-builders directory | ||
Delete contrib/ci-workers directory | ||
CI: Add sharding to GoogleTest job | ||
|
||
dependabot[bot] (1): | ||
build(deps): bump actions/checkout from 3 to 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters