diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-31 09:30:04 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-31 09:30:15 +0100 |
commit | 15ec451554b5889a92651b9fe71bf01047ba9fc3 (patch) | |
tree | fb39ec53778d64c827e4afa6eb939d73df1ddb4e /doc/release-notes/release-notes-0.3.21.md | |
parent | 19007cf5529bc35a3baf53b14c6559bda3b2b206 (diff) | |
parent | 69baec96473ca2dc28ac016093770a46650a4ac9 (diff) |
Merge pull request #3605v0.9.0rc1
69baec9 doc: Add historical release notes (Wladimir J. van der Laan)
Diffstat (limited to 'doc/release-notes/release-notes-0.3.21.md')
-rw-r--r-- | doc/release-notes/release-notes-0.3.21.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.3.21.md b/doc/release-notes/release-notes-0.3.21.md new file mode 100644 index 0000000000..f3b6bc4264 --- /dev/null +++ b/doc/release-notes/release-notes-0.3.21.md @@ -0,0 +1,20 @@ +Binaries for Bitcoin version 0.3.21 are available at: + https://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. |