Skip to content

Commit 968717f

Browse files
committed
Merge #557: Releases: add 0.16.1
9c98b09 Releases: 0.16.1: set add, add magnet URI (David A. Harding) 98cf0fc Releases: add 0.16.1 release notes and announcement blog (David A. Harding) 793aaaf Blog posts: set default permalink URL for new posts (David A. Harding) Pull request description: Adds release notes and a short blog post. Previews: - Blog: http://dg0.dtrt.org/en/2018/06/13/release-0.16.1/ - Release notes: http://dg0.dtrt.org/en/releases/0.16.1/ - Download page: http://dg0.dtrt.org/en/download/ Todos (can be fixed up after merge): - [x] Update files to correct dates for release: - `_releases/0.16.1` - change date in YAML header - `cd _posts/en/posts/ ; rename 's/.*release/'$(date -u -I)'-release/' *0.16.1.md ; git add .` - [x] Add magnet URI for torrent - [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/bitcoin-core-0.16.1/, which they're not yet. The CI should pass once if Travis is restarted after the binaries are in their final location. Tree-SHA512: 4df00855d6f847f3eb66b40261dc4e78548656c2381c66afd203ccfdb58812d3d10519ab172b8cccc3b4c1046a2834427dbe9488a1c132108f5b19d995f6b95e
2 parents d78dbee + 9c98b09 commit 968717f

File tree

3 files changed

+225
-0
lines changed

3 files changed

+225
-0
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ defaults:
8888
layout: doc
8989
lang: en
9090
share: true
91+
- scope:
92+
path: "_posts/en/posts"
93+
type: posts
94+
lang: en
95+
values:
96+
permalink: /en/:year/:month/:day/:title/
9197

9298
collections:
9399
releases:
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Bitcoin Core 0.16.1 Released
3+
name: blog-release-0.16.1
4+
id: en-blog-release-0.16.1
5+
lang: en
6+
type: posts
7+
layout: post
8+
share: true
9+
version: 1
10+
11+
excerpt: >
12+
Bitcoin Core 0.16.1 has been released with the latest bug fixes and
13+
minor updates
14+
---
15+
Bitcoin Core version 0.16.1 is now available for [download][download
16+
page]. All users are encouraged to upgrade to this [maintenance
17+
release][] that fixes several bugs and provides backports of new minor
18+
features, such as:
19+
20+
- Mitigating a vector for denial-of-service attacks. This attack required
21+
compromising particular services and would've probably been most
22+
effective against nodes that were started for the first time (rather
23+
than nodes that had already been connected to the network for more
24+
than a few hours).
25+
26+
- Fixing a bug that could've potentially caused miners to lose revenue if
27+
they produced two blocks in very rapid succession.
28+
29+
- Ceasing relay of transactions using the rarely-seen `OP_CODESEPARATOR` opcode for legacy
30+
(non-segwit) signature scripts. The presence of this opcode makes it
31+
difficult for nodes to estimate how much computational work will be
32+
required to validate a legacy signature script. Because of that, it
33+
blocks the deployment of solutions to prevent attackers from creating
34+
blocks that require a long time to validate. By itself, this change
35+
to relay policy doesn't fix the problem itself, but it does make it
36+
easier and safer to deploy proposed solutions in the future should
37+
users consent to adopt them.
38+
39+
For a complete list of changes, please see the [release notes][]. If
40+
have any questions, please stop by our [IRC chatroom][irc] and we’ll do
41+
our best to help you.
42+
43+
[release notes]: /en/releases/0.16.1/
44+
[IRC]: https://en.bitcoin.it/wiki/IRC_channels
45+
[download page]: /en/download
46+
[maintenance release]: /en/lifecycle/#maintenance-releases

_releases/0.16.1.md

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
---
2+
title: Bitcoin Core 0.16.1
3+
id: en-release-0.16.1
4+
name: release-0.16.1
5+
permalink: /en/releases/0.16.1/
6+
excerpt: Bitcoin Core version 0.16.1 is now available
7+
date: 2018-06-15
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, 1]
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:91069028aaf9f6bb3279e71bfd9ab164922e578e&dn=bitcoin-core-0.16.1&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-06-13 commit dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059
25+
---
26+
{% include _download.html %}
27+
{% githubify https://github.com/bitcoin/bitcoin %}
28+
Bitcoin Core version 0.16.1 is now available from:
29+
30+
<https://bitcoincore.org/bin/bitcoin-core-0.16.1/>
31+
32+
This is a new major version release, including new features, various bugfixes
33+
and performance improvements, 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+
Notable changes
77+
===============
78+
79+
Miner block size removed
80+
------------------------
81+
82+
The `-blockmaxsize` option for miners to limit their blocks' sizes was
83+
deprecated in version 0.15.1, and has now been removed. Miners should use the
84+
`-blockmaxweight` option if they want to limit the weight of their blocks'
85+
weights.
86+
87+
0.16.1 change log
88+
------------------
89+
90+
### Policy
91+
- #11423 `d353dd1` [Policy] Several transaction standardness rules (jl2012)
92+
93+
### Mining
94+
- #12756 `e802c22` [config] Remove blockmaxsize option (jnewbery)
95+
96+
### Block and transaction handling
97+
- #13199 `c71e535` Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (sdaftuar)
98+
- #13023 `bb79aaf` Fix some concurrency issues in ActivateBestChain() (skeees)
99+
100+
### P2P protocol and network code
101+
- #12626 `f60e84d` Limit the number of IPs addrman learns from each DNS seeder (EthanHeilman)
102+
103+
### Wallet
104+
- #13265 `5d8de76` Exit SyncMetaData if there are no transactions to sync (laanwj)
105+
- #13030 `5ff571e` Fix zapwallettxes/multiwallet interaction. (jnewbery)
106+
107+
### GUI
108+
- #12999 `1720eb3` Show the Window when double clicking the taskbar icon (ken2812221)
109+
- #12650 `f118a7a` Fix issue: "default port not shown correctly in settings dialog" (251Labs)
110+
- #13251 `ea487f9` Rephrase Bech32 checkbox texts, and enable it with legacy address default (fanquake)
111+
112+
### Build system
113+
- #12474 `b0f692f` Allow depends system to support armv7l (hkjn)
114+
- #12585 `72a3290` depends: Switch to downloading expat from GitHub (fanquake)
115+
- #12648 `46ca8f3` test: Update trusted git root (MarcoFalke)
116+
- #11995 `686cb86` depends: Fix Qt build with Xcode 9 (fanquake)
117+
- #12636 `845838c` backport: #11995 Fix Qt build with Xcode 9 (fanquake)
118+
- #12946 `e055bc0` depends: Fix Qt build with XCode 9.3 (fanquake)
119+
- #12998 `7847b92` Default to defining endian-conversion DECLs in compat w/o config (TheBlueMatt)
120+
121+
### Tests and QA
122+
- #12447 `01f931b` Add missing signal.h header (laanwj)
123+
- #12545 `1286f3e` Use wait_until to ensure ping goes out (Empact)
124+
- #12804 `4bdb0ce` Fix intermittent rpc_net.py failure. (jnewbery)
125+
- #12553 `0e98f96` Prefer wait_until over polling with time.sleep (Empact)
126+
- #12486 `cfebd40` Round target fee to 8 decimals in assert_fee_amount (kallewoof)
127+
- #12843 `df38b13` Test starting bitcoind with -h and -version (jnewbery)
128+
- #12475 `41c29f6` Fix python TypeError in script.py (MarcoFalke)
129+
- #12638 `0a76ed2` Cache only chain and wallet for regtest datadir (MarcoFalke)
130+
- #12902 `7460945` Handle potential cookie race when starting node (sdaftuar)
131+
- #12904 `6c26df0` Ensure bitcoind processes are cleaned up when tests end (sdaftuar)
132+
- #13049 `9ea62a3` Backports (MarcoFalke)
133+
- #13201 `b8aacd6` Handle disconnect_node race (sdaftuar)
134+
135+
### Miscellaneous
136+
- #12518 `a17fecf` Bump leveldb subtree (MarcoFalke)
137+
- #12442 `f3b8d85` devtools: Exclude patches from lint-whitespace (MarcoFalke)
138+
- #12988 `acdf433` Hold cs_main while calling UpdatedBlockTip() signal (skeees)
139+
- #12985 `0684cf9` Windows: Avoid launching as admin when NSIS installer ends. (JeremyRand)
140+
141+
### Documentation
142+
- #12637 `60086dd` backport: #12556 fix version typo in getpeerinfo RPC call help (fanquake)
143+
- #13184 `4087dd0` RPC Docs: `gettxout*`: clarify bestblock and unspent counts (harding)
144+
- #13246 `6de7543` Bump to Ubuntu Bionic 18.04 in build-windows.md (ken2812221)
145+
- #12556 `e730b82` Fix version typo in getpeerinfo RPC call help (tamasblummer)
146+
147+
Credits
148+
=======
149+
150+
Thanks to everyone who directly contributed to this release:
151+
152+
- 251
153+
- Ben Woosley
154+
- Chun Kuan Lee
155+
- David A. Harding
156+
- e0
157+
- fanquake
158+
- Henrik Jonsson
159+
- JeremyRand
160+
- Jesse Cohen
161+
- John Newbery
162+
- Johnson Lau
163+
- Karl-Johan Alm
164+
- Luke Dashjr
165+
- MarcoFalke
166+
- Matt Corallo
167+
- Pieter Wuille
168+
- Suhas Daftuar
169+
- Tamas Blummer
170+
- Wladimir J. van der Laan
171+
172+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
173+
{% endgithubify %}

0 commit comments

Comments
 (0)