aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-07-29 11:04:46 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-19 17:37:07 +0200
commit026b9dfd6e833b4484e73d0b0311e16f3751deed (patch)
treefa186c78af2e3d3cc7ed85fcab82339a395d048c /doc/release-notes.md
parent736d8b85b375da1b177141344f743739c77a6cd7 (diff)
downloadbitcoin-026b9dfd6e833b4484e73d0b0311e16f3751deed.tar.xz
Avoid querying DNS seeds, if we have open connections.
The goal is to increase independence and privacy. Rebased-From: 2e7009d
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index d58fcc9035..7dbc0e30a8 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -52,6 +52,7 @@ Protocol and network code:
- Add a way to limit deserialized string lengths and use it
- Add a new checkpoint at block 295,000
- Increase IsStandard() scriptSig length
+- Avoid querying DNS seeds, if we have open connections
Wallet:
- Check redeemScript size does not exceed 520 byte limit