aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes/release-notes-0.5.2.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.2.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.2.md')
-rw-r--r--doc/release-notes/release-notes-0.5.2.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/release-notes/release-notes-0.5.2.md b/doc/release-notes/release-notes-0.5.2.md
deleted file mode 100644
index f79816668..000000000
--- a/doc/release-notes/release-notes-0.5.2.md
+++ /dev/null
@@ -1,22 +0,0 @@
-Bitcoin version 0.5.2 is now available for download at:
-http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.2/
-
-This is a bugfix-only release based on 0.5.1.
-
-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.2#.tar.gz
-
-BUG FIXES
-
-Check all transactions in blocks after the last checkpoint (0.5.0 and 0.5.1 skipped checking ECDSA signatures during initial blockchain download).
-Cease locking memory used by non-sensitive information (this caused a huge performance hit on some platforms, especially noticable during initial blockchain download; this was
-not a security vulnerability).
-Fixed some address-handling deadlocks (client freezes).
-No longer accept inbound connections over the internet when Bitcoin is being used with Tor (identity leak).
-Re-enable SSL support for the JSON-RPC interface (it was unintentionally disabled for the 0.5.0 and 0.5.1 release Linux binaries).
-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).
-Don't show "IP" for transactions which are not necessarily IP transactions.
-Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr).