Browse Source

Auto merge of #2585 - str4d:release-v1.0.11, r=str4d

Release v1.0.11
pull/40/head^2
Homu 7 years ago
parent
commit
02dd675a25
  1. 2
      README.md
  2. 2
      configure.ac
  3. 6
      contrib/debian/changelog
  4. 2
      contrib/gitian-descriptors/gitian-linux.yml
  5. 2
      doc/authors.md
  6. 6
      doc/man/zcash-cli.1
  7. 6
      doc/man/zcash-tx.1
  8. 8
      doc/man/zcashd.1
  9. 7
      doc/release-notes/release-notes-1.0.11.md
  10. 2
      src/clientversion.h
  11. 2
      src/deprecation.h

2
README.md

@ -1,4 +1,4 @@
Zcash 1.0.11-rc1
Zcash 1.0.11
=============
What is Zcash?

2
configure.ac

@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 11)
define(_CLIENT_VERSION_BUILD, 25)
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(_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_IS_RELEASE, true)

6
contrib/debian/changelog

@ -1,3 +1,9 @@
zcash (1.0.11) stable; urgency=medium
* 1.0.11 release.
-- Zcash Company <team@z.cash> Tue, 15 Aug 2017 10:06:25 +0100
zcash (1.0.11~rc1) stable; urgency=medium
* 1.0.11-rc1 release.

2
contrib/gitian-descriptors/gitian-linux.yml

@ -1,5 +1,5 @@
---
name: "zcash-1.0.11-rc1"
name: "zcash-1.0.11"
enable_cache: true
distro: "debian"
suites:

2
doc/authors.md

@ -1,7 +1,7 @@
Zcash Contributors
==================
Jack Grigg (443)
Jack Grigg (445)
Simon Liu (269)
Sean Bowe (188)
Daira Hopwood (102)

6
doc/man/zcash-cli.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-CLI "1" "August 2017" "zcash-cli v1.0.11-rc1" "User Commands"
.TH ZCASH-CLI "1" "August 2017" "zcash-cli v1.0.11" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v1.0.11-rc1
zcash-cli \- manual page for zcash-cli v1.0.11
.SH DESCRIPTION
Zcash RPC client version v1.0.11\-rc1
Zcash RPC client version v1.0.11
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.

6
doc/man/zcash-tx.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-TX "1" "August 2017" "zcash-tx v1.0.11-rc1" "User Commands"
.TH ZCASH-TX "1" "August 2017" "zcash-tx v1.0.11" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v1.0.11-rc1
zcash-tx \- manual page for zcash-tx v1.0.11
.SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.11\-rc1
Zcash zcash\-tx utility version v1.0.11
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]

8
doc/man/zcashd.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASHD "1" "August 2017" "zcashd v1.0.11-rc1" "User Commands"
.TH ZCASHD "1" "August 2017" "zcashd v1.0.11" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v1.0.11-rc1
zcashd \- manual page for zcashd v1.0.11
.SH DESCRIPTION
Zcash Daemon version v1.0.11\-rc1
Zcash Daemon version v1.0.11
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
@ -54,7 +54,7 @@ Specify data directory
\fB\-disabledeprecation=\fR<version>
.IP
Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.11\-rc1)
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.11)
.HP
\fB\-exportdir=\fR<dir>
.IP

7
doc/release-notes/release-notes-1.0.11.md

@ -0,0 +1,7 @@
Changelog
=========
Jack Grigg (2):
make-release.py: Versioning changes for 1.0.11.
make-release.py: Updated manpages for 1.0.11.

2
src/clientversion.h

@ -18,7 +18,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 11
#define CLIENT_VERSION_BUILD 25
#define CLIENT_VERSION_BUILD 50
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

2
src/deprecation.h

@ -6,7 +6,7 @@
#define ZCASH_DEPRECATION_H
// Deprecation policy is 4th third-Tuesday after a release
static const int APPROX_RELEASE_HEIGHT = 159000;
static const int APPROX_RELEASE_HEIGHT = 167200;
static const int WEEKS_UNTIL_DEPRECATION = 18;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Loading…
Cancel
Save