diff options
| author | Ross Nicoll <[email protected]> | 2018-02-04 17:10:29 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 3e6fdbc07668154d483971151bd61aa83653f3a7 (patch) | |
| tree | e39bb9ac1c549963e1366bd4eff5b9055508d5a4 /doc/release-notes/bitcoin/release-notes-0.6.2.md | |
| parent | [Qt] Disable milli and micro units, introduce kilo and mega units (#1463) (diff) | |
| download | discoin-3e6fdbc07668154d483971151bd61aa83653f3a7.tar.xz discoin-3e6fdbc07668154d483971151bd61aa83653f3a7.zip | |
Update release notes for 1.14 (#1464)
* Move old release notes out of the way
* Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin.
* Move remaining Bitcoin release notes into their own folder.
* Move Bitcoin 0.9 release notes into Bitcoin release notes folder.
* Start cleaning up release notes to reflect Doge
Diffstat (limited to 'doc/release-notes/bitcoin/release-notes-0.6.2.md')
| -rw-r--r-- | doc/release-notes/bitcoin/release-notes-0.6.2.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/release-notes/bitcoin/release-notes-0.6.2.md b/doc/release-notes/bitcoin/release-notes-0.6.2.md new file mode 100644 index 000000000..bb85fb23a --- /dev/null +++ b/doc/release-notes/bitcoin/release-notes-0.6.2.md @@ -0,0 +1,50 @@ +Bitcoin version 0.6.2 is now available for download at: +http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.2/ + +This is a bug-fix and code-cleanup release, with no major new features. + +Please report bugs using the github issue tracker at: +https://github.com/bitcoin/bitcoin/issues + + +NOTABLE CHANGES + +Much faster shutdowns. However, the blkindex.dat file is no longer +portable to different data directories by default. If you need a +portable blkindex.dat file then run with the new -detachdb=1 option +or the "Detach databases at shutdown" GUI preference. + +Fixed https://github.com/bitcoin/bitcoin/issues/1065, a bug that +could cause long-running nodes to crash. + +Mac and Windows binaries are compiled against OpenSSL 1.0.1b (Linux +binaries are dynamically linked to the version of OpenSSL on the system). + + +CHANGE SUMMARY + +Use 'git shortlog --no-merges v0.6.0..' for a summary of this release. + +Source codebase changes: +- Many source code cleanups and warnings fixes. Close to building with -Wall +- Locking overhaul, and several minor locking fixes +- Several source code portability fixes, e.g. FreeBSD + +JSON-RPC interface changes: +- addmultisigaddress enabled for mainnet (previously only enabled for testnet) + +Network protocol changes: +- protocol version 60001 +- added nonce value to "ping" message (BIP 31) +- added new "pong" message (BIP 31) + +Backend storage changes: +- Less redundant database flushing, especially during initial block download +- Shutdown improvements (see above) + +Qt user interface: +- minor URI handling improvements +- progressbar improvements +- error handling improvements (show message box rather than console exception, +etc.) +- by popular request, make 4th bar of connection icon green |