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

Release: Bitcoin Core 0.11.2 #1134

Merged
merged 3 commits into from Nov 13, 2015

Conversation

Projects
None yet
2 participants
Contributor

harding commented Nov 13, 2015

Previews:

This adds the Bitcoin Core 0.11.2 release to Bitcoin.org, making it the recommended release shown on the Download page. The release notes are current as of bitcoin/bitcoin@7e27892

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.2.md
  • Add the magnet URI to the YAML header in _releases/0.11.2.md (brief instructions for creating the link are provided as comments in that file)

The file names we're expecting for the binaries are:

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

(Since these paths don't currently exist, the Travis CI build will fail. That's ok.)

@laanwj Note, if you merge this yourself, the merge commit needs to be PGP signed with your key 2346C9A6

@harding harding added the Releases label Nov 13, 2015

laanwj added some commits Nov 13, 2015

Contributor

laanwj commented Nov 13, 2015

Everything should be ok - but need to hold up merging this until we have three signatures for gitian mac osx and windows signed:

https://github.com/bitcoin/gitian.sigs/tree/master/0.11.2-osx-signed
https://github.com/bitcoin/gitian.sigs/tree/master/0.11.2-win-signed

Edit: done (thanks @Michagogo)

Contributor

harding commented Nov 13, 2015

I'll merge this as soon as Travis CI finishes. Thanks!

@harding harding merged commit 7cd960b into master Nov 13, 2015

2 checks passed

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

harding added a commit that referenced this pull request Nov 13, 2015

@harding harding deleted the bitcoin-core-0.11.2 branch Dec 23, 2015

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