Bitcoin Core version 0.13.2 is now available from:
https://bitcoin.org/bin/bitcoin-core-0.13.2/
This is a new minor version release, including various bugfixes and performance improvements, as well as updated translations.
Please report bugs using the issue tracker at github:
https://github.com/bitcoin/bitcoin/issues
To receive security and update notifications, please subscribe to:
https://bitcoincore.org/en/list/announcements/join/
Microsoft ended support for Windows XP on April 8th, 2014, an OS initially released in 2001. This means that not even critical security updates will be released anymore. Without security updates, using a bitcoin wallet on a XP machine is irresponsible at least.
In addition to that, with 0.12.x there have been varied reports of Bitcoin Core randomly crashing on Windows XP. It is not clear what the source of these crashes is, but it is likely that upstream libraries such as Qt are no longer being tested on XP.
We do not have time nor resources to provide support for an OS that is end-of-life. From 0.13.0 on, Windows XP is no longer supported. Users are suggested to upgrade to a newer version of Windows, or install an alternative OS that is supported.
No attempt is made to prevent installing or running the software on Windows XP, you can still do so at your own risk, but do not expect it to work: do not report issues about Windows XP to the issue tracker.
From 0.13.1 onwards OS X 10.7 is no longer supported. 0.13.0 was intended to work on 10.7+, but severe issues with the libc++ version on 10.7.x keep it from running reliably. 0.13.1 now requires 10.8+, and will communicate that to 10.7 users, rather than crashing unexpectedly.
When a newly created transaction failed to enter the mempool due to the limits on chains of unconfirmed transactions the sending RPC calls would return an error. The transaction would still be queued in the wallet and, once some of the parent transactions were confirmed, broadcast after the software was restarted.
This behavior has been changed to return success and to reattempt mempool insertion at the same time transaction rebroadcast is attempted, avoiding a need for a restart.
Transactions in the wallet which cannot be accepted into the mempool can be abandoned with the previously existing abandontransaction RPC (or in the GUI via a context menu on the transaction).
Detailed release notes follow. This overview includes changes that affect behavior, not code moves, refactors and string updates. For convenience in locating the code changes and accompanying discussion, both the pull request and git merge commit are mentioned.
e591c10
[0.13 Backport #9053] IBD using chainwork instead of height and not using header timestamp (gmaxwell)5b93eee
IBD using chainwork instead of height and not using header timestamps (gmaxwell)1d048b9
Don’t return the address of a P2SH of a P2SH (jnewbery)87fbced
keypoololdest denote Unix epoch, not GMT (s-matthew-english)f82c81b
fix getnettotals RPC description about timemillis (visvirial)5bcb05d
[rpc] ParseHash: Fail when length is not 64 (MarcoFalke)f26dab7
Add option to return non-segwit serialization via rpc (instagibbs)b711390
[0.13.2] wallet/rpc backports (MarcoFalke)c365556
Complain when unknown rpcserialversion is specified (sipa)49a612f
[qa] Don’t set unknown rpcserialversion (MarcoFalke)ce0d817
[mempool] Fix relaypriority calculation error (maiiz)0a4aa87
[0.13 backport #9239] Disable fee estimates for a confirm target of 1 block (morcos)0c09d9f
Send tip change notification from invalidateblock (ryanofsky)9ef3875
Add missing cs_main lock to ::GETBLOCKTXN processing (TheBlueMatt)94531b5
torcontrol: Explicitly request RSA1024 private key (laanwj)2cad5db
Compact Block Tweaks (rebase of #8235) (sipa)286e548
Fixes for p2p-compactblocks.py test timeouts on travis (#8842) (ryanofsky)4c71fc4
Decouple peer-processing-logic from block-connection-logic (TheBlueMatt)6fe3981
net: don’t send feefilter messages before the version handshake is complete (theuni)ca1fd75
Make orphan parent fetching ask for witnesses (gmaxwell)3a3bcbf
Use RelevantServices instead of node_network in AttemptToEvict (gmaxwell)9460771
[0.13 backport #9026] Fix handling of invalid compact blocks (sdaftuar)03b6f62
[0.13 backport #9352] Attempt reconstruction from all compact block announcements (sdaftuar)b96a8f7
Always add default_witness_commitment with GBT client support (sipa)28d0f22
Fix calculation of number of bound sockets to use (TheBlueMatt)da5a16b
Always drop the least preferred HB peer when adding a new one (gmaxwell)d1b4da9
build: fix qt5.7 build under macOS (theuni)a0f7ece
Update for OpenSSL 1.1 API (gmaxwell)396c405
Prevent FD_SETSIZE error building on OpenBSD (ivdsangen)6f86b53
Make warnings label selectable (jonasschnelli) (MarcoFalke)6d70a73
Fix coincontrol sort issue (jonasschnelli)5f3a12c
Use correct conversion function for boost::path datadir (laanwj)4a974b2
Update bitcoin-qt.desktop (s-matthew-english)dc46b10
Plug many memory leaks (laanwj)35174a0
Make RelayWalletTransaction attempt to AcceptToMemoryPool (gmaxwell)43bcfca
Bugfix: Fundrawtransaction: don’t terminate when keypool is empty (jonasschnelli)f5d606e
Return txid even if ATMP fails for new transaction (sipa)fe39f26
Prefer coins that have fewer ancestors, sanity check txn before ATMP (instagibbs)eca9b46
Wait for specific block announcement in p2p-compactblocks (ryanofsky)dccdc3a
Fix use-after-free in scheduler tests (laanwj)3107280
Add assert_raises_message to check specific error message (mrbandrews)29435db
0.13.2 Backports (MarcoFalke)1d4c884
Increase wallet-dump RPC timeout (ryanofsky)ecd7db5
Handle zombies and cluttered tmpdirs (MarcoFalke)387ec9d
Add script tests for FindAndDelete in pre-segwit and segwit scripts (jl2012)eebc699
bench: Fix subtle counting issue when rescaling iteration count (laanwj)094848b
Calculate size and weight of block correctly in CreateNewBlock() (jnewbery)40169dc
Set minimum required Boost to 1.47.0 (fanquake)a710a43
Improvement of documentation of command line parameter ‘whitelist’ (wodry)106da69
Allow bitcoin-tx to create v2 transactions (btcdrak)12428b4
add software-properties-common (sigwo)08d1c90
bug: Missed one “return false” in recent refactoring in #9067 (UdjinM6)f85ee01
Fix exit codes (UdjinM6)fb987b3
[0.13] Update secp256k1 subtree (MarcoFalke)b172377
Remove calls to getaddrinfo_a (TheBlueMatt)Thanks to everyone who directly contributed to this release:
As well as everyone that helped translating on Transifex.