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#1660 - daira:1641.release-rc3, r=str4d
1641.release rc3 Release 1.0.0-rc3. This also includes the DNS seed updates for mainnet, and removing the testnet override of nMaxTipAge. closes zcash#1369
- Loading branch information
Showing
9 changed files
with
66 additions
and
14 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.0-rc2 | ||
Zcash 1.0.0-rc3 | ||
=============== | ||
|
||
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.0-rc3) jessie; urgency=medium | ||
|
||
* 1.0.0-rc3 release. | ||
|
||
-- Zcash Company <[email protected]> Wed, 26 Oct 2016 23:17:03 +0100 | ||
|
||
zcash (1.0.0-rc2) jessie; urgency=medium | ||
|
||
* 1.0.0-rc2 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ Build-Depends: autoconf, automake, bsdmainutils, build-essential | |
Vcs-Git: [email protected]:zcash/zcash.git | ||
Vcs-Browser: https://github.com/zcash/zcash | ||
Package: zcash | ||
Version: 1.0.0-rc2 | ||
Version: 1.0.0-rc3 | ||
Architecture: amd64 | ||
Depends: libgomp1 | ||
Description: Zcash is an implementation of the "Zerocash" protocol. | ||
|
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.0-rc2" | ||
name: "zcash-1.0.0-rc3" | ||
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Chirag Davé (1): | ||
fReopenDebugLog and fRequestShutdown should be type sig_atomic_t | ||
|
||
Daira Hopwood (9): | ||
Refactor README docs to avoid duplication. | ||
Fix licensing to comply with OpenSSL and Berkeley DB licenses. | ||
Changes to upgrade bdb to 6.2.23 | ||
util: Update tinyformat | ||
Tweak descriptions of mining parameters for example zcash.conf. | ||
Update dnsseeds for mainnet. closes #1369 | ||
Minor update to release process. | ||
Remove the override of nMaxTipAge that effectively disables it on testnet. | ||
Update version numbers for rc3. | ||
|
||
Jack Grigg (2): | ||
Disable metrics screen in performance-measurements.sh | ||
Link to #826 in doc/security-warnings.md, link to new Security website page | ||
|
||
Joe Turgeon (2): | ||
Fixing floating point exception caused by metrics. Using default column width unless in a TTY. | ||
Adding handling for ioctl failure. Updates from code review in PR #1615. | ||
|
||
Kevin Gallagher (2): | ||
Prefer sha256sum but fall back to shasum if not available | ||
Adds libgomp1 to Debian package depends | ||
|
||
Louis Nyffenegger (1): | ||
Fix typo in README.md | ||
|
||
Paige Peterson (3): | ||
add zcash.config | ||
fix per Jack's mod suggestions | ||
fix per Daira's suggestions | ||
|
||
Pieter Wuille (3): | ||
Include signal.h for sig_atomic_t in WIN32 | ||
Revert "Include signal.h for sig_atomic_t in WIN32" | ||
Use std::atomic for fRequestShutdown and fReopenDebugLog | ||
|
||
Sean Bowe (1): | ||
Add manpages for zcashd and zcash-cli binaries for debian. | ||
|
||
Simon (4): | ||
Fix incorrect error message in z_sendmany | ||
Add z_sendmany rule that when sending coinbase utxos to a zaddr they must be consumed entirely, without any change, since there is currently no way to specify a change address in z_sendmany. | ||
Add assert to AsyncRPCOperation_sendmany | ||
Bump version number in sendalert.cpp | ||
|
||
bitcartel (1): | ||
Update payment-api.md | ||
|
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