From 5046d8cd055df8d36bea0d2e76c6c419846eba41 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 19 Jan 2017 19:25:00 -0700 Subject: [PATCH] Update release notes and Debian package. --- contrib/debian/changelog | 6 +++ doc/authors.md | 13 +++--- doc/release-notes/release-notes-1.0.5.md | 58 ++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 6 deletions(-) create mode 100644 doc/release-notes/release-notes-1.0.5.md diff --git a/contrib/debian/changelog b/contrib/debian/changelog index eb9c5f415..ef0701804 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +zcash (1.0.5) jessie; urgency=medium + + * 1.0.5 release. + + -- Zcash Company Thu, 19 Jan 2016 19:23:40 -0700 + zcash (1.0.4) jessie; urgency=medium * 1.0.4 release. diff --git a/doc/authors.md b/doc/authors.md index 2933964b5..c57a4631a 100644 --- a/doc/authors.md +++ b/doc/authors.md @@ -1,23 +1,23 @@ Zcash Contributors ================== -Jack Grigg (301) -Simon Liu (207) -Sean Bowe (176) +Jack Grigg (323) +Simon Liu (220) +Sean Bowe (180) Taylor Hornby (65) Daira Hopwood (62) Kevin Gallagher (38) -Jay Graber (34) +Jay Graber (35) +Wladimir J. van der Laan (10) Nathan Wilcox (10) -Wladimir J. van der Laan (9) Pieter Wuille (8) Cory Fields (7) +Paige Peterson (5) ITH4Coinomia (4) David Mercer (4) 4ZEC (4) lpescher (3) Patrick Strateman (3) -Paige Peterson (3) MarcoFalke (3) Alfie John (3) aniemerg (2) @@ -36,6 +36,7 @@ Lars-Magnus Skog (1) Jeffrey Walton (1) Gaurav Rana (1) Ethan Heilman (1) +Eran Tromer (1) Christian von Roques (1) Chirag Davé (1) Cameron Boehmer (1) diff --git a/doc/release-notes/release-notes-1.0.5.md b/doc/release-notes/release-notes-1.0.5.md new file mode 100644 index 000000000..7e2c6e1c8 --- /dev/null +++ b/doc/release-notes/release-notes-1.0.5.md @@ -0,0 +1,58 @@ +Eran Tromer (1): + CreateJoinSplit: add start_profiling() call + +Jack Grigg (22): + Extend createjoinsplit to benchmark parallel JoinSplits + Add total number of commitments to getblockchaininfo + Only enable getblocktemplate when wallet is enabled + Only run wallet tests when wallet is enabled + Add a tool for profiling the creation of JoinSplits + Exclude test binaries from make install + Scan the whole chain whenever a z-key is imported + Instruct users to run zcash-fetch-params if network params aren't available + Trigger metrics UI refresh on new messages + Strip out the SECURE flag in metrics UI so message style is detected + Handle newlines in UI messages + Suggest ./zcutil/fetch-params.sh as well + Update debug categories + Rename build-aux/m4/bitcoin_find_bdb48.m4 to remove version + Throw an error if zcash.conf is missing + Show a friendly message explaining why zcashd needs a zcash.conf + Fix gtest ordering broken by #1949 + Debian package lint + Generate Debian control file to fix shlibs lint + Create empty zcash.conf during performance measurements + Create empty zcash.conf during coverage checks + Coverage build system tweaks + +Jay Graber (1): + Update release process to check in with users who opened resolved issues + +Paige Peterson (2): + Create ISSUE_TEMPLATE.md + move template to subdirectory, fix typo, include prompt under describing issue section, include uploading file directly to github ticket as option for sharing logs + +Sean Bowe (4): + Add test for IncrementalMerkleTree::size(). + Add 'CreateJoinSplit' standalone utility to gitignore. + Add test for z_importkey rescanning from beginning of chain. + Bump version to 1.0.5. + +Simon Liu (13): + Fixes #1964 to catch general exception in z_sendmany and catch exceptions as reference-to-const. + Fixes #1967 by adding age of note to z_sendmany logging. + Fixes a bug where the unsigned transaction was logged by z_sendmany after a successful sign and send, meaning that the logged hash fragment would be different from the txid logged by "AddToWallet". This issue occured when sending from transparent addresses, as utxo inputs must be signed. It did not occur when sending from shielded addresses. + Bump COPYRIGHT_YEAR from 2016 to 2017. + Closes #1780. Result of z_getoperationstatus now sorted by creation time of operation + Remove UTF-8 BOM efbbbf from zcash.conf to avoid problems with command line tools + Closes #1097 so zcash-cli now displays license info like zcashd. + Fixes #1497 ZCA-009 by restricting data exporting to user defined folder. + Closes #1957 by adding tx serialization size to listtransactions output. + Fixes #1960: z_getoperationstatus/result now includes operation details. + Update walletbackup.py qa test to use -exportdir option + Add missing header required by std::accumulate + Increase timeout for z_sendmany transaction in wallet.py qa test + +Wladimir J. van der Laan (1): + rpc: Implement random-cookie based authentication +