Skip to content

Commit 7475ffe

Browse files
committed
Update to 0.19.0.1, add magnet link
Tree-SHA512: c17cfd60b2fac0ff8095e54a6ffede65855ee2e358d9303fe030f996b0a6521b831d1c65bacaeaf9368b9cbcb9e15387fbf48d88d8c2484a1962e751e2ee6e20
1 parent 9ea6263 commit 7475ffe

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

_posts/en/posts/2019-11-09-release-0.19.0.md renamed to _posts/en/posts/2019-11-24-release-0.19.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ excerpt: >
1919
Bitcoin Core version 0.19.0 is now available for [download][download
2020
page] containing multiple improvements and bug fixes For a complete list
2121
of changes in this maintenance release, please see the [release
22-
notes][].
22+
notes][]. Due to an issue that only came to light just after
23+
the rc process, the download is for 0.19.0.1 instead of 0.19.0.
2324

2425
If have any questions, please stop by the #bitcoin IRC chatroom
2526
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
2627

27-
[release notes]: /en/releases/0.19.0/
28+
[release notes]: /en/releases/0.19.0.1/
2829
[IRC]: irc://irc.freenode.net/bitcoin
2930
[web irc]: https://webchat.freenode.net/?channels=bitcoin&uio=d4
3031
[download page]: /en/download

_releases/0.19.0.md renamed to _releases/0.19.0.1.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Bitcoin Core 0.19.0
3-
id: en-release-0.19.0
4-
name: release-0.19.0
5-
permalink: /en/releases/0.19.0/
6-
excerpt: Bitcoin Core version 0.19.0 is now available
7-
date: 2018-11-09
2+
title: Bitcoin Core 0.19.0.1
3+
id: en-release-0.19.0.1
4+
name: release-0.19.0.1
5+
permalink: /en/releases/0.19.0.1/
6+
excerpt: Bitcoin Core version 0.19.0.1 is now available
7+
date: 2018-11-24
88

99
## Use a YAML array for the version number to allow other parts of the
1010
## site to correctly sort in "natural sort of version numbers"
11-
release: [0, 19, 0]
11+
release: [0, 19, 0, 1]
1212

1313
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
1414
## and View Details, or install the transmission-cli Debian/Ubuntu package
1515
## and run: transmission-show -m <torrent file>
1616
#
1717
## 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"
18+
optional_magnetlink: "magnet:?xt=urn:btih:436859e8dddf4d8bd22d9ecc826139b6749a9a4a&dn=bitcoin-core-0.19.0.1&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969"
1919

2020
# Note: it is recommended to check all links to ensure they use
2121
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
@@ -25,12 +25,12 @@ release: [0, 19, 0]
2525
---
2626
{% include download.html %}
2727
{% githubify https://github.com/bitcoin/bitcoin %}
28-
0.19.0 Release Notes
29-
====================
28+
0.19.0.1 Release Notes
29+
======================
3030

31-
Bitcoin Core version 0.19.0 is now available from:
31+
Bitcoin Core version 0.19.0.1 is now available from:
3232

33-
<https://bitcoincore.org/bin/bitcoin-core-0.19.0/>
33+
<https://bitcoincore.org/bin/bitcoin-core-0.19.0.1/>
3434

3535
This release includes new features, various bug fixes and performance
3636
improvements, as well as updated translations.
@@ -579,6 +579,7 @@ Build system changes
579579
- #16817 Fix casing in getblockchaininfo to be inline with other fields (dangershony)
580580
- #17131 fix -rpcclienttimeout 0 option (fjahr)
581581
- #17249 Add missing deque include to fix build (jbeich)
582+
- #17368 cli: fix -getinfo output when compiled with no wallet (fanquake)
582583

583584
### GUI
584585
- #15464 Drop unused return values in WalletFrame (promag)
@@ -888,6 +889,7 @@ Build system changes
888889
- #17095 util: Filter control characters out of log messages (laanwj)
889890
- #17085 init: Change fallback locale to C.UTF-8 (laanwj)
890891
- #16957 9% less memory: make SaltedOutpointHasher noexcept (martinus)
892+
- #17449 fix uninitialized variable nMinerConfirmationWindow (bitcoinVBR)
891893

892894
### Documentation
893895
- #15514 Update Transifex links (fanquake)
@@ -1084,6 +1086,7 @@ Thanks to everyone who directly contributed to this release:
10841086
- nicolas.dorier
10851087
- Nils Loewen
10861088
- nkostoulas
1089+
- NullFunctor
10871090
- orient
10881091
- Patrick Strateman
10891092
- Peter Bushnell

0 commit comments

Comments
 (0)