From 3b4bc96bac59aa74aaa9cbde892812b41d319865 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Mon, 17 Jun 2019 13:12:11 -0600 Subject: [PATCH 1/2] Notable changes for 2.0.6 Co-authored-by: Daira Hopwood --- doc/release-notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index a29094b5174..ff7355d93dd 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,3 +4,24 @@ release-notes at release time) Notable changes =============== +Debian Stretch is now a Supported Platform +------------------------------------------ + +We now provide reproducible builds for Stretch as well as for Jessie. + + +Fixed a bug in ``z_mergetoaddress`` +----------------------------------- + +We fixed a bug which prevented users sending from ``ANY_SPROUT`` or ``ANY_SAPLING`` +with ``z_mergetoaddress`` when a wallet contained both Sprout and Sapling notes. + + +Insight Explorer +---------------- + +We have been incorporating changes to support the Insight explorer directly from +``zcashd``. v2.0.6 includes the first change to an RPC method. If ``zcashd`` is +run with the flag ``--insightexplorer``` (this requires an index rebuild), the +RPC method ``getrawtransaction`` will now return additional information about +spend indices. From dbe49614c152801358f6208b90e0a524ca374ee1 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 18 Jun 2019 14:00:56 +0100 Subject: [PATCH 2/2] Tweak author aliases. Signed-off-by: Daira Hopwood --- zcutil/release-notes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zcutil/release-notes.py b/zcutil/release-notes.py index 4446e988f2d..0f9974e8ff3 100755 --- a/zcutil/release-notes.py +++ b/zcutil/release-notes.py @@ -27,8 +27,9 @@ 'Duke Leto': 'Jonathan \"Duke\" Leto', 'Eirik0': 'Eirik Ogilvie-Wigley', 'EthanHeilman': 'Ethan Heilman', + 'MarcoFalke': 'Marco Falke', 'mdr0id': 'Marshall Gaucher', - 'paveljanik': 'Pavel Janik', + 'paveljanik': 'Pavel Janík', 'Simon': 'Simon Liu', 'str4d': 'Jack Grigg', 'zebambam': 'Benjamin Winston'