aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
AgeCommit message (Collapse)Author
2013-12-10Release process: add section about announcing new releaseWladimir J. van der Laan
2013-12-05Change release-process.md to sign release tagsMicha
2013-11-18Add additional data update to release-process.mdMicha
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do list for each release, avoiding future situations like https://bitcointalk.org/index.php?topic=336042.0.
2013-10-04HTTPS-ify the downloads for the depsMicha
2013-10-04Switch the order of win32 deps and win32 qt in release-process.mdMicha
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
2013-10-04Fix and improve release-process.mdMicha
This commit adds a step, which is to git checkout the version to be built. This ensures that the gitian-descriptors for said version will be the correct ones. In addition, it updates the links for several dependencies, where the previously existing links were dead.
2013-09-26Upgrade gitian win32 to boost-1.54.0Warren Togami
Workaround 1.54.0 build bug, upstream #9156 Workaround 1.51.0+ human bug, upstream #7262 This commit also demonstrates a method to verify the integrity of inputs.
2013-09-05Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan
Also needed to add `unzip` package for the added unzip command for OpenSSL in the Qt build.
2013-09-05Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan
2013-07-07Made the build/release process completable verbatim as listed inMicha
release-process.md
2013-05-30Made more generic by removing specific version referencesMichagogo
Tweaked a little bit to provide examples. Squashed commits into 1, while hoping not to break anything
2013-05-20Docs Markdown Cleanupsuper3