mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
add 0.9.2rc2 changes to release notes
This commit is contained in:
parent
e39a3f2c69
commit
94cfe3383b
@ -2,8 +2,9 @@ Bitcoin Core version 0.9.2rc1 is now available from:
|
|||||||
|
|
||||||
https://bitcoin.org/bin/0.9.2rc1/
|
https://bitcoin.org/bin/0.9.2rc1/
|
||||||
|
|
||||||
This is a new minor version release, bringing mostly bug fixes and
|
This is a new minor version release, bringing mostly bug fixes and some minor
|
||||||
some minor improvements.
|
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:
|
Please report bugs using the issue tracker at github:
|
||||||
|
|
||||||
@ -64,6 +65,8 @@ This brings back compatibility with
|
|||||||
0.9.2 Release notes
|
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:
|
RPC:
|
||||||
- Add `getwalletinfo`, `getblockchaininfo` and `getnetworkinfo` calls (will replace hodge-podge `getinfo` at some point)
|
- Add `getwalletinfo`, `getblockchaininfo` and `getnetworkinfo` calls (will replace hodge-podge `getinfo` at some point)
|
||||||
- Add a `relayfee` field to `getnetworkinfo`
|
- Add a `relayfee` field to `getnetworkinfo`
|
||||||
@ -84,12 +87,14 @@ Protocol and network code:
|
|||||||
- Per-peer block download tracking and stalled download detection
|
- Per-peer block download tracking and stalled download detection
|
||||||
- Add new DNS seed from bitnodes.io
|
- Add new DNS seed from bitnodes.io
|
||||||
- Prevent socket leak in ThreadSocketHandler and correct some proxy related socket leaks
|
- Prevent socket leak in ThreadSocketHandler and correct some proxy related socket leaks
|
||||||
|
- Use pnode->nLastRecv as sync score (was the wrong way around)
|
||||||
|
|
||||||
Wallet:
|
Wallet:
|
||||||
- Make GetAvailableCredit run GetHash() only once per transaction (performance improvement)
|
- Make GetAvailableCredit run GetHash() only once per transaction (performance improvement)
|
||||||
- Lower paytxfee warning threshold from 0.25 BTC to 0.01 BTC
|
- Lower paytxfee warning threshold from 0.25 BTC to 0.01 BTC
|
||||||
- Fix importwallet nTimeFirstKey (trigger necessary rescans)
|
- Fix importwallet nTimeFirstKey (trigger necessary rescans)
|
||||||
- Log BerkeleyDB version at startup
|
- Log BerkeleyDB version at startup
|
||||||
|
- CWallet init fix
|
||||||
|
|
||||||
Build system:
|
Build system:
|
||||||
- Add OSX build descriptors to gitian
|
- Add OSX build descriptors to gitian
|
||||||
|
Loading…
x
Reference in New Issue
Block a user