Post
Topic
Board Bitcoin Discussion
Re: Bitcoin-Qt / bitcoind version 0.8.6 released
by
deepceleron
on 15/12/2013, 16:20:24 UTC
This is a maintenance release to fix a critical bug; we urge all users to upgrade.
Looking at the release notes, I don't understand which of the changes fixes a critical bug. Is this one of the OS X specific changes, or is it about a bug that affects all platforms? What is the impact of the bug?
The blockchain getting corrupted and the program crashing when you start it or when you send money are kind of annoying...
This whole thread: https://bitcointalk.org/index.php?topic=337294.0

Release notes

+- 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