1
1
---
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
8
8
9
9
# # Use a YAML array for the version number to allow other parts of the
10
10
# # site to correctly sort in "natural sort of version numbers"
11
- release : [0, 19, 0]
11
+ release : [0, 19, 0, 1 ]
12
12
13
13
# # Optional magnet link. To get it, open the torrent in a good BitTorrent client
14
14
# # and View Details, or install the transmission-cli Debian/Ubuntu package
15
15
# # and run: transmission-show -m <torrent file>
16
16
#
17
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"
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"
19
19
20
20
# Note: it is recommended to check all links to ensure they use
21
21
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
@@ -25,12 +25,12 @@ release: [0, 19, 0]
25
25
---
26
26
{% include download.html %}
27
27
{% githubify https://github.com/bitcoin/bitcoin %}
28
- 0.19.0 Release Notes
29
- ====================
28
+ 0.19.0.1 Release Notes
29
+ ======================
30
30
31
- Bitcoin Core version 0.19.0 is now available from:
31
+ Bitcoin Core version 0.19.0.1 is now available from:
32
32
33
- < https://bitcoincore.org/bin/bitcoin-core-0.19.0/ >
33
+ < https://bitcoincore.org/bin/bitcoin-core-0.19.0.1 / >
34
34
35
35
This release includes new features, various bug fixes and performance
36
36
improvements, as well as updated translations.
@@ -579,6 +579,7 @@ Build system changes
579
579
- #16817 Fix casing in getblockchaininfo to be inline with other fields (dangershony)
580
580
- #17131 fix -rpcclienttimeout 0 option (fjahr)
581
581
- #17249 Add missing deque include to fix build (jbeich)
582
+ - #17368 cli: fix -getinfo output when compiled with no wallet (fanquake)
582
583
583
584
### GUI
584
585
- #15464 Drop unused return values in WalletFrame (promag)
@@ -888,6 +889,7 @@ Build system changes
888
889
- #17095 util: Filter control characters out of log messages (laanwj)
889
890
- #17085 init: Change fallback locale to C.UTF-8 (laanwj)
890
891
- #16957 9% less memory: make SaltedOutpointHasher noexcept (martinus)
892
+ - #17449 fix uninitialized variable nMinerConfirmationWindow (bitcoinVBR)
891
893
892
894
### Documentation
893
895
- #15514 Update Transifex links (fanquake)
@@ -1084,6 +1086,7 @@ Thanks to everyone who directly contributed to this release:
1084
1086
- nicolas.dorier
1085
1087
- Nils Loewen
1086
1088
- nkostoulas
1089
+ - NullFunctor
1087
1090
- orient
1088
1091
- Patrick Strateman
1089
1092
- Peter Bushnell
0 commit comments