aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-20 14:04:32 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-20 14:05:01 +0200
commitbf8ad0dc6b9c195cba7f432f7556e4ba78aa664a (patch)
tree2f8e3a424c6ad170a9856582e6a73fc4b046e7ce
parent139cd8177be4895f8b4c2befee35030bdf961326 (diff)
downloadbitcoin-bf8ad0dc6b9c195cba7f432f7556e4ba78aa664a.tar.xz
update release notes for 0.10.1rc3v0.10.1rc3
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 981e624411..cdb2369bbf 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -59,6 +59,7 @@ behavior, not code moves, refactors or string updates.
RPC:
- `7f502be` fix crash: createmultisig and addmultisigaddress
+- `eae305f` Fix missing lock in submitblock
Block (database) and transaction handling:
- `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
@@ -66,6 +67,8 @@ Block (database) and transaction handling:
- `002c8a2` fix possible block db breakage during re-index
- `a1f425b` Add (optional) consistency check for the block chain data structures
- `1c62e84` Keep mempool consistent during block-reorgs
+- `57d1f46` Fix CheckBlockIndex for reindex
+- `bac6fca` Set nSequenceId when a block is fully linked
P2P protocol and network code:
- `78f64ef` don't trickle for whitelisted nodes
@@ -77,6 +80,7 @@ P2P protocol and network code:
- `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks)
- `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks)
- `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks)
+- `139cd81` Cap nAttempts penalty at 8 and switch to pow instead of a division loop
Validation:
- `d148f62` Acquire CCheckQueue's lock to avoid race condition
@@ -98,6 +102,9 @@ Tests:
Miscellaneous:
- `c9e022b` Initialization: set Boost path locale in main thread
- `23126a0` Sanitize command strings before logging them.
+- `323de27` Initialization: setup environment before starting QT tests
+- `7494e09` Initialization: setup environment before starting tests
+- `df45564` Initialization: set fallback locale as environment variable
Credits
=======
@@ -113,6 +120,8 @@ Thanks to everyone who contributed to this release:
- Ivan Pustogarov
- Jonas Nick
- Jonas Schnelli
+- Matt Corallo
+- mrbandrews
- Pieter Wuille
- Ruben de Vries
- Suhas Daftuar