diff options
| author | Gavin Andresen <[email protected]> | 2012-01-23 09:59:38 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-01-23 09:59:38 -0800 |
| commit | 5e437f05c7e397b79445c84d8d2106f3a66844e4 (patch) | |
| tree | 315bcf86f9d504da9919eb1bf682712635cabaa2 | |
| parent | Only store transactions with missing inputs in the orphan pool. (diff) | |
| parent | Various updates to the release process (diff) | |
| download | discoin-5e437f05c7e397b79445c84d8d2106f3a66844e4.tar.xz discoin-5e437f05c7e397b79445c84d8d2106f3a66844e4.zip | |
Merge pull request #764 from luke-jr/update_release_process
Various updates to the release process
| -rw-r--r-- | doc/release-process.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index ee1a5d4a3..3f1a6a5fb 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -1,3 +1,5 @@ +* update translations (ping tcatm on IRC for now) + * update (commit) version in sources bitcoin-qt.pro src/main.h (CLIENT_VERSION : PROTOCOL_VERSION in serialize.h is updated only on protocol changes) @@ -77,9 +79,9 @@ Build output expected: Bitcoin-Qt.dmg -* upload source and builds to SourceForge +* upload builds to SourceForge -* create SHA1SUMS for builds, and PGP-sign it +* create SHA256SUMS for builds, and PGP-sign it * update bitcoin.org version |