aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes/release-notes-0.5.4.md
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2014-08-23 23:57:34 +0100
committerJ Ross Nicoll <[email protected]>2015-10-31 14:49:41 +0000
commit5e095da0f36866cec12e3bea5e6c452b28416686 (patch)
tree1c3388a2127851e733d7146fa5f8886494eb20a1 /doc/release-notes/release-notes-0.5.4.md
parentUpdate qt forms. :tada: :dog2: (diff)
downloaddiscoin-5e095da0f36866cec12e3bea5e6c452b28416686.tar.xz
discoin-5e095da0f36866cec12e3bea5e6c452b28416686.zip
Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin.
Move remaining Bitcoin release notes into their own folder. Move Bitcoin 0.9 release notes into Bitcoin release notes folder.
Diffstat (limited to 'doc/release-notes/release-notes-0.5.4.md')
-rw-r--r--doc/release-notes/release-notes-0.5.4.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/release-notes/release-notes-0.5.4.md b/doc/release-notes/release-notes-0.5.4.md
deleted file mode 100644
index fcde3ac4e..000000000
--- a/doc/release-notes/release-notes-0.5.4.md
+++ /dev/null
@@ -1,39 +0,0 @@
-Bitcoin version 0.5.4 is now available for download at:
-http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/
-NOTE: 0.5.4rc3 is being renamed to 0.5.4 final with no changes.
-
-This is a bugfix-only release in the 0.5.x series, plus a few protocol updates.
-
-Please report bugs 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.5.4#.tar.gz
-
-PROTOCOL UPDATES
-
-BIP 16: Special-case "pay to script hash" logic to enable minimal validation of new transactions.
-Support for validating message signatures produced with compressed public keys.
-
-BUG FIXES
-
-Build with thread-safe MingW libraries for Windows, fixing a dangerous memory corruption scenario when exceptions are thrown.
-Fix broken testnet mining.
-Stop excess inventory relay during initial block download.
-When disconnecting a node, clear the received buffer so that we do not process any already received messages.
-Yet another attempt at implementing "minimize to tray" that works on all operating systems.
-Fix Bitcoin-Qt notifications under Growl 1.3.
-Increase required age of Bitcoin-Qt's "not up to date" status from 30 to 90 minutes.
-Implemented missing verifications that led to crash on entering some wrong passphrases for encrypted wallets.
-Fix default filename suffixes in GNOME save dialog.
-Make the "Send coins" tab use the configured unit type, even on the first attempt.
-Print detailed wallet loading errors to debug.log when it is corrupt.
-Allocate exactly the amount of space needed for signing transactions, instead of a fixed 10k buffer.
-Workaround for improbable memory access violation.
-Check wallet's minimum version before trying to load it.
-Remove wxBitcoin properly when installing Bitcoin-Qt over it. (Windows)
-Detail reorganization information better in debug log.
-Use a messagebox to display the error when -server is provided without configuring a RPC password.
-Testing suite build now honours provided CXXFLAGS.
-Removed an extraneous line-break in mature transaction tooltips.
-Fix some grammatical errors in translation process documentation.