Skip to content

Commit f9d49f4

Browse files
committed
Releases: add 0.17.0.1
1 parent 871c3b4 commit f9d49f4

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

_releases/0.17.0.1.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Bitcoin Core 0.17.0.1
3+
id: en-release-0.17.0.1
4+
name: release-0.17.0.1
5+
permalink: /en/releases/0.17.0.1/
6+
excerpt: Bitcoin Core version 0.17.0.1 is now available
7+
date: 2018-10-27
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, 17, 0, 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:1c72f17bc1667a2ce81860b75135e491f6637d05&dn=bitcoin-core-0.17.0&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-10-28 commit 9e87d82e7f0696a40d08c6e4cff3f040a447ece5
25+
---
26+
{% include download.html %}
27+
{% githubify https://github.com/bitcoin/bitcoin %}
28+
Bitcoin Core version 0.17.0.1 is now available from:
29+
30+
<https://bitcoincore.org/bin/bitcoin-core-0.17.0.1/>
31+
32+
This release provides a minor bug fix for 0.17.0.
33+
34+
Please report bugs using the issue tracker at GitHub:
35+
36+
<https://github.com/bitcoin/bitcoin/issues>
37+
38+
To receive security and update notifications, please subscribe to:
39+
40+
<https://bitcoincore.org/en/list/announcements/join/>
41+
42+
Notable changes
43+
===============
44+
45+
An issue was solved with OSX dmg generation, affecting macOS 10.12 to 10.14,
46+
which could cause Finder to crash on install.
47+
48+
There are no significant changes for other operating systems.
49+
50+
0.17.0.1 change log
51+
===================
52+
53+
### Build system
54+
- #14416 `eb2cc84` Fix OSX dmg issue (10.12 to 10.14) (jonasschnelli)
55+
56+
### Documentation
57+
- #14509 `1b5af2c` [0.17] doc: use SegWit in getblocktemplate example (Sjors)
58+
59+
Credits
60+
=======
61+
62+
Thanks to everyone who directly contributed to this release:
63+
64+
- Jonas Schnelli
65+
- Pieter Wuille
66+
- Sjors Provoost
67+
- Wladimir J. van der Laan
68+
{% endgithubify %}

0 commit comments

Comments
 (0)