mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add additional variables to the release note files to allow setting the version number and date. The version number is required, and can be used to automatically set the release notes title. The date is optional and can be set hours/days after the release. Additionally, a Makefile test is added that checks whether the download files exist on the Bitcoin.org server. This can help prevent creating a broken Download page. * Set variables for all previous releases * Document variables in README.md * Update code and templates to use variables * Add the Download page links to the "dl" CSS class. Also add newlines to make the HTML a bit easier to parse using sed * Add a new Liquid plugin to print warnings. This is used to print a non-error warning if any release is created without the optional date
71 lines
2 KiB
Markdown
71 lines
2 KiB
Markdown
---
|
|
## Please see _releases/0.10.0.md for a release template
|
|
required_version: 0.6.1
|
|
optional_date: 2012-05-04
|
|
optional_title: Bitcoin-Qt version 0.6.1 released
|
|
---
|
|
Bitcoin-Qt version 0.6.1 is now available for download at:
|
|
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.1/>
|
|
|
|
This is a bug-fix and code-cleanup release, with no major new features.
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
|
|
|
|
Thanks to everybody who contributed to this release:
|
|
|
|
- Chris Moore
|
|
- Dwayne C. Litzenberger
|
|
- Gavin Andresen
|
|
- Jeff Garzik
|
|
- Luke Dashjr
|
|
- Matt Corallo
|
|
- Philip Kaufmann
|
|
- Pieter Wuille
|
|
- R E Broadley
|
|
- Timothy Redaelli
|
|
- Wladimir J. van der Laan
|
|
- cardpuncher
|
|
- freewil
|
|
- graingert
|
|
- sje397
|