release-notes-0.10.1.md
1 Bitcoin Core version 0.10.1 is now available from: 2 3 <https://bitcoin.org/bin/bitcoin-core-0.10.1/> 4 5 This is a new minor version release, bringing bug fixes and translation 6 updates. It is recommended to upgrade to this version. 7 8 Please report bugs using the issue tracker at github: 9 10 <https://github.com/bitcoin/bitcoin/issues> 11 12 Upgrading and downgrading 13 ========================= 14 15 How to Upgrade 16 -------------- 17 18 If you are running an older version, shut it down. Wait until it has completely 19 shut down (which might take a few minutes for older versions), then run the 20 installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or 21 bitcoind/bitcoin-qt (on Linux). 22 23 Downgrade warning 24 ------------------ 25 26 Because release 0.10.0 and later makes use of headers-first synchronization and 27 parallel block download (see further), the block files and databases are not 28 backwards-compatible with pre-0.10 versions of Bitcoin Core or other software: 29 30 * Blocks will be stored on disk out of order (in the order they are 31 received, really), which makes it incompatible with some tools or 32 other programs. Reindexing using earlier versions will also not work 33 anymore as a result of this. 34 35 * The block index database will now hold headers for which no block is 36 stored on disk, which earlier versions won't support. 37 38 If you want to be able to downgrade smoothly, make a backup of your entire data 39 directory. Without this your node will need start syncing (or importing from 40 bootstrap.dat) anew afterwards. It is possible that the data from a completely 41 synchronised 0.10 node may be usable in older versions as-is, but this is not 42 supported and may break as soon as the older version attempts to reindex. 43 44 This does not affect wallet forward or backward compatibility. 45 46 Notable changes 47 =============== 48 49 This is a minor release and hence there are no notable changes. 50 For the notable changes in 0.10, refer to the release notes for the 51 0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md 52 53 0.10.1 Change log 54 ================= 55 56 Detailed release notes follow. This overview includes changes that affect external 57 behavior, not code moves, refactors or string updates. 58 59 RPC: 60 - `7f502be` fix crash: createmultisig and addmultisigaddress 61 - `eae305f` Fix missing lock in submitblock 62 63 Block (database) and transaction handling: 64 - `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates 65 - `c91c660` fix InvalidateBlock to repopulate setBlockIndexCandidates 66 - `002c8a2` fix possible block db breakage during re-index 67 - `a1f425b` Add (optional) consistency check for the block chain data structures 68 - `1c62e84` Keep mempool consistent during block-reorgs 69 - `57d1f46` Fix CheckBlockIndex for reindex 70 - `bac6fca` Set nSequenceId when a block is fully linked 71 72 P2P protocol and network code: 73 - `78f64ef` don't trickle for whitelisted nodes 74 - `ca301bf` Reduce fingerprinting through timestamps in 'addr' messages. 75 - `200f293` Ignore getaddr messages on Outbound connections. 76 - `d5d8998` Limit message sizes before transfer 77 - `aeb9279` Better fingerprinting protection for non-main-chain getdatas. 78 - `cf0218f` Make addrman's bucket placement deterministic (countermeasure 1 against eclipse attacks, see http://cs-people.bu.edu/heilman/eclipse/) 79 - `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks) 80 - `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks) 81 - `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks) 82 - `139cd81` Cap nAttempts penalty at 8 and switch to pow instead of a division loop 83 84 Validation: 85 - `d148f62` Acquire CCheckQueue's lock to avoid race condition 86 87 Build system: 88 - `8752b5c` 0.10 fix for crashes on OSX 10.6 89 90 Wallet: 91 - N/A 92 93 GUI: 94 - `2c08406` some mac specifiy cleanup (memory handling, unnecessary code) 95 - `81145a6` fix OSX dock icon window reopening 96 - `786cf72` fix a issue where "command line options"-action overwrite "Preference"-action (on OSX) 97 98 Tests: 99 - `1117378` add RPC test for InvalidateBlock 100 101 Miscellaneous: 102 - `c9e022b` Initialization: set Boost path locale in main thread 103 - `23126a0` Sanitize command strings before logging them. 104 - `323de27` Initialization: setup environment before starting Qt tests 105 - `7494e09` Initialization: setup environment before starting tests 106 - `df45564` Initialization: set fallback locale as environment variable 107 108 Credits 109 ======= 110 111 Thanks to everyone who directly contributed to this release: 112 113 - Alex Morcos 114 - Cory Fields 115 - dexX7 116 - fsb4000 117 - Gavin Andresen 118 - Gregory Maxwell 119 - Ivan Pustogarov 120 - Jonas Schnelli 121 - Matt Corallo 122 - mrbandrews 123 - Pieter Wuille 124 - Ruben de Vries 125 - Suhas Daftuar 126 - Wladimir J. van der Laan 127 128 And all those who contributed additional code review and/or security research: 129 - 21E14 130 - Alison Kendler 131 - Aviv Zohar 132 - Ethan Heilman 133 - Evil-Knievel 134 - fanquake 135 - Jeff Garzik 136 - Jonas Nick 137 - Luke Dashjr 138 - Patrick Strateman 139 - Philip Kaufmann 140 - Sergio Demian Lerner 141 - Sharon Goldberg 142 143 As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).