2015-03-25 16:54:14 +01:00
|
|
|
Bitcoin Core version 0.10.1 is now available from:
|
2014-03-17 13:19:54 +01:00
|
|
|
|
2015-03-25 16:54:14 +01:00
|
|
|
https://bitcoin.org/bin/0.10.1/
|
2014-12-23 18:10:18 +01:00
|
|
|
|
2015-03-25 16:54:14 +01:00
|
|
|
This is a new minor version release, bringing bug fixes and robustness
|
|
|
|
improvements. If you are using 0.10.0, it is recommended to upgrade to this
|
|
|
|
version.
|
2014-12-23 18:10:18 +01:00
|
|
|
|
|
|
|
Please report bugs using the issue tracker at github:
|
|
|
|
|
|
|
|
https://github.com/bitcoin/bitcoin/issues
|
|
|
|
|
|
|
|
Upgrading and downgrading
|
2014-12-24 17:39:53 +01:00
|
|
|
=========================
|
2014-12-23 18:10:18 +01:00
|
|
|
|
|
|
|
How to Upgrade
|
|
|
|
--------------
|
|
|
|
|
|
|
|
If you are running an older version, shut it down. Wait until it has completely
|
|
|
|
shut down (which might take a few minutes for older versions), then run the
|
|
|
|
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or
|
|
|
|
bitcoind/bitcoin-qt (on Linux).
|
|
|
|
|
2015-03-25 16:54:14 +01:00
|
|
|
Downgrade warning
|
|
|
|
------------------
|
2014-10-17 13:11:59 +02:00
|
|
|
|
2015-03-25 16:54:14 +01:00
|
|
|
Because release 0.10.0 and later makes use of headers-first synchronization and
|
|
|
|
parallel block download (see further), the block files and databases are not
|
|
|
|
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:
|
2014-10-17 13:11:59 +02:00
|
|
|
|
|
|
|
* Blocks will be stored on disk out of order (in the order they are
|
|
|
|
received, really), which makes it incompatible with some tools or
|
|
|
|
other programs. Reindexing using earlier versions will also not work
|
|
|
|
anymore as a result of this.
|
|
|
|
|
|
|
|
* The block index database will now hold headers for which no block is
|
|
|
|
stored on disk, which earlier versions won't support.
|
|
|
|
|
|
|
|
If you want to be able to downgrade smoothly, make a backup of your entire data
|
|
|
|
directory. Without this your node will need start syncing (or importing from
|
2014-12-23 23:02:16 +01:00
|
|
|
bootstrap.dat) anew afterwards. It is possible that the data from a completely
|
|
|
|
synchronised 0.10 node may be usable in older versions as-is, but this is not
|
|
|
|
supported and may break as soon as the older version attempts to reindex.
|
2014-10-17 13:11:59 +02:00
|
|
|
|
|
|
|
This does not affect wallet forward or backward compatibility.
|
|
|
|
|
2014-12-24 17:39:53 +01:00
|
|
|
Notable changes
|
|
|
|
===============
|
|
|
|
|
2014-12-23 18:10:18 +01:00
|
|
|
|
2015-03-25 16:54:14 +01:00
|
|
|
0.10.1 Change log
|
2014-12-24 17:39:53 +01:00
|
|
|
=================
|
2014-12-23 18:10:18 +01:00
|
|
|
|
|
|
|
Detailed release notes follow. This overview includes changes that affect external
|
|
|
|
behavior, not code moves, refactors or string updates.
|
|
|
|
|
|
|
|
RPC:
|
|
|
|
|
|
|
|
Block and transaction handling:
|
|
|
|
|
|
|
|
P2P protocol and network code:
|
|
|
|
|
|
|
|
Validation:
|
|
|
|
|
|
|
|
Build system:
|
|
|
|
|
|
|
|
Wallet:
|
|
|
|
|
|
|
|
GUI:
|
|
|
|
|
|
|
|
Tests:
|
|
|
|
|
|
|
|
Miscellaneous:
|
|
|
|
|
|
|
|
Credits
|
2014-12-24 17:39:53 +01:00
|
|
|
=======
|
2014-12-23 18:10:18 +01:00
|
|
|
|
|
|
|
Thanks to everyone who contributed to this release:
|
|
|
|
|
|
|
|
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
|
|
|
|