aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-18 15:51:43 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-18 15:53:37 +0200
commit736d8b85b375da1b177141344f743739c77a6cd7 (patch)
treedd6280f0675e7db580628e164c1eef702c698567
parent84fe0ffd685627689bbbcd14cf419938f2a100b2 (diff)
downloadbitcoin-736d8b85b375da1b177141344f743739c77a6cd7.tar.xz
preliminary release notes for 0.9.3
-rw-r--r--doc/release-notes.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index ead27ff533..d58fcc9035 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -44,21 +44,26 @@ of minutes on a typical machine).
=======================
RPC:
-
-Command-line options:
-
-Block-chain handling and storage:
+- Avoid a segfault on getblock if it can't read a block from disk
+- Add paranoid return value checks in base58
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:
-
-Build system:
+- Check redeemScript size does not exceed 520 byte limit
+- Ignore (and warn about) too-long redeemScripts while loading wallet
GUI:
+- fix 'opens in testnet mode when presented with a BIP-72 link with no fallback'
+- AvailableCoins: acquire cs_main mutex
Miscellaneous:
-
+- key.cpp: fail with a friendlier message on missing ssl EC support
+- Remove bignum dependency for scripts
Credits
--------