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.
Auto merge of zcash#2562 - arielgabizon:release-v1.0.11-rc1, r=daira
Release v1.0.11 rc1
- Loading branch information
Showing
11 changed files
with
74 additions
and
22 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 1.0.10-1 | ||
Zcash 1.0.11-rc1 | ||
============= | ||
|
||
What is Zcash? | ||
|
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,3 +1,9 @@ | ||
zcash (1.0.11~rc1) stable; urgency=medium | ||
|
||
* 1.0.11-rc1 release. | ||
|
||
-- Zcash Company <[email protected]> Tue, 01 Aug 2017 17:12:52 +0200 | ||
|
||
zcash (1.0.10+1) stable; urgency=medium | ||
|
||
* 1.0.10-1 release. | ||
|
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-1.0.10-1" | ||
name: "zcash-1.0.11-rc1" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Changelog | ||
========= | ||
|
||
Ariel Gabizon (2): | ||
make-release.py: Versioning changes for 1.0.11-rc1. | ||
make-release.py: Updated manpages for 1.0.11-rc1. | ||
|
||
Daira Hopwood (7): | ||
Clean up imports to be pyflakes-checkable. fixes #2450 | ||
For unused variables reported by pyflakes, either remove the variable, suppress the warning, or fix a bug (if the wrong variable was used). refs #2450 | ||
Cosmetics (trailing whitespace, comment conventions, etc.) | ||
Alert 1004 (version 1.0.10 only) | ||
Remove UPnP support. fixes #2500 | ||
Change wording in Security Warnings section of README.md. | ||
Document our criteria for adding CI workers. closes #2499 | ||
|
||
Jack Grigg (15): | ||
Pull in temporary release notes during the release process | ||
Ansible playbook for installing Zcash dependencies and Buildbot worker | ||
Variable overrides for Debian, Ubuntu and Fedora | ||
Variable overrides for FreeBSD | ||
Simplify Python installation, inform user if they need to manually configure | ||
Add test for issue #2444 | ||
Add Buildbot worker setup to Ansible playbook | ||
Add steps for setting up a latent worker on Amazon EC2 | ||
Add pyblake2 to required Python modules | ||
Remove Buildbot version from host file | ||
Add a separate Buildbot host info template for EC2 | ||
Add pyflakes to required Python modules | ||
Add block download progress to metrics UI | ||
Correct and extend EstimateNetHeightInner tests | ||
Improve network height estimation | ||
|
||
Simon Liu (3): | ||
Closes #2446 by adding generated field to listunspent. | ||
Fixes #2519. When sending from a zaddr, minconf cannot be zero. | ||
Fixes #2480. Null entry in map was dereferenced leading to a segfault. | ||
|
||
Wladimir J. van der Laan (1): | ||
rpc: Add WWW-Authenticate header to 401 response | ||
|
||
practicalswift (1): | ||
Net: Fix resource leak in ReadBinaryFile(...) | ||
|
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