diff --git a/_posts/releases/2011-12-15-v0.5.1.md b/_posts/releases/2011-12-15-v0.5.1.md new file mode 100644 index 00000000..d5af323b --- /dev/null +++ b/_posts/releases/2011-12-15-v0.5.1.md @@ -0,0 +1,42 @@ +--- +layout: post +title: Bitcoin version 0.5.1 released +category: releases +--- +Bitcoin version 0.5.1 is now available for download at: + + +This is a bugfix-only release. + +This release includes 13 translations, including 5 new translations: +Italian, Hungarian, Ukranian, Portuguese (Brazilian) and Simplified Chinese. +More translations are welcome; join the project at Transifex if you can help: + + +Please report bugs using the issue tracker at github: + + +For Ubuntu users, there is a new ppa maintained by Matt Corallo which +you can add to your system so that it will automatically keep +bitcoin up-to-date. Just type + sudo apt-add-repository ppa:bitcoin/bitcoin +in your terminal, then install the bitcoin-qt package. + +BUG FIXES +--------- + +Re-enable SSL support for the JSON-RPC interface (it was unintentionally +disabled for the 0.5.0 release binaries). + +The code that finds peers via "dns seeds" no longer stops bitcoin startup +if one of the dns seed machines is down. + +Tooltips on the transaction list view were rendering incorrectly (as black boxes +or with a transparent background). + +Prevent a denial-of-service attack involving flooding a bitcoin node with +orphan blocks. + +The wallet passphrase dialog now warns you if the caps lock key was pressed. + +Improved searching in addresses and labels in bitcoin-qt. diff --git a/index.html b/index.html index eca3728c..9764c2f6 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index section: index title: P2P digital currency -DOWNLOAD_VERSION: 0.5.0 +DOWNLOAD_VERSION: 0.5.1 ALERT_CLASS: ALERT: ---