Skip to content

Commit e81b6b3

Browse files
committed
Merge #582: Releases: add 0.16.2
b8d09ca Releases: add 0.16.2 (David A. Harding) Pull request description: Adds release notes and a short blog post. Previews: - Blog: http://dg0.dtrt.org/en/2018/07/27/release-0.16.2/ - Release notes: http://dg0.dtrt.org/en/releases/0.16.2/ - Download page: http://dg0.dtrt.org/en/download/ Todo: - [x] Update files to correct dates for release: - `_releases/0.16.2.md` - change date in YAML header - `cd _posts/en/posts/ ; rename 's/.*release/'$(date -u -I)'-release/' _posts/en/posts/2018-07-27-release-0.16.2.md ; git add .` - [x] Add magnet URI for torrent to _releases/0.16.2.md - [x] If release notes change, update the release file with the changes Note: this PR is expected to fail Travis CI as it expects the binaries to be in /bin/, which they're not yet. The CI should pass once if Travis is restarted after the binaries are in their final location. Tree-SHA512: cabf66139c9069fa5ca190b06bf7b36ca733201581866e98c68d07d3050a77cd3fe416f44aabfd7dd3014eaee20477f91c047916eb6110b2f195a9dd466a4dcb
2 parents 3e05471 + b8d09ca commit e81b6b3

File tree

3 files changed

+194
-0
lines changed

3 files changed

+194
-0
lines changed

_includes/references.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,7 @@
137137
version of this site's RPC docs-->
138138
{% endcomment %}
139139
{% assign rpc_version = "0.16.1" %}
140+
[rpc abandontransaction]: /en/doc/{{rpc_version}}/rpc/wallet/abandontransaction/
140141
[rpc fundrawtransaction]: /en/doc/{{rpc_version}}/rpc/rawtransactions/fundrawtransaction/
142+
[rpc getblock]: /en/doc/{{rpc_version}}/rpc/blockchain/getblock/
143+
[rpc verifytxoutproof]: /en/doc/{{rpc_version}}/rpc/blockchain/verifytxoutproof/
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Bitcoin Core 0.16.2 Released
3+
name: blog-release-0.16.2
4+
id: en-blog-release-0.16.2
5+
lang: en
6+
type: posts
7+
layout: post
8+
share: true
9+
10+
## If this is a new post, reset this counter to 1.
11+
version: 1
12+
13+
excerpt: >
14+
Bitcoin Core 0.16.2 is now available with new bug fixes and minor
15+
updates.
16+
---
17+
Bitcoin Core version 0.16.2 is now available for [download][download
18+
page]. All users are encouraged to upgrade to this [maintenance
19+
release][] that fixes several bugs and provides backports of new minor
20+
features, such as:
21+
22+
- The [verifytxoutproof RPC][rpc verifytxoutproof] is no longer
23+
vulnerable to a particular [expensive attack][tx-as-internal-node]
24+
against SPV proofs publicly disclosed in early June. The attack was
25+
considered unlikely given that much cheaper attacks of roughly equal
26+
effectiveness are well known. Similarly, the [getblock RPC][rpc
27+
getblock] also now returns extra information that can be used to
28+
defeat this attack even if the requested block has been pruned. None
29+
of this mitigates the attack for actual SPV clients.
30+
31+
- The [`abandontransaction`][rpc abandontransaction] RPC has been fixed
32+
to abandon all descendant transactions, not just children. As before,
33+
you can call this RPC when you no longer want your wallet to
34+
re-broadcast an old unconfirmed transaction. Note that the RPC can not
35+
force miners or other nodes to forget about the transaction.
36+
37+
For a complete list of changes, please see the [release notes][]. If
38+
have any questions, please stop by our [IRC chatroom][irc] and we’ll do
39+
our best to help you.
40+
41+
[release notes]: /en/releases/0.16.2/
42+
[IRC]: https://en.bitcoin.it/wiki/IRC_channels
43+
[download page]: /en/download
44+
[maintenance release]: /en/lifecycle/#maintenance-releases
45+
[tx-as-internal-node]: https://bitslog.wordpress.com/2018/06/09/leaf-node-weakness-in-bitcoin-merkle-tree-design/
46+
47+
{% include references.md %}

_releases/0.16.2.md

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
---
2+
title: Bitcoin Core 0.16.2
3+
id: en-release-0.16.2
4+
name: release-0.16.2
5+
permalink: /en/releases/0.16.2/
6+
excerpt: Bitcoin Core version 0.16.2 is now available
7+
date: 2018-07-29
8+
9+
## Use a YAML array for the version number to allow other parts of the
10+
## site to correctly sort in "natural sort of version numbers"
11+
release: [0, 16, 2]
12+
13+
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
14+
## and View Details, or install the transmission-cli Debian/Ubuntu package
15+
## and run: transmission-show -m <torrent file>
16+
#
17+
## Link should be enclosed in quotes and start with: "magnet:?
18+
optional_magnetlink: "magnet:?xt=urn:btih:b64eacae7d6e5f7ba50de3da8aca4368c27f0823&dn=bitcoin-core-0.16.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969"
19+
20+
# Note: it is recommended to check all links to ensure they use
21+
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
22+
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
23+
24+
## Notes from bitcoin/bitcoin 2018-07-27 commit 2848aa808fde462c27bc36de982d7ed74e882a7b
25+
---
26+
{% include download.html %}
27+
{% githubify https://github.com/bitcoin/bitcoin %}
28+
Bitcoin Core version 0.16.2 is now available from:
29+
30+
<https://bitcoincore.org/bin/bitcoin-core-0.16.2/>
31+
32+
This is a new minor version release, with various bugfixes
33+
as well as updated translations.
34+
35+
Please report bugs using the issue tracker at GitHub:
36+
37+
<https://github.com/bitcoin/bitcoin/issues>
38+
39+
To receive security and update notifications, please subscribe to:
40+
41+
<https://bitcoincore.org/en/list/announcements/join/>
42+
43+
How to Upgrade
44+
==============
45+
46+
If you are running an older version, shut it down. Wait until it has completely
47+
shut down (which might take a few minutes for older versions), then run the
48+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
49+
or `bitcoind`/`bitcoin-qt` (on Linux).
50+
51+
The first time you run version 0.15.0 or newer, your chainstate database will be converted to a
52+
new format, which will take anywhere from a few minutes to half an hour,
53+
depending on the speed of your machine.
54+
55+
Note that the block database format also changed in version 0.8.0 and there is no
56+
automatic upgrade code from before version 0.8 to version 0.15.0 or higher. Upgrading
57+
directly from 0.7.x and earlier without re-downloading the blockchain is not supported.
58+
However, as usual, old wallet versions are still supported.
59+
60+
Downgrading warning
61+
-------------------
62+
63+
Wallets created in 0.16 and later are not compatible with versions prior to 0.16
64+
and will not work if you try to use newly created wallets in older versions. Existing
65+
wallets that were created with older versions are not affected by this.
66+
67+
Compatibility
68+
==============
69+
70+
Bitcoin Core is extensively tested on multiple operating systems using
71+
the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
72+
73+
Bitcoin Core should also work on most other Unix-like systems but is not
74+
frequently tested on them.
75+
76+
0.16.2 change log
77+
------------------
78+
79+
### Wallet
80+
- #13622 `c04a4a5` Remove mapRequest tracking that just effects Qt display. (TheBlueMatt)
81+
- #12905 `cfc6f74` [rpcwallet] Clamp walletpassphrase value at 100M seconds (sdaftuar)
82+
- #13437 `ed82e71` wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (MarcoFalke)
83+
84+
### RPC and other APIs
85+
- #13451 `cbd2f70` rpc: expose CBlockIndex::nTx in getblock(header) (instagibbs)
86+
- #13507 `f7401c8` RPC: Fix parameter count check for importpubkey (kristapsk)
87+
- #13452 `6b9dc8c` rpc: have verifytxoutproof check the number of txns in proof structure (instagibbs)
88+
- #12837 `bf1f150` rpc: fix type mistmatch in `listreceivedbyaddress` (joemphilips)
89+
- #12743 `657dfc5` Fix csBestBlock/cvBlockChange waiting in rpc/mining (sipa)
90+
91+
### GUI
92+
- #12432 `f78e7f6` [qt] send: Clear All also resets coin control options (Sjors)
93+
- #12617 `21dd512` gui: Show messages as text not html (laanwj)
94+
- #12793 `cf6feb7` qt: Avoid reseting on resetguisettigs=0 (MarcoFalke)
95+
96+
### Build system
97+
- #13544 `9fd3e00` depends: Update Qt download url (fanquake)
98+
- #12573 `88d1a64` Fix compilation when compiler do not support `__builtin_clz*` (532479301)
99+
100+
### Tests and QA
101+
- #13061 `170b309` Make tests pass after 2020 (bmwiedemann)
102+
- #13192 `79c4fff` [tests] Fixed intermittent failure in `p2p_sendheaders.py` (lmanners)
103+
- #13300 `d9c5630` qa: Initialize lockstack to prevent null pointer deref (MarcoFalke)
104+
- #13545 `e15e3a9` tests: Fix test case `streams_serializedata_xor` Remove Boost dependency. (practicalswift)
105+
- #13304 `cbdabef` qa: Fix `wallet_listreceivedby` race (MarcoFalke)
106+
107+
### Miscellaneous
108+
- #12887 `2291774` Add newlines to end of log messages (jnewbery)
109+
- #12859 `18b0c69` Bugfix: Include `<memory>` for `std::unique_ptr` (luke-jr)
110+
- #13131 `ce8aa54` Add Windows shutdown handler (ken2812221)
111+
- #13652 `20461fc` rpc: Fix that CWallet::AbandonTransaction would leave the grandchildren, etc. active (Empact)
112+
113+
Credits
114+
=======
115+
116+
Thanks to everyone who directly contributed to this release:
117+
118+
- 532479301
119+
- Ben Woosley
120+
- Bernhard M. Wiedemann
121+
- Chun Kuan Lee
122+
- Cory Fields
123+
- fanquake
124+
- Gregory Sanders
125+
- joemphilips
126+
- John Newbery
127+
- Kristaps Kaupe
128+
- lmanners
129+
- Luke Dashjr
130+
- MarcoFalke
131+
- Matt Corallo
132+
- Pieter Wuille
133+
- practicalswift
134+
- Sjors Provoost
135+
- Suhas Daftuar
136+
- Wladimir J. van der Laan
137+
138+
And to those that reported security issues:
139+
140+
- Braydon Fuller
141+
- Himanshu Mehta
142+
143+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
144+
{% endgithubify %}

0 commit comments

Comments
 (0)