aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-06-13 12:23:14 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-06-13 12:23:14 +0200
commit94cfe3383b58a973e71cbff699c02ba9fe952848 (patch)
treeb9b6788b244a34134cb4136539178f5423556389 /doc
parente39a3f2c698fb5f74ad7ba97b8ae79bb860432a5 (diff)
downloadbitcoin-94cfe3383b58a973e71cbff699c02ba9fe952848.tar.xz
add 0.9.2rc2 changes to release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index a74f4d6cae..2a29bf95e8 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -2,8 +2,9 @@ Bitcoin Core version 0.9.2rc1 is now available from:
https://bitcoin.org/bin/0.9.2rc1/
-This is a new minor version release, bringing mostly bug fixes and
-some minor improvements.
+This is a new minor version release, bringing mostly bug fixes and some minor
+improvements. OpenSSL has been updated because of a security issue (CVE-2014-0224).
+Upgrading to this release is recommended.
Please report bugs using the issue tracker at github:
@@ -64,6 +65,8 @@ This brings back compatibility with
0.9.2 Release notes
=======================
+The OpenSSL dependency in the gitian builds has been upgraded to 1.0.1h because of CVE-2014-0224.
+
RPC:
- Add `getwalletinfo`, `getblockchaininfo` and `getnetworkinfo` calls (will replace hodge-podge `getinfo` at some point)
- Add a `relayfee` field to `getnetworkinfo`
@@ -84,12 +87,14 @@ Protocol and network code:
- Per-peer block download tracking and stalled download detection
- Add new DNS seed from bitnodes.io
- Prevent socket leak in ThreadSocketHandler and correct some proxy related socket leaks
+- Use pnode->nLastRecv as sync score (was the wrong way around)
Wallet:
- Make GetAvailableCredit run GetHash() only once per transaction (performance improvement)
- Lower paytxfee warning threshold from 0.25 BTC to 0.01 BTC
- Fix importwallet nTimeFirstKey (trigger necessary rescans)
- Log BerkeleyDB version at startup
+- CWallet init fix
Build system:
- Add OSX build descriptors to gitian