aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-05-12 17:08:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-05-12 17:08:58 +0200
commitff325032678df25920fe0345701f714ad2f21c61 (patch)
tree12ae5fe8259b45e5bbb1c174260acf895c053aa0
parentda656068ec1f77591ae8ace78f283eb7cb74e46a (diff)
downloadbitcoin-ff325032678df25920fe0345701f714ad2f21c61.tar.xz
Release notes 0.10.2v0.10.2rc1
-rw-r--r--doc/release-notes.md54
1 files changed, 14 insertions, 40 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 55d6eb024e..9d6daa2feb 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -46,9 +46,13 @@ This does not affect wallet forward or backward compatibility.
Notable changes
===============
-This is a minor release and hence there are no notable changes.
-For the notable changes in 0.10, refer to the release notes for the
-0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md
+This fixes a serious problem on Windows with usernames that have non-ASCII
+characters (https://github.com/bitcoin/bitcoin/issues/6078).
+
+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
=================
@@ -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
behavior, not code moves, refactors or string updates.
-RPC:
-
-Block (database) and transaction handling:
-
-P2P protocol and network code:
-
-Validation:
-
-Build system:
-
Wallet:
-
-GUI:
-
-Tests:
+- `824c011` fix boost::get usage with boost 1.58
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
=======
Thanks to everyone who directly contributed to this release:
-- Alex Morcos
- Cory Fields
-- dexX7
-- fsb4000
-- Gavin Andresen
- Gregory Maxwell
-- Ivan Pustogarov
- Jonas Schnelli
-- Matt Corallo
-- mrbandrews
-- Pieter Wuille
-- Ruben de Vries
-- Suhas Daftuar
- Wladimir J. van der Laan
And all those who contributed additional code review and/or security research:
-- 21E14
-- Alison Kendler
-- Aviv Zohar
-- Ethan Heilman
-- Evil-Knievel
-- fanquake
-- Jeff Garzik
-- Jonas Nick
-- Luke Dashjr
-- Patrick Strateman
-- Philip Kaufmann
-- Sergio Demian Lerner
-- Sharon Goldberg
+
+- dexX7
+- Pieter Wuille
+- vayvanne
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).