From ce16723310adc61f8922e685bdb26395167da22e Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 11 Sep 2014 15:01:28 +0200 Subject: [PATCH] Update release notes --- doc/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 2aae48572f2..e18b6c5421c 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=` and `-maxorphanblocks=` 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