preliminary release notes for 0.9.3

This commit is contained in:
Wladimir J. van der Laan 2014-08-18 15:51:43 +02:00
parent 84fe0ffd68
commit 736d8b85b3

View File

@ -44,21 +44,26 @@ of minutes on a typical machine).
======================= =======================
RPC: RPC:
- Avoid a segfault on getblock if it can't read a block from disk
Command-line options: - Add paranoid return value checks in base58
Block-chain handling and storage:
Protocol and network code: Protocol and network code:
- Don't poll showmyip.com, it doesn't exist anymore
- Add a way to limit deserialized string lengths and use it
- Add a new checkpoint at block 295,000
- Increase IsStandard() scriptSig length
Wallet: Wallet:
- Check redeemScript size does not exceed 520 byte limit
Build system: - Ignore (and warn about) too-long redeemScripts while loading wallet
GUI: GUI:
- fix 'opens in testnet mode when presented with a BIP-72 link with no fallback'
- AvailableCoins: acquire cs_main mutex
Miscellaneous: Miscellaneous:
- key.cpp: fail with a friendlier message on missing ssl EC support
- Remove bignum dependency for scripts
Credits Credits
-------- --------