Clarify that prioritisetransaction remains supported
[bitcoinplatinum.git] / doc / release-notes.md
blobb092a0b3132f4d2872958dd991778b4efe8419b8
1 (note: this is a temporary file, to be added-to by anybody, and moved to
2 release-notes at release time)
4 Bitcoin Core version *version* is now available from:
6   <https://bitcoin.org/bin/bitcoin-core-*version*/>
8 This is a new major version release, including new features, various bugfixes
9 and performance improvements, as well as updated translations.
11 Please report bugs using the issue tracker at github:
13   <https://github.com/bitcoin/bitcoin/issues>
15 To receive security and update notifications, please subscribe to:
17   <https://bitcoincore.org/en/list/announcements/join/>
19 Compatibility
20 ==============
22 Microsoft ended support for Windows XP on [April 8th, 2014](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
23 an OS initially released in 2001. This means that not even critical security
24 updates will be released anymore. Without security updates, using a bitcoin
25 wallet on a XP machine is irresponsible at least.
27 In addition to that, with 0.12.x there have been varied reports of Bitcoin Core
28 randomly crashing on Windows XP. It is [not clear](https://github.com/bitcoin/bitcoin/issues/7681#issuecomment-217439891)
29 what the source of these crashes is, but it is likely that upstream
30 libraries such as Qt are no longer being tested on XP.
32 We do not have time nor resources to provide support for an OS that is
33 end-of-life. From 0.13.0 on, Windows XP is no longer supported. Users are
34 suggested to upgrade to a newer version of Windows, or install an alternative OS
35 that is supported.
37 No attempt is made to prevent installing or running the software on Windows XP,
38 you can still do so at your own risk, but do not expect it to work: do not
39 report issues about Windows XP to the issue tracker.
41 Notable changes
42 ===============
44 Low-level RPC changes
45 ----------------------
47 - `importprunedfunds` only accepts two required arguments. Some versions accept
48   an optional third arg, which was always ignored. Make sure to never pass more
49   than two arguments.
51 Removal of Priority Estimation
52 ------------------------------
54 - Estimation of "priority" needed for a transaction to be included within a target
55   number of blocks has been removed.  The rpc calls are deprecated and will either
56   return -1 or 1e24 appropriately. The format for `fee_estimates.dat` has also
57   changed to no longer save these priority estimates. It will automatically be
58   converted to the new format which is not readable by prior versions of the
59   software.
61 - The concept of "priority" (coin age) transactions is planned to be removed in
62   the next major version. To prepare for this, the default for the rate limit of
63   priority transactions (`-limitfreerelay`) has been set to `0` kB/minute. This
64   is not to be confused with the `prioritisetransaction` RPC which will remain
65   supported for adding fee deltas to transactions.
67 P2P connection management
68 --------------------------
70 - Peers manually added through the addnode option or addnode RPC now have their own
71   limit of eight connections which does not compete with other inbound or outbound
72   connection usage and is not subject to the maxconnections limitation.
74 - New connections to manually added peers are much faster.
77 0.14.0 Change log
78 =================
80 Detailed release notes follow. This overview includes changes that affect
81 behavior, not code moves, refactors and string updates. For convenience in locating
82 the code changes and accompanying discussion, both the pull request and
83 git merge commit are mentioned.
85 ### RPC and REST
87 UTXO set query (`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`) responses
88 were changed to return status code HTTP_BAD_REQUEST (400) instead of HTTP_INTERNAL_SERVER_ERROR (500) when requests
89 contain invalid parameters.
91 The first boolean argument to `getaddednodeinfo` has been removed. This is an incompatible change.
93 Call "getmininginfo" loses the "testnet" field in favor of the more generic "chain" (which has been present for years).
95 ### Configuration and command-line options
97 ### Block and transaction handling
99 ### P2P protocol and network code
101 ### Validation
103 ### Build system
105 ### Wallet
107 ### GUI
109 ### Tests
111 ### Miscellaneous
113 Credits
114 =======
116 Thanks to everyone who directly contributed to this release:
119 As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).