Skip to content

Commit

Permalink
Release notes for 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Nov 28, 2013
1 parent 9a6dc1e commit 35ef6be
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion doc/release-notes.md
Expand Up @@ -4,5 +4,27 @@ 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 OS X
- Perform a msync before the munmap on OS X

- 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()

- Various small GUI, documentation and build fixes

0 comments on commit 35ef6be

Please sign in to comment.