diff --git a/doc/bips.md b/doc/bips.md --- a/doc/bips.md +++ b/doc/bips.md @@ -1,4 +1,4 @@ -BIPs that are implemented by Bitcoin ABC (up-to-date up to **v0.13.0**): +BIPs that are implemented by Bitcoin ABC (up-to-date up to **v0.17.0rc1**): * [`BIP 9`](https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki): The changes allowing multiple soft-forks to be deployed in parallel have been implemented since **v0.12.1** ([PR #7575](https://github.com/bitcoin/bitcoin/pull/7575)) * [`BIP 11`](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki): Multisig outputs are standard since **v0.6.0** ([PR #669](https://github.com/bitcoin/bitcoin/pull/669)). diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,8 +1,8 @@ -Bitcoin ABC version 0.16.3 is now available from: +Bitcoin ABC version 0.17.0rc1 is now available from: - + This release includes the following features and fixes: - - Add monolithactivationtime configuration in order to chose when the May, 15 hard fork activates. This value should not be changed in production, but it allows user to test the fork activation ahead of time. - - `dumpwallet` no longer allows overwriting files. This is a security measure - as well as prevents dangerous user mistakes. + - Added nMinimumChainWork parameter + - Added support for building with cmake + - TODO (see https://reviews.bitcoinabc.org/D1206 for the rest of this change) diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.16.3.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.16.3.md