mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +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
1.4 KiB
1.4 KiB
required_version | optional_date | optional_title |
---|---|---|
0.3.21 | 2011-04-27 | Bitcoin version 0.3.21 released |
Binaries for Bitcoin version 0.3.21 are available at: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.21/
Changes and new features from the 0.3.20 release include:
- Universal Plug and Play support. Enable automatic opening of a port for incoming connections by running bitcoin or bitcoind with the
- -upnp=1 command line switch or using the Options dialog box.
- Support for full-precision bitcoin amounts. You can now send, and bitcoin will display, bitcoin amounts smaller than 0.01. However, sending fewer than 0.01 bitcoins still requires a 0.01 bitcoin fee (so you can send 1.0001 bitcoins without a fee, but you will be asked to pay a fee if you try to send 0.0001).
- A new method of finding bitcoin nodes to connect with, via DNS A records. Use the -dnsseed option to enable.
For developers, changes to bitcoin's remote-procedure-call API:
- New rpc command "sendmany" to send bitcoins to more than one address in a single transaction.
- Several bug fixes, including a serious intermittent bug that would sometimes cause bitcoind to stop accepting rpc requests.
- -logtimestamps option, to add a timestamp to each line in debug.log.
- Immature blocks (newly generated, under 120 confirmations) are now shown in listtransactions.