diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-30 12:31:17 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-30 12:33:03 +0100 |
| commit | 69baec96473ca2dc28ac016093770a46650a4ac9 (patch) | |
| tree | 0b716698fcd53c17a9e19639ab73310a7260cff7 /doc/release-notes/release-notes-0.3.22.md | |
| parent | Fix build time when building from tarball (now really) (diff) | |
| download | discoin-69baec96473ca2dc28ac016093770a46650a4ac9.tar.xz discoin-69baec96473ca2dc28ac016093770a46650a4ac9.zip | |
doc: Add historical release notes
Add all known release notes for versions since 0.3.12,
thanks to Matt Corallo for collecting them on the wiki.
Diffstat (limited to 'doc/release-notes/release-notes-0.3.22.md')
| -rw-r--r-- | doc/release-notes/release-notes-0.3.22.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.3.22.md b/doc/release-notes/release-notes-0.3.22.md new file mode 100644 index 000000000..4c05e3e5e --- /dev/null +++ b/doc/release-notes/release-notes-0.3.22.md @@ -0,0 +1,16 @@ +Download URL: https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.22/ + +This is largely a bugfix and TX fee schedule release. We also hope to make 0.3.23 a quick release, to fix problems that the network has seen due to explosive growth in the past week. + +Notable changes: +* Client will accept and relay TX's with 0.0005 BTC fee schedule (users still pay 0.01 BTC per kb, until next version) +* Non-standard transactions accepted on testnet +* Source code tree reorganized (prep for autotools build) +* Remove "Generate Coins" option from GUI, and remove 4way SSE miner. Internal reference CPU miner remains available, but users are directed to external miners for best hash production. +* IRC is overflowing. Client now bootstraps to channels #bitcoin00 - #bitcoin99 +* DNS names now may be used with -addnode, -connect (requires -dns to enable) + +RPC changes: +* 'listtransactions' adds 'from' param, for range queries +* 'move' may take account balances negative +* 'settxfee' added, to manually set TX fee |