Browse Source

Closes #2084. Fix incorrect year in timestamp.

v1.0.9-lin
Simon 7 years ago
parent
commit
58582925d8
  1. 2
      contrib/debian/changelog
  2. 5
      doc/release-process.md

2
contrib/debian/changelog

@ -8,7 +8,7 @@ zcash (1.0.5) jessie; urgency=medium
* 1.0.5 release.
-- Zcash Company <team@z.cash> Thu, 19 Jan 2016 19:23:40 -0700
-- Zcash Company <team@z.cash> Thu, 19 Jan 2017 19:23:40 -0700
zcash (1.0.4) jessie; urgency=medium

5
doc/release-process.md

@ -42,7 +42,7 @@ Build and commit to update versions, and then perform the following commands:
help2man -n "RPC client for the Zcash daemon" src/zcash-cli > contrib/debian/manpages/zcash-cli.1
help2man -n "Network daemon for interacting with the Zcash blockchain" src/zcashd > contrib/debian/manpages/zcashd.1
Check the version number in the man pages as they use the commit id e.g. 1.0.6-xxxxxxx which may need to be manually cleaned up.
Check the version number in the man pages as they use the commit id e.g. 1.0.6-xxxxxxx which may need to be manually cleaned up. Also check the titles use "zcashd" and "zcash-cli", not "zcash".
In `configure.ac` and `clientversion.h`:
@ -57,6 +57,9 @@ In `configure.ac` and `clientversion.h`:
- Change `CLIENT_VERSION_IS_RELEASE` to false while Zcash is in beta-test phase.
If this release changes the behavior of the protocol or fixes a serious bug, we may
also wish to change the `PROTOCOL_VERSION` in `version.h`.
### B2. Write release notes
Run the release-notes.py script to generate release notes and update authors.md file. For example:

Loading…
Cancel
Save