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: Bitcoin Core 0.11.1 #1085

Merged
merged 1 commit into from Oct 15, 2015

Conversation

Projects
None yet
3 participants
Contributor

harding commented Oct 11, 2015

This adds the Bitcoin Core 0.11.1 release to Bitcoin.org, making it the recommended release shown on the Download page.

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

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

(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 Oct 11, 2015

Contributor

laanwj commented Oct 15, 2015

Executables for 0.11.1 have been uploaded, I've re-triggered travis runs. If they succeed they can be merged.

@saivann saivann merged commit be23157 into master Oct 15, 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

@saivann saivann deleted the bitcoin-core-0.11.1 branch Oct 15, 2015

Contributor

saivann commented Oct 15, 2015

@laanwj Merged, and I'll make sure the site updates, thanks!

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