diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-26 08:48:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-26 08:48:32 +0100 |
commit | 0eccf0ae30d0214701f4eae1d6542283f19109f7 (patch) | |
tree | 80832fa44337ce74eea1857b94768913aec4797b /doc | |
parent | 78f64ef0b2c949496242bd97f403e3717b5f2fad (diff) |
Add commits (up to now) to release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 53ea3aed4e..74b387d38c 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -55,27 +55,56 @@ Detailed release notes follow. This overview includes changes that affect extern behavior, not code moves, refactors or string updates. RPC: +- `7f502be` fix crash: createmultisig and addmultisigaddress -Block and transaction handling: +Block (database) and transaction handling: +- `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates +- `c91c660` fix InvalidateBlock to repopulate setBlockIndexCandidates +- `002c8a2` fix possible block db breakage during re-index P2P protocol and network code: +- `78f64ef` don't trickle for whitelisted nodes +- `ca301bf` Reduce fingerprinting through timestamps in 'addr' messages. +- `200f293` Ignore getaddr messages on Outbound connections. +- `d5d8998` Limit message sizes before transfer +- `aeb9279` Better fingerprinting protection for non-main-chain getdatas. Validation: +- `d148f62` Acquire CCheckQueue's lock to avoid race condition Build system: +- `8752b5c` 0.10 fix for crashes on OSX 10.6 Wallet: +- N/A GUI: +- `2c08406` some mac specifiy cleanup (memory handling, unnecessary code) +- `81145a6` fix OSX dock icon window reopening +- `786cf72` fix a issue where "command line options"-action overwrite "Preference"-action (on OSX) Tests: +- `1117378` add RPC test for InvalidateBlock Miscellaneous: +- `c9e022b` Initialization: set Boost path locale in main thread +- `23126a0` Sanitize command strings before logging them. Credits ======= Thanks to everyone who contributed to this release: -As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). +- Alex Morcos +- Cory Fields +- dexX7 +- fsb4000 +- Gregory Maxwell +- Ivan Pustogarov +- Jonas Schnelli +- Pieter Wuille +- Ruben de Vries +- Suhas Daftuar +- Wladimir J. van der Laan +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). |