/ doc / release-notes / release-notes-0.3.21.md
release-notes-0.3.21.md
 1  Binaries for Bitcoin version 0.3.21 are available at:
 2    https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.21/
 3  
 4  Changes and new features from the 0.3.20 release include:
 5  
 6  * 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.
 7  
 8  * 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).
 9  
10  * A new method of finding bitcoin nodes to connect with, via DNS A records. Use the -dnsseed option to enable.
11  
12  For developers, changes to bitcoin's remote-procedure-call API:
13  
14  * New rpc command "sendmany" to send bitcoins to more than one address in a single transaction.
15  
16  * Several bug fixes, including a serious intermittent bug that would sometimes cause bitcoind to stop accepting rpc requests. 
17  
18  * -logtimestamps option, to add a timestamp to each line in debug.log.
19  
20  * Immature blocks (newly generated, under 120 confirmations) are now shown in listtransactions.