Skip to content

Commit 549966e

Browse files
committed
Merge #624: Releases: add 0.17.0.1
789777c Add magnet link and update release date for 0.17.0.1 (Wladimir J. van der Laan) eb6c5e7 Releases: link to 0.17.0 in 0.17.0.1 release notes (David A. Harding) f9d49f4 Releases: add 0.17.0.1 (David A. Harding) Pull request description: Preview: http://dg1.dtrt.org/en/releases/0.17.0.1/ & http://dg1.dtrt.org/en/download/ Todo: - [x] Set correct `date:` in release notes - [x] Add magnet URI to release notes Both can be safely done after the merge, if desired. Release notes include an extra sentence not in the original and a link to the 0.17.0 release notes, as discussed earlier today on IRC. Note: Travis build expected to fail until binaries have been uploaded. Tree-SHA512: fcbc996adc4dee1b4f465938000026f08b9c985ac38142652713ffa05efcfe9309a7e0364fe58f892a5252624dd8cfb5c7c7188a3dbde9a2d729b494e417aa1b
2 parents d74b54d + 789777c commit 549966e

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

_releases/0.17.0.1.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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-30
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:70749cf2cf2922a21208b4ae760c9f2f9d1e7f11&dn=bitcoin-core-0.17.0.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-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, making
49+
this release otherwise identical to [0.17.0](/en/releases/0.17.0/).
50+
51+
0.17.0.1 change log
52+
===================
53+
54+
### Build system
55+
- #14416 `eb2cc84` Fix OSX dmg issue (10.12 to 10.14) (jonasschnelli)
56+
57+
### Documentation
58+
- #14509 `1b5af2c` [0.17] doc: use SegWit in getblocktemplate example (Sjors)
59+
60+
Credits
61+
=======
62+
63+
Thanks to everyone who directly contributed to this release:
64+
65+
- Jonas Schnelli
66+
- Pieter Wuille
67+
- Sjors Provoost
68+
- Wladimir J. van der Laan
69+
{% endgithubify %}

0 commit comments

Comments
 (0)