diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:31:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:33:03 +0100 |
commit | 69baec96473ca2dc28ac016093770a46650a4ac9 (patch) | |
tree | 0b716698fcd53c17a9e19639ab73310a7260cff7 /doc/release-notes/release-notes-0.4.3.md | |
parent | 2df5e3427c127f69a958be4201ce543aaaf8bcc3 (diff) |
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.4.3.md')
-rw-r--r-- | doc/release-notes/release-notes-0.4.3.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.4.3.md b/doc/release-notes/release-notes-0.4.3.md new file mode 100644 index 0000000000..fea1ae75b5 --- /dev/null +++ b/doc/release-notes/release-notes-0.4.3.md @@ -0,0 +1,21 @@ +bitcoind version 0.4.3 is now available for download at: +http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) + +This is a bugfix-only release based on 0.4.0. + +Please note that the wxBitcoin GUI client is no longer maintained nor supported. If someone would like to step up to maintain this, they should contact Luke-Jr. + +Please report bugs for the daemon only using the issue tracker at github: +https://github.com/bitcoin/bitcoin/issues + +Stable source code is hosted at Gitorious: +http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v0.4.3#.tar.gz + +BUG FIXES + +Cease locking memory used by non-sensitive information (this caused a huge performance hit on some platforms, especially noticable during initial blockchain download). +Fixed some address-handling deadlocks (client freezes). +No longer accept inbound connections over the internet when Bitcoin is being used with Tor (identity leak). +Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). +Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). + |