aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-11-27 13:17:13 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-12-05 13:11:26 +0100
commit03a7d673876dc8fbae876290b455c02b0cac80bd (patch)
treeddba3d06fd5dd17263bac8bf16fcab52a8a7e046
parentd3381e71a1b30a804b5b0fc993b189af53205bb2 (diff)
downloadbitcoin-0.8.6rc1.tar.xz
Release notes for 0.8.6v0.8.6rc1v0.8.6
-rw-r--r--doc/release-notes.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 5827161062..2a4874b7b2 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -4,7 +4,34 @@ release time)
0.8.6 changes
=============
-TODO
+- Default block size increase for miners
+ (see https://gist.github.com/gavinandresen/7670433#086-accept-into-block)
+
+- Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying
+ (see https://gist.github.com/gavinandresen/7670433#086-relaying)
+
+- Lower maximum size for free transaction creation
+ (see https://gist.github.com/gavinandresen/7670433#086-wallet)
+
+- OSX block chain database corruption fixes
+ - Update leveldb to 1.13
+ - Use fcntl with `F_FULLSYNC` instead of fsync on OSX
+ - Use native Darwin memory barriers
+ - Replace use of mmap in leveldb for improved reliability (only on OSX)
+
+- Fix nodes forwarding transactions with empty vins and getting banned
+
+- Network code performance and robustness improvements
+
+- Additional debug.log logging for diagnosis of network problems, log timestamps by default
+
+- Fix Bitcoin-Qt startup crash when clicking dock icon on OSX
+
+- Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact()
+
+- Fix rare GUI crash on send
+
+- Various small GUI, documentation and build fixes
Warning
--------