Win32, Linux, MacOSX and source releases for bitcoin v0.3.23 have been uploaded to
https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.23/This is another quick bugfix release, trying to deal with the influx of new bitcoin users.
Priority for next version:
wallet encryptionMain items of note:
- P2P connect-to-node logic changed to reduce timeout a bit. The network saw a huge influx of new users, who do not permit incoming connections. This change is a short-term hack, to more quickly hunt for useful P2P connections. Better "leaf node" logic is in the works, but this should let us limp along until then. One may use -upnp to properly forward ports, and help the network.
- Transaction fee reduced to 0.0005 for new transactions (see note below)
- Client will relay transactions with fees as low as 0.0001 BTC (see note below)
NOTE: There has been some fee confusion recently.
Free transactions are supported and relayed as they always have been, according to special anti-spam rules. See
https://en.bitcoin.it/wiki/Transaction_fees for details.
Full git changelog:
Dean Lee (1):
Updated Chinese Simp translation
Doug Huff (3):
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable host
Add common temp files to .gitignore.
Demystify a few magic numbers.
Han Lin Yap (2):
Added Swedish translation
Remove unused variable
Jeff Garzik (4):
Bump version to 0.3.23.
Reduce minimum TX fee for new transactions, to 0.0005.
Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC.
Add minimal release process docs.
Matt Corallo (1):
Fix CPU Usage bug when using -nolisten and have no connections.
Nils Schneider (1):
create keypool in LoadWallet()
Pieter Wuille (3):
Update transactions already in the wallet when rescanning.
Fix for small change outputs
Faster timeout when connecting
There were no changes between -rc1 and -final.