diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-08-02 22:14:38 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-08-02 22:14:47 +0200 |
commit | 673919caf72c182ff3b2c60652b8dd92f6a23b38 (patch) | |
tree | 091d1506655296469a0b2c6cd2646301e09c038c | |
parent | 784e218610d4dab07e3523b71566cb2516c04d2c (diff) | |
parent | 5f5b444cc02190352312021c736d88c925731d90 (diff) |
Merge #16532: [0.18] Doc: remove old release notes about systemd and riscv changes
5f5b444cc02190352312021c736d88c925731d90 Doc: remove old release notes about systemd and riscv changes (David A. Harding)
Pull request description:
Removes these two paragraphs that were part of the 0.18.0 release notes but which I don't think need to be repeated for the 0.18.1 release notes. The systemd release note in particular links to a section that isn't part of the document.
ACKs for top commit:
practicalswift:
ACK 5f5b444cc02190352312021c736d88c925731d90
laanwj:
ACK 5f5b444cc02190352312021c736d88c925731d90
fanquake:
ACK 5f5b444cc02190352312021c736d88c925731d90 - this should be fine.
Tree-SHA512: 3930b832eeed1f938cd6423dd9ac1e02ab7bb4fc218f433551fa995f40b84e8f2af5755ca4bf56caccdc742b6884bc79b381c9bdb3ad90e99ca90011d9e12665
-rw-r--r-- | doc/release-notes.md | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index a5d230feca..8890e2163e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -2,7 +2,7 @@ Bitcoin Core version 0.18.1 is now available from: <https://bitcoincore.org/bin/bitcoin-core-0.18.1/> -This is a new major version release, including new features, various bug +This is a new minor version release, including new features, various bug fixes and performance improvements, as well as updated translations. Please report bugs using the issue tracker at GitHub: @@ -47,19 +47,6 @@ built using Qt 5.9.x, which doesn't support versions of macOS older than 10.10. Additionally, Bitcoin Core does not yet change appearance when macOS "dark mode" is activated. -In addition to previously-supported CPU platforms, this release's -pre-compiled distribution also provides binaries for the RISC-V -platform. - -If you are using the `systemd` unit configuration file located at -`contrib/init/bitcoind.service`, it has been changed to use -`/var/lib/bitcoind` as the data directory instead of -`~bitcoin/.bitcoin`. When switching over to the new configuration file, -please make sure that the filesystem on which `/var/lib/bitcoind` will -exist has enough space (check using `df -h /var/lib/bitcoind`), and -optionally copy over your existing data directory. See the [systemd init -file section](#systemd-init-file) for more details. - Known issues ============ |