mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
0.8.1 release
This commit is contained in:
parent
4e7b5ff0cb
commit
f5d761a2b3
2 changed files with 15 additions and 2 deletions
13
_posts/releases/2013-03-18-v0.8.1.md
Normal file
13
_posts/releases/2013-03-18-v0.8.1.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Bitcoin version 0.8.1 released
|
||||||
|
category: releases
|
||||||
|
---
|
||||||
|
Bitcoin-Qt version 0.8.1 is now available for download at:
|
||||||
|
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/>
|
||||||
|
|
||||||
|
This is a maintenance release that adds a new network rule to avoid
|
||||||
|
a chain-forking incompatibility with versions 0.7.2 and earlier.
|
||||||
|
|
||||||
|
Please report bugs using the issue tracker at github:
|
||||||
|
<https://github.com/bitcoin/bitcoin/issues>
|
|
@ -2,7 +2,7 @@
|
||||||
layout: index
|
layout: index
|
||||||
section: index
|
section: index
|
||||||
title: P2P digital currency
|
title: P2P digital currency
|
||||||
DOWNLOAD_VERSION: 0.8.0
|
DOWNLOAD_VERSION: 0.8.1
|
||||||
ALERT_CLASS:
|
ALERT_CLASS:
|
||||||
ALERT:
|
ALERT:
|
||||||
---
|
---
|
||||||
|
@ -55,7 +55,7 @@ ALERT:
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
|
||||||
<img src="img/ico-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~12MB</small>
|
<img src="img/ico-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~12MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-osx.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>~13MB</small>
|
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~13MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
|
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue