aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2019-08-14 13:06:51 +0200
committerWladimir J. van der Laan <laanwj@protonmail.com>2019-08-14 13:07:59 +0200
commitbbc2970082a28d75224857db55355f0c3e686335 (patch)
tree5bdf857ecb4a1c94d2e7b3a9338848cbc56adab0 /doc
parentfa27a0760792b251585f2a70eccdd547f915b7e4 (diff)
downloadbitcoin-bbc2970082a28d75224857db55355f0c3e686335.tar.xz
doc: Clean out release notes post-0.18.1
Tree-SHA512: d03bee43f65b1837a4e157acb358716f2df08c8692c8f77f9531568a3da732684b7fae6e10cf8a88c353f8f8360dd6311d5e5c936c2a3d9e0f34dfaf5b727e76
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md73
1 files changed, 7 insertions, 66 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 8890e2163e..058489710e 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,6 +1,6 @@
-Bitcoin Core version 0.18.1 is now available from:
+Bitcoin Core version 0.18.x is now available from:
- <https://bitcoincore.org/bin/bitcoin-core-0.18.1/>
+ <https://bitcoincore.org/bin/bitcoin-core-0.18.x/>
This is a new minor version release, including new features, various bug
fixes and performance improvements, as well as updated translations.
@@ -59,77 +59,18 @@ input selection dialog can erroneously retain wrong-wallet state when
switching wallets using the dropdown menu. For now, it is recommended
not to use coin control features with multiple wallets loaded.
-0.18.1 change log
+Notable changes
+===============
+
+
+0.18.x change log
=================
-### P2P protocol and network code
-- #15990 Add tests and documentation for blocksonly (MarcoFalke)
-- #16021 Avoid logging transaction decode errors to stderr (MarcoFalke)
-- #16405 fix: tor: Call `event_base_loopbreak` from the event's callback (promag)
-- #16412 Make poll in InterruptibleRecv only filter for POLLIN events (tecnovert)
-
-### Wallet
-- #15913 Add -ignorepartialspends to list of ignored wallet options (luke-jr)
-
-### RPC and other APIs
-- #15991 Bugfix: fix pruneblockchain returned prune height (jonasschnelli)
-- #15899 Document iswitness flag and fix bug in converttopsbt (MarcoFalke)
-- #16026 Ensure that uncompressed public keys in a multisig always returns a legacy address (achow101)
-- #14039 Disallow extended encoding for non-witness transactions (sipa)
-- #16210 add 2nd arg to signrawtransactionwithkey examples (dooglus)
-- #16250 signrawtransactionwithkey: report error when missing redeemScript/witnessScript (ajtowns)
-
-### GUI
-- #16044 fix the bug of OPEN CONFIGURATION FILE on Mac (shannon1916)
-- #15957 Show "No wallets available" in open menu instead of nothing (meshcollider)
-- #16118 Enable open wallet menu on setWalletController (promag)
-- #16135 Set progressDialog to nullptr (promag)
-- #16231 Fix open wallet menu initialization order (promag)
-- #16254 Set `AA_EnableHighDpiScaling` attribute early (hebasto)
-- #16122 Enable console line edit on setClientModel (promag)
-- #16348 Assert QMetaObject::invokeMethod result (promag)
-
-### Build system
-- #15985 Add test for GCC bug 90348 (sipa)
-- #15947 Install bitcoin-wallet manpage (domob1812)
-- #15983 build with -fstack-reuse=none (MarcoFalke)
-
-### Tests and QA
-- #15826 Pure python EC (sipa)
-- #15893 Add test for superfluous witness record in deserialization (instagibbs)
-- #14818 Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions (luke-jr)
-- #15831 Add test that addmultisigaddress fails for watchonly addresses (MarcoFalke)
-
-### Documentation
-- #15890 Remove text about txes always relayed from -whitelist (harding)
-
-### Miscellaneous
-- #16095 Catch by reference not value in wallettool (kristapsk)
-- #16205 Replace fprintf with tfm::format (MarcoFalke)
Credits
=======
Thanks to everyone who directly contributed to this release:
-- Andrew Chow
-- Anthony Towns
-- Chris Moore
-- Daniel Kraft
-- David A. Harding
-- fanquake
-- Gregory Sanders
-- Hennadii Stepanov
-- John Newbery
-- Jonas Schnelli
-- João Barbosa
-- Kristaps Kaupe
-- Luke Dashjr
-- MarcoFalke
-- MeshCollider
-- Pieter Wuille
-- shannon1916
-- tecnovert
-- Wladimir J. van der Laan
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).