Release notes 0.10.2
This commit is contained in:
parent
da656068ec
commit
ff32503267
@ -46,9 +46,13 @@ This does not affect wallet forward or backward compatibility.
|
|||||||
Notable changes
|
Notable changes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
This is a minor release and hence there are no notable changes.
|
This fixes a serious problem on Windows with usernames that have non-ASCII
|
||||||
For the notable changes in 0.10, refer to the release notes for the
|
characters (https://github.com/bitcoin/bitcoin/issues/6078).
|
||||||
0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md
|
|
||||||
|
For other platforms there are no notable changes.
|
||||||
|
|
||||||
|
For the notable changes in 0.10, refer to the release notes
|
||||||
|
at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md
|
||||||
|
|
||||||
0.10.2 Change log
|
0.10.2 Change log
|
||||||
=================
|
=================
|
||||||
@ -56,57 +60,27 @@ For the notable changes in 0.10, refer to the release notes for the
|
|||||||
Detailed release notes follow. This overview includes changes that affect external
|
Detailed release notes follow. This overview includes changes that affect external
|
||||||
behavior, not code moves, refactors or string updates.
|
behavior, not code moves, refactors or string updates.
|
||||||
|
|
||||||
RPC:
|
|
||||||
|
|
||||||
Block (database) and transaction handling:
|
|
||||||
|
|
||||||
P2P protocol and network code:
|
|
||||||
|
|
||||||
Validation:
|
|
||||||
|
|
||||||
Build system:
|
|
||||||
|
|
||||||
Wallet:
|
Wallet:
|
||||||
|
- `824c011` fix boost::get usage with boost 1.58
|
||||||
GUI:
|
|
||||||
|
|
||||||
Tests:
|
|
||||||
|
|
||||||
Miscellaneous:
|
Miscellaneous:
|
||||||
|
- `da65606` Avoid crash on start in TestBlockValidity with gen=1.
|
||||||
|
- `424ae66` don't imbue boost::filesystem::path with locale "C" on windows (fixes #6078)
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Thanks to everyone who directly contributed to this release:
|
Thanks to everyone who directly contributed to this release:
|
||||||
|
|
||||||
- Alex Morcos
|
|
||||||
- Cory Fields
|
- Cory Fields
|
||||||
- dexX7
|
|
||||||
- fsb4000
|
|
||||||
- Gavin Andresen
|
|
||||||
- Gregory Maxwell
|
- Gregory Maxwell
|
||||||
- Ivan Pustogarov
|
|
||||||
- Jonas Schnelli
|
- Jonas Schnelli
|
||||||
- Matt Corallo
|
|
||||||
- mrbandrews
|
|
||||||
- Pieter Wuille
|
|
||||||
- Ruben de Vries
|
|
||||||
- Suhas Daftuar
|
|
||||||
- Wladimir J. van der Laan
|
- Wladimir J. van der Laan
|
||||||
|
|
||||||
And all those who contributed additional code review and/or security research:
|
And all those who contributed additional code review and/or security research:
|
||||||
- 21E14
|
|
||||||
- Alison Kendler
|
- dexX7
|
||||||
- Aviv Zohar
|
- Pieter Wuille
|
||||||
- Ethan Heilman
|
- vayvanne
|
||||||
- Evil-Knievel
|
|
||||||
- fanquake
|
|
||||||
- Jeff Garzik
|
|
||||||
- Jonas Nick
|
|
||||||
- Luke Dashjr
|
|
||||||
- Patrick Strateman
|
|
||||||
- Philip Kaufmann
|
|
||||||
- Sergio Demian Lerner
|
|
||||||
- Sharon Goldberg
|
|
||||||
|
|
||||||
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
||||||
|
Loading…
Reference in New Issue
Block a user