Skip to content

Commit 9ad4f22

Browse files
committed
Merge #665: Releases: add 0.18.1
b6b2dc1 Releases: Release 0.18.1 (Wladimir J. van der Laan) 1a7deff Releases: add 0.18.1 (David A. Harding) Pull request description: - [x] Update `_releases/0.18.1.md` with the actual final release date, the actual final release notes, and (optionally) add the magnet link (uncommenting that field). - [x] Update _posts/en/posts/2019-08-02-release-0.18.1.md by renaming its base name to start with the actual final release date Reminder: Travis is expected to fail on release PRs until final 0.18.1 binaries have been uploaded to the bitcoincore.org/bin to ensure that our download links work. Just restart Travis when everything is ready. Note: the upstream release notes contained a link that pointed to a missing systemd section. I think these are an unnecessary holdover from the 0.18.0 release notes and opened bitcoin/bitcoin#16532 to address the issue upstream. However, to fix the broken link here, I removed just the sentence with the link; I haven't edited the release notes in any other way. ACKs for top commit: laanwj: ACK 1a7deff + b6b2dc1 Tree-SHA512: f7510ce6f14bb15bc524cb683f117dc38aa254bbe4d01276fa3efedda8e7dd98b9b0b0eb48fef353b22ec10522feffbcb72207299eef5f98f303000030e04562
2 parents 935e1c5 + b6b2dc1 commit 9ad4f22

File tree

2 files changed

+196
-0
lines changed

2 files changed

+196
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Bitcoin Core 0.18.1 Released
3+
name: blog-release-0.18.1
4+
id: en-blog-release-0.18.1
5+
lang: en
6+
type: posts
7+
layout: post
8+
9+
## If this is a new post, reset this counter to 1.
10+
version: 1
11+
12+
## Only true if release announcement or security annoucement. English posts only
13+
announcement: 1
14+
15+
excerpt: >
16+
Bitcoin Core 0.18.1 is now available with bug fixes and other
17+
improvements.
18+
19+
---
20+
Bitcoin Core version 0.18.1 is now available for [download][download
21+
page] containing several bug fixes and other improvements. For a
22+
complete list of changes in this maintenance release, please see the
23+
[release notes][].
24+
25+
If have any questions, please stop by the #bitcoin IRC chatroom
26+
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
27+
28+
[release notes]: /en/releases/0.18.1/
29+
[IRC]: irc://irc.freenode.net/bitcoin
30+
[web irc]: https://webchat.freenode.net/?channels=bitcoin&uio=d4
31+
[download page]: /en/download
32+
33+
{% include references.md %}

_releases/0.18.1.md

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
---
2+
title: Bitcoin Core 0.18.1
3+
id: en-release-0.18.1
4+
name: release-0.18.1
5+
permalink: /en/releases/0.18.1/
6+
excerpt: Bitcoin Core version 0.18.1 is now available
7+
date: 2018-08-09
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, 18, 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:c3ba0cfee3ef8413098ac5e81db08a2670e9da8c&dn=bitcoin-core-0.18.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+
# Release notes from bitcoin/bitcoin fa27a0760792b251585f2a70eccdd547f915b7e4 ("doc: Bump manpages pre-final", 2019-08-02)
25+
---
26+
{% include download.html %}
27+
{% githubify https://github.com/bitcoin/bitcoin %}
28+
Bitcoin Core version 0.18.1 is now available from:
29+
30+
<https://bitcoincore.org/bin/bitcoin-core-0.18.1/>
31+
32+
This is a new minor version release, including new features, various bug
33+
fixes 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
47+
completely shut down (which might take a few minutes for older
48+
versions), then run the installer (on Windows) or just copy over
49+
`/Applications/Bitcoin-Qt` (on Mac) or `bitcoind`/`bitcoin-qt` (on
50+
Linux).
51+
52+
The first time you run version 0.15.0 or newer, your chainstate database
53+
will be converted to a new format, which will take anywhere from a few
54+
minutes to half an hour, depending on the speed of your machine.
55+
56+
Note that the block database format also changed in version 0.8.0 and
57+
there is no automatic upgrade code from before version 0.8 to version
58+
0.15.0 or later. Upgrading directly from 0.7.x and earlier without
59+
redownloading the blockchain is not supported. However, as usual, old
60+
wallet versions are still supported.
61+
62+
Compatibility
63+
==============
64+
65+
Bitcoin Core is supported and extensively tested on operating systems
66+
using the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not
67+
recommended to use Bitcoin Core on unsupported systems.
68+
69+
Bitcoin Core should also work on most other Unix-like systems but is not
70+
as frequently tested on them.
71+
72+
From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
73+
built using Qt 5.9.x, which doesn't support versions of macOS older than
74+
10.10. Additionally, Bitcoin Core does not yet change appearance when
75+
macOS "dark mode" is activated.
76+
77+
Known issues
78+
============
79+
80+
Wallet GUI
81+
----------
82+
83+
For advanced users who have both (1) enabled coin control features, and
84+
(2) are using multiple wallets loaded at the same time: The coin control
85+
input selection dialog can erroneously retain wrong-wallet state when
86+
switching wallets using the dropdown menu. For now, it is recommended
87+
not to use coin control features with multiple wallets loaded.
88+
89+
0.18.1 change log
90+
=================
91+
92+
### P2P protocol and network code
93+
- #15990 Add tests and documentation for blocksonly (MarcoFalke)
94+
- #16021 Avoid logging transaction decode errors to stderr (MarcoFalke)
95+
- #16405 fix: tor: Call `event_base_loopbreak` from the event's callback (promag)
96+
- #16412 Make poll in InterruptibleRecv only filter for POLLIN events (tecnovert)
97+
98+
### Wallet
99+
- #15913 Add -ignorepartialspends to list of ignored wallet options (luke-jr)
100+
101+
### RPC and other APIs
102+
- #15991 Bugfix: fix pruneblockchain returned prune height (jonasschnelli)
103+
- #15899 Document iswitness flag and fix bug in converttopsbt (MarcoFalke)
104+
- #16026 Ensure that uncompressed public keys in a multisig always returns a legacy address (achow101)
105+
- #14039 Disallow extended encoding for non-witness transactions (sipa)
106+
- #16210 add 2nd arg to signrawtransactionwithkey examples (dooglus)
107+
- #16250 signrawtransactionwithkey: report error when missing redeemScript/witnessScript (ajtowns)
108+
109+
### GUI
110+
- #16044 fix the bug of OPEN CONFIGURATION FILE on Mac (shannon1916)
111+
- #15957 Show "No wallets available" in open menu instead of nothing (meshcollider)
112+
- #16118 Enable open wallet menu on setWalletController (promag)
113+
- #16135 Set progressDialog to nullptr (promag)
114+
- #16231 Fix open wallet menu initialization order (promag)
115+
- #16254 Set `AA_EnableHighDpiScaling` attribute early (hebasto)
116+
- #16122 Enable console line edit on setClientModel (promag)
117+
- #16348 Assert QMetaObject::invokeMethod result (promag)
118+
119+
### Build system
120+
- #15985 Add test for GCC bug 90348 (sipa)
121+
- #15947 Install bitcoin-wallet manpage (domob1812)
122+
- #15983 build with -fstack-reuse=none (MarcoFalke)
123+
124+
### Tests and QA
125+
- #15826 Pure python EC (sipa)
126+
- #15893 Add test for superfluous witness record in deserialization (instagibbs)
127+
- #14818 Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions (luke-jr)
128+
- #15831 Add test that addmultisigaddress fails for watchonly addresses (MarcoFalke)
129+
130+
### Documentation
131+
- #15890 Remove text about txes always relayed from -whitelist (harding)
132+
133+
### Miscellaneous
134+
- #16095 Catch by reference not value in wallettool (kristapsk)
135+
- #16205 Replace fprintf with tfm::format (MarcoFalke)
136+
137+
Credits
138+
=======
139+
140+
Thanks to everyone who directly contributed to this release:
141+
142+
- Andrew Chow
143+
- Anthony Towns
144+
- Chris Moore
145+
- Daniel Kraft
146+
- David A. Harding
147+
- fanquake
148+
- Gregory Sanders
149+
- Hennadii Stepanov
150+
- John Newbery
151+
- Jonas Schnelli
152+
- João Barbosa
153+
- Kristaps Kaupe
154+
- Luke Dashjr
155+
- MarcoFalke
156+
- MeshCollider
157+
- Pieter Wuille
158+
- shannon1916
159+
- tecnovert
160+
- Wladimir J. van der Laan
161+
162+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
163+
{% endgithubify %}

0 commit comments

Comments
 (0)