diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-11 15:01:28 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-11 15:11:32 +0200 |
commit | ce16723310adc61f8922e685bdb26395167da22e (patch) | |
tree | 90f2c20cfb68744eb0b2ee7ce4f80d0bebd46ab4 | |
parent | ea3c1b0806f4d117ed6284e2d943f1f125884591 (diff) |
Update release notes
-rw-r--r-- | doc/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 2aae48572f..e18b6c5421 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -53,6 +53,10 @@ Protocol and network code: - Add a new checkpoint at block 295,000 - Increase IsStandard() scriptSig length - Avoid querying DNS seeds, if we have open connections +- Remove a useless millisleep in socket handler +- Stricter memory limits on CNode +- Better orphan transaction handling +- Add `-maxorphantx=<n>` and `-maxorphanblocks=<n>` options for control over the maximum orphan transactions and blocks Wallet: - Check redeemScript size does not exceed 520 byte limit @@ -77,15 +81,18 @@ Thanks to everyone who contributed to this release: - Andrew Poelstra - Cory Fields +- Gavin Andresen - Jeff Garzik - Johnathan Corgan - Julian Haight - Michael Ford - Pavel Vasin - Peter Todd +- phantomcircuit - Pieter Wuille - Rose Toomey - Ruben Dario Ponticelli +- shshshsh - Trevin Hofmann - Wladimir J. van der Laan - Zak Wilcox |