From b5ee15b78120095b1dee245dd2632597f97111b7 Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Wed, 29 Jul 2020 05:42:12 +0800 Subject: [PATCH 1/2] Add Debian8 deprecation to release notes --- doc/release-notes/release-notes-3.1.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-notes/release-notes-3.1.0.md b/doc/release-notes/release-notes-3.1.0.md index 07359f1d5..674a4b581 100644 --- a/doc/release-notes/release-notes-3.1.0.md +++ b/doc/release-notes/release-notes-3.1.0.md @@ -18,6 +18,8 @@ Canopy will activate on mainnet at height 1046400. See [ZIP 251](https://zips.z.cash/zip-0251) for additional information about the deployment process for Canopy. +Debian8 "Jessie" will no longer be supported after v3.1.0 due to EOS. + Flush witness data to disk only when it's consistent ----------------------------------------------------- This fix prevents the wallet database from getting into an inconsistent state. By flushing witness data to disk from the wallet thread instead of the main thread, we ensure that the on-disk block height is always the same as the witness data height. Previously, the database occasionally got into a state where the latest block height was one ahead of the witness data. This then triggered an assertion failure in `CWallet::IncrementNoteWitnesses()` upon restarting after a zcashd shutdown. From f7b3a55505cef06e311f92d36651124b5012185b Mon Sep 17 00:00:00 2001 From: ying tong Date: Wed, 29 Jul 2020 07:21:25 +0800 Subject: [PATCH 2/2] Update doc/release-notes/release-notes-3.1.0.md Co-authored-by: Daira Hopwood --- doc/release-notes/release-notes-3.1.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/release-notes/release-notes-3.1.0.md b/doc/release-notes/release-notes-3.1.0.md index 674a4b581..b96995c95 100644 --- a/doc/release-notes/release-notes-3.1.0.md +++ b/doc/release-notes/release-notes-3.1.0.md @@ -18,7 +18,7 @@ Canopy will activate on mainnet at height 1046400. See [ZIP 251](https://zips.z.cash/zip-0251) for additional information about the deployment process for Canopy. -Debian8 "Jessie" will no longer be supported after v3.1.0 due to EOS. +Debian 8 "Jessie" will no longer be supported after v3.1.0, due to its [end-of-life](https://www.debian.org/News/2020/20200709#:~:text=The%20Debian%20Long%20Term%20Support,security%20updates%20for%20Debian%208) on June 30th, 2020. This will allow us to direct more resources to supporting Debian 10 Buster, other Linux distributions, and other platforms such as Windows and macOS. Flush witness data to disk only when it's consistent ----------------------------------------------------- @@ -272,4 +272,3 @@ therealyingtong (35): ying tong (1): Apply suggestions from code review -