Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Releases: Add Bitcoin Core 0.11.0 #875

Merged
merged 4 commits into from Jul 12, 2015

Conversation

Projects
None yet
2 participants
Contributor

harding commented Jun 3, 2015

Preview: http://dg4.dtrt.org/en/download and http://dg4.dtrt.org/en/release/v0.11.0

This updates the download links to point to 0.11.0 and adds the 0.11.0 release notes to the site. I'll keep it updated throughout the RC cycle, but it can be merged by anyone with commit access once 0.11.0 final is released (see TODO lists below).

Currently provides the release notes up to d26f951 (which looks like the final notes).

CC: @laanwj

Essential TODO:

  • Make sure the download links work. This is automatically checked as part of the Travis CI build, so trigger a rebuild and, if it passes, this should be safe to merge.

Optional TODO (may be done in commits after merge):

  • Add the actual release date to the YAML header in _releases/0.11.0.md
  • Add the magnet URI to the YAML header in _releases/0.11.0.md (brief instructions for creating the link are provided as comments in that file)

Expected URLs for the Bitcoin Core binaries:

/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-linux32.tar.gz
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-linux64.tar.gz
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-osx64.tar.gz
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-osx.dmg
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0.tar.gz
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-win32-setup.exe
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-win32.zip
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-win64-setup.exe
/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-win64.zip
/bin/bitcoin-core-0.11.0/SHA256SUMS.asc

@harding harding added the Releases label Jun 3, 2015

Contributor

harding commented Jun 18, 2015

Rebased and updated for RC2.

Contributor

harding commented Jul 1, 2015

Rebased and updated for RC3. Also added note to OP instructions about making a signed merge.

harding added some commits Jun 3, 2015

Contributor

harding commented Jul 11, 2015

Rebased and updated the release notes to bitcoin/bitcoin@d26f951

@laanwj this should be ready for merge. Instructions are in the top post. I have a script polling the /bin directory, so if I'm around, I'll comment here.

Contributor

harding commented Jul 12, 2015

Looks like @laanwj is uploading the binaries now. I'll handle the rest of the Bitcoin.org side of the process from here.

@laanwj as soon as I've tested the torrent, I'll post the magnet URI here.

Contributor

harding commented Jul 12, 2015

@laanwj magnet URI is: magnet:?xt=urn:btih:82f0d2fa100d6db8a8c1338768dcb9e4e524da13&dn=bitcoin-core-0.11.0&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.ccc.de%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&ws=https%3A%2F%2Fbitcoin.org%2Fbin%2F

Contributor

laanwj commented Jul 12, 2015

@harding thanks a lot! I'll put it in the release announcement

@harding harding merged commit ebde7f7 into master Jul 12, 2015

1 of 2 checks passed

continuous-integration/travis-ci/pr The Travis CI build failed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

harding added a commit that referenced this pull request Jul 12, 2015

Contributor

harding commented Jul 12, 2015

@saivann note: I added the date and magnet URI before merging, so this should be finished.

@harding harding deleted the bitcoin-core-0.11 branch Jul 31, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment