mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Update for v0.6.0
This commit is contained in:
parent
befab94d65
commit
4163eae38d
2 changed files with 19 additions and 6 deletions
14
_posts/releases/2012-03-30-v0.6.0.md
Normal file
14
_posts/releases/2012-03-30-v0.6.0.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Bitcoin version 0.6.0 released
|
||||||
|
category: releases
|
||||||
|
---
|
||||||
|
Bitcoin version 0.6.0 is now available for download at:
|
||||||
|
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/>
|
||||||
|
|
||||||
|
This release includes many bug fixes, performance improvements and new
|
||||||
|
features over version 0.5.0, and we recommend that everybody upgrade.
|
||||||
|
|
||||||
|
Please report bugs using the issue tracker at github:
|
||||||
|
<https://github.com/bitcoin/bitcoin/issues>
|
||||||
|
|
11
index.html
11
index.html
|
@ -3,7 +3,6 @@ layout: index
|
||||||
section: index
|
section: index
|
||||||
title: P2P digital currency
|
title: P2P digital currency
|
||||||
DOWNLOAD_VERSION: 0.5.3
|
DOWNLOAD_VERSION: 0.5.3
|
||||||
WIN32_DOWNLOAD_VERSION: 0.5.3.1
|
|
||||||
ALERT_CLASS:
|
ALERT_CLASS:
|
||||||
ALERT:
|
ALERT:
|
||||||
---
|
---
|
||||||
|
@ -38,14 +37,14 @@ ALERT:
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/"{{ page.WIN32_DOWNLOAD_VERSION }}</a>
|
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/"{{ page.DOWNLOAD_VERSION }}</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="unstyled">
|
<ul class="unstyled">
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.WIN32_DOWNLOAD_VERSION }}-win32.zip/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32.zip/download">
|
||||||
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~11MB</small>
|
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~12MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.WIN32_DOWNLOAD_VERSION }}-win32-setup.exe/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32-setup.exe/download">
|
||||||
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~9MB</small>
|
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~9MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="https://launchpad.net/~bitcoin/+archive/bitcoin">
|
<li><a href="https://launchpad.net/~bitcoin/+archive/bitcoin">
|
||||||
|
@ -55,7 +54,7 @@ ALERT:
|
||||||
<img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
|
<img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
|
||||||
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~15MB</small>
|
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~11MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
|
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue