@@ -7,9 +7,11 @@ type: releases
7
7
layout : page
8
8
lang : en
9
9
share : true
10
+ excerpt : Bitcoin Core version 0.11.2 is now available
10
11
---
11
12
12
13
{% include _ download.html %}
14
+ {% githubify https://github.com/bitcoin/bitcoin %}
13
15
14
16
Bitcoin Core version 0.11.2 is now available from:
15
17
@@ -181,25 +183,25 @@ behavior, not code moves, refactors and string updates. For convenience in locat
181
183
the code changes and accompanying discussion, both the pull request and
182
184
git merge commit are mentioned.
183
185
184
- - \ # 6124 ` 684636b ` Make CScriptNum() take nMaxNumSize as an argument
185
- - \ # 6124 ` 4fa7a04 ` Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
186
- - \ # 6124 ` 6ea5ca4 ` Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
187
- - \ # 6351 ` 5e82e1c ` Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
188
- - \ # 6353 ` ba1da90 ` Show softfork status in getblockchaininfo
189
- - \ # 6351 ` 6af25b0 ` Add BIP65 to getblockchaininfo softforks list
190
- - \ # 6688 ` 01878c9 ` Fix locking in GetTransaction
191
- - \ # 6653 ` b3eaa30 ` [ Qt] Raise debug window when requested
192
- - \ # 6600 ` 1e672ae ` Debian/Ubuntu: Include bitcoin-tx binary
193
- - \ # 6600 ` 2394f4d ` Debian/Ubuntu: Split bitcoin-tx into its own package
194
- - \ # 5987 ` 33d6825 ` Bugfix: Allow mining on top of old tip blocks for testnet
195
- - \ # 6852 ` 21e58b8 ` build: make sure OpenSSL heeds noexecstack
196
- - \ # 6846 ` af6edac ` alias ` -h ` for ` --help `
197
- - \ # 6867 ` 95a5039 ` Set TCP_NODELAY on P2P sockets.
198
- - \ # 6856 ` dfe55bd ` Do not allow blockfile pruning during reindex.
199
- - \ # 6566 ` a1d3c6f ` Add rules--presently disabled--for using GetMedianTimePast as end point for lock-time calculations
200
- - \ # 6566 ` f720c5f ` Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
201
- - \ # 6917 ` 0af5b8e ` leveldb: Win32WritableFile without memory mapping
202
- - \ # 6948 ` 4e895b0 ` Always flush block and undo when switching to new file
186
+ - #6124 ` 684636b ` Make CScriptNum() take nMaxNumSize as an argument
187
+ - #6124 ` 4fa7a04 ` Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
188
+ - #6124 ` 6ea5ca4 ` Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
189
+ - #6351 ` 5e82e1c ` Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
190
+ - #6353 ` ba1da90 ` Show softfork status in getblockchaininfo
191
+ - #6351 ` 6af25b0 ` Add BIP65 to getblockchaininfo softforks list
192
+ - #6688 ` 01878c9 ` Fix locking in GetTransaction
193
+ - #6653 ` b3eaa30 ` [ Qt] Raise debug window when requested
194
+ - #6600 ` 1e672ae ` Debian/Ubuntu: Include bitcoin-tx binary
195
+ - #6600 ` 2394f4d ` Debian/Ubuntu: Split bitcoin-tx into its own package
196
+ - #5987 ` 33d6825 ` Bugfix: Allow mining on top of old tip blocks for testnet
197
+ - #6852 ` 21e58b8 ` build: make sure OpenSSL heeds noexecstack
198
+ - #6846 ` af6edac ` alias ` -h ` for ` --help `
199
+ - #6867 ` 95a5039 ` Set TCP_NODELAY on P2P sockets.
200
+ - #6856 ` dfe55bd ` Do not allow blockfile pruning during reindex.
201
+ - #6566 ` a1d3c6f ` Add rules--presently disabled--for using GetMedianTimePast as end point for lock-time calculations
202
+ - #6566 ` f720c5f ` Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
203
+ - #6917 ` 0af5b8e ` leveldb: Win32WritableFile without memory mapping
204
+ - #6948 ` 4e895b0 ` Always flush block and undo when switching to new file
203
205
204
206
Credits
205
207
=======
@@ -228,3 +230,5 @@ Thanks to everyone who directly contributed to this release:
228
230
And those who contributed additional code review and/or security research.
229
231
230
232
As well as everyone that helped translating on [ Transifex] ( https://www.transifex.com/projects/p/bitcoin/ ) .
233
+
234
+ {% endgithubify %}
0 commit comments