Auto merge of #2085 - bitcartel:1.0.6_release_process, r=bitcartel

1.0.6 release process
This commit is contained in:
zkbot 2017-02-10 22:52:47 +00:00
commit ac8e575205
9 changed files with 105 additions and 38 deletions

View File

@ -1,4 +1,4 @@
Zcash 1.0.5 Zcash 1.0.6
=========== ===========
What is Zcash? What is Zcash?

View File

@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60]) AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 5) define(_CLIENT_VERSION_REVISION, 6)
define(_CLIENT_VERSION_BUILD, 50) define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50))) define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1))) define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))

View File

@ -1,3 +1,9 @@
zcash (1.0.6) jessie; urgency=medium
* 1.0.6 release.
-- Zcash Company <team@z.cash> Fri, 10 Feb 2017 10:23:00 -0800
zcash (1.0.5) jessie; urgency=medium zcash (1.0.5) jessie; urgency=medium
* 1.0.5 release. * 1.0.5 release.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH-CLI "1" "January 2017" "Zcash RPC client version v1.0.5" "User Commands" .TH ZCASH-CLI "1" "February 2017" "Zcash RPC client version v1.0.6" "User Commands"
.SH NAME .SH NAME
zcash-cli \- RPC client for the Zcash daemon zcash-cli \- RPC client for the Zcash daemon
.SH DESCRIPTION .SH DESCRIPTION
Zcash RPC client version v1.0.5 Zcash RPC client version v1.0.6
.SS "Usage:" .SS "Usage:"
.TP .TP
zcash\-cli [options] <command> [params] zcash\-cli [options] <command> [params]
@ -63,6 +63,19 @@ SSL options: (see the Bitcoin Wiki for SSL setup instructions)
\fB\-rpcssl\fR \fB\-rpcssl\fR
.IP .IP
Use OpenSSL (https) for JSON\-RPC connections Use OpenSSL (https) for JSON\-RPC connections
.SH COPYRIGHT
Copyright \(co 2009\-2017 The Bitcoin Core Developers
.br
Copyright \(co 2015\-2017 The Zcash Developers
.PP
This is experimental software.
.PP
Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit\-license.php>.
.PP
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.
.SH "SEE ALSO" .SH "SEE ALSO"
The full documentation for The full documentation for
.B Zcash .B Zcash

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASHD "1" "January 2017" "Zcash Daemon version v1.0.5" "User Commands" .TH ZCASHD "1" "February 2017" "Zcash Daemon version v1.0.6" "User Commands"
.SH NAME .SH NAME
zcashd \- Network daemon for interacting with the Zcash blockchain zcashd \- Network daemon for interacting with the Zcash blockchain
.SH DESCRIPTION .SH DESCRIPTION
Zcash Daemon version v1.0.5 Zcash Daemon version v1.0.6
.SS "Usage:" .SS "Usage:"
.TP .TP
zcashd [options] zcashd [options]
@ -48,6 +48,10 @@ Run in the background as a daemon and accept commands
.IP .IP
Specify data directory Specify data directory
.HP .HP
\fB\-exportdir=\fR<dir>
.IP
Specify directory to be used when exporting data
.HP
\fB\-dbcache=\fR<n> \fB\-dbcache=\fR<n>
.IP .IP
Set database cache size in megabytes (4 to 16384, default: 100) Set database cache size in megabytes (4 to 16384, default: 100)
@ -62,7 +66,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0) leave that many cores free, default: 0)
.HP .HP
\fB\-pid=\fR<file> \fB\-pid=\fR<file>
@ -266,27 +270,38 @@ Delete all wallet transactions and only recover those parts of the
blockchain through \fB\-rescan\fR on startup (1 = keep tx meta data e.g. blockchain through \fB\-rescan\fR on startup (1 = keep tx meta data e.g.
account owner and payment request information, 2 = drop tx meta data) account owner and payment request information, 2 = drop tx meta data)
.PP .PP
ZeroMQ notification options:
.HP
\fB\-zmqpubhashblock=\fR<address>
.IP
Enable publish hash block in <address>
.HP
\fB\-zmqpubhashtx=\fR<address>
.IP
Enable publish hash transaction in <address>
.HP
\fB\-zmqpubrawblock=\fR<address>
.IP
Enable publish raw block in <address>
.HP
\fB\-zmqpubrawtx=\fR<address>
.IP
Enable publish raw transaction in <address>
.PP
Debugging/Testing options: Debugging/Testing options:
.HP .HP
\fB\-debug=\fR<category> \fB\-debug=\fR<category>
.IP .IP
Output debugging information (default: 0, supplying <category> is Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1, output optional). If <category> is not supplied or if <category> = 1, output
all debugging information.<category> can be: addrman, alert, bench, all debugging information. <category> can be: addrman, alert, bench,
coindb, db, lock, rand, rpc, selectcoins, mempool, net, proxy, prune. coindb, db, estimatefee, lock, mempool, net, partitioncheck, pow, proxy,
prune, rand, reindex, rpc, selectcoins, zmq, zrpc, zrpcunsafe (implies
zrpc).
.HP .HP
\fB\-gen\fR \fB\-experimentalfeatures\fR
.IP .IP
Generate coins (default: 0) Enable use of experimental features
.HP
\fB\-genproclimit=\fR<n>
.IP
Set the number of threads for coin generation if enabled (\fB\-1\fR = all
cores, default: 1)
.HP
\fB\-equihashsolver=\fR<name>
.IP
Specify the Equihash solver to be used if enabled (default: "default")
.HP .HP
\fB\-help\-debug\fR \fB\-help\-debug\fR
.IP .IP
@ -343,6 +358,30 @@ Set maximum block size in bytes (default: 2000000)
Set maximum size of high\-priority/low\-fee transactions in bytes Set maximum size of high\-priority/low\-fee transactions in bytes
(default: 1000000) (default: 1000000)
.PP .PP
Mining options:
.HP
\fB\-gen\fR
.IP
Generate coins (default: 0)
.HP
\fB\-genproclimit=\fR<n>
.IP
Set the number of threads for coin generation if enabled (\fB\-1\fR = all
cores, default: 1)
.HP
\fB\-equihashsolver=\fR<name>
.IP
Specify the Equihash solver to be used if enabled (default: "default")
.HP
\fB\-mineraddress=\fR<addr>
.IP
Send mined coins to a specific single address
.HP
\fB\-minetolocalwallet\fR
.IP
Require that mined blocks use a coinbase address in the local wallet
(default: 1)
.PP
RPC server options: RPC server options:
.HP .HP
\fB\-server\fR \fB\-server\fR
@ -418,9 +457,9 @@ output (default: 1 if running in a console, 0 otherwise)
Number of seconds between metrics refreshes (default: 1 if running in a Number of seconds between metrics refreshes (default: 1 if running in a
console, 600 otherwise) console, 600 otherwise)
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2009\-2016 The Bitcoin Core Developers Copyright \(co 2009\-2017 The Bitcoin Core Developers
.br .br
Copyright \(co 2015\-2016 The Zcash Developers Copyright \(co 2015\-2017 The Zcash Developers
.PP .PP
This is experimental software. This is experimental software.
.PP .PP

View File

@ -1,5 +1,5 @@
--- ---
name: "zcash-1.0.5" name: "zcash-1.0.6"
enable_cache: true enable_cache: true
distro: "debian" distro: "debian"
suites: suites:

View File

@ -1,36 +1,44 @@
Zcash Contributors Zcash Contributors
================== ==================
Jack Grigg (323) Jack Grigg (356)
Simon Liu (220) Simon Liu (236)
Sean Bowe (180) Sean Bowe (183)
Taylor Hornby (65) Taylor Hornby (65)
Daira Hopwood (62) Daira Hopwood (64)
Kevin Gallagher (38) Kevin Gallagher (38)
Jay Graber (35) Jay Graber (35)
Wladimir J. van der Laan (10) Jonas Schnelli (24)
Wladimir J. van der Laan (20)
Cory Fields (11)
Nathan Wilcox (10) Nathan Wilcox (10)
Pieter Wuille (8) Pieter Wuille (8)
Cory Fields (7)
Paige Peterson (5) Paige Peterson (5)
ITH4Coinomia (4) Johnathan Corgan (5)
fanquake (4)
Jeff Garzik (4)
David Mercer (4) David Mercer (4)
4ZEC (4)
lpescher (3) lpescher (3)
Patrick Strateman (3) Patrick Strateman (3)
MarcoFalke (3) MarcoFalke (3)
Daniel Cousens (3)
Alfie John (3) Alfie John (3)
aniemerg (2) aniemerg (2)
Scott (2)
Robert C. Seacord (2) Robert C. Seacord (2)
João Barbosa (2)
Joe Turgeon (2) Joe Turgeon (2)
ITH4Coinomia (2)
Gregory Maxwell (2) Gregory Maxwell (2)
paveljanik (1)
mrbandrews (1)
kazcw (1) kazcw (1)
fanquake (1) isle2983 (1)
ayleph (1) ayleph (1)
Tom Ritter (1) Tom Ritter (1)
Scott (1)
S. Matthew English (1) S. Matthew English (1)
Philip Kaufmann (1) Philip Kaufmann (1)
Paragon Initiative Enterprises, LLC (1)
Louis Nyffenegger (1) Louis Nyffenegger (1)
Lars-Magnus Skog (1) Lars-Magnus Skog (1)
Jeffrey Walton (1) Jeffrey Walton (1)
@ -43,3 +51,4 @@ Cameron Boehmer (1)
Bryan Stitt (1) Bryan Stitt (1)
Bitcoin Error Log (1) Bitcoin Error Log (1)
Alex (1) Alex (1)
4ZEC (1)

View File

@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it //! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 5 #define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 50 #define CLIENT_VERSION_BUILD 50
//! Set to true for release, false for prerelease or test build //! Set to true for release, false for prerelease or test build
@ -26,7 +26,7 @@
* Copyright year (2009-this) * Copyright year (2009-this)
* Todo: update this when changing our copyright comments in the source * Todo: update this when changing our copyright comments in the source
*/ */
#define COPYRIGHT_YEAR 2016 #define COPYRIGHT_YEAR 2017
#endif //HAVE_CONFIG_H #endif //HAVE_CONFIG_H

View File

@ -17,7 +17,7 @@ def apply_author_aliases(name):
return name return name
def parse_authors(line): def parse_authors(line):
commit_search = re.search('(\d+)', line) commit_search = re.search('\((\d+)\)', line)
if commit_search: if commit_search:
commits = commit_search.group(1) commits = commit_search.group(1)
else: else: