aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes/release-notes-0.4.4.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-31 09:30:04 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-31 09:30:15 +0100
commit15ec451554b5889a92651b9fe71bf01047ba9fc3 (patch)
treefb39ec53778d64c827e4afa6eb939d73df1ddb4e /doc/release-notes/release-notes-0.4.4.md
parent19007cf5529bc35a3baf53b14c6559bda3b2b206 (diff)
parent69baec96473ca2dc28ac016093770a46650a4ac9 (diff)
downloadbitcoin-15ec451554b5889a92651b9fe71bf01047ba9fc3.tar.xz
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.4.4.md')
-rw-r--r--doc/release-notes/release-notes-0.4.4.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.4.4.md b/doc/release-notes/release-notes-0.4.4.md
new file mode 100644
index 0000000000..f435ba7160
--- /dev/null
+++ b/doc/release-notes/release-notes-0.4.4.md
@@ -0,0 +1,30 @@
+Bitcoin version 0.4.4 is now available for download at:
+http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.4/
+
+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.4#.tar.gz
+
+BUG FIXES
+
+Limit the number of orphan transactions stored in memory, to prevent a potential denial-of-service attack by flooding orphan transactions. Also never store invalid transactions at all.
+Fix possible buffer overflow on systems with very long application data paths. This is not exploitable.
+Resolved multiple bugs preventing long-term unlocking of encrypted wallets (issue #922).
+Only send local IP in "version" messages if it is globally routable (ie, not private), and try to get such an IP from UPnP if applicable.
+Reannounce UPnP port forwards every 20 minutes, to workaround routers expiring old entries, and allow the -upnp option to override any stored setting.
+Various memory leaks and potential null pointer deferences have been
+fixed.
+Several shutdown issues have been fixed.
+Check that keys stored in the wallet are valid at startup, and if not,
+report corruption.
+Various build fixes.
+If no password is specified to bitcoind, recommend a secure password.
+Update hard-coded fallback seed nodes, choosing recent ones with long uptime and versions at least 0.4.0.
+Add checkpoint at block 168,000.
+