mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add additional variables to the release note files to allow setting the version number and date. The version number is required, and can be used to automatically set the release notes title. The date is optional and can be set hours/days after the release. Additionally, a Makefile test is added that checks whether the download files exist on the Bitcoin.org server. This can help prevent creating a broken Download page. * Set variables for all previous releases * Document variables in README.md * Update code and templates to use variables * Add the Download page links to the "dl" CSS class. Also add newlines to make the HTML a bit easier to parse using sed * Add a new Liquid plugin to print warnings. This is used to print a non-error warning if any release is created without the optional date
19 lines
570 B
Markdown
19 lines
570 B
Markdown
---
|
|
## Please see _releases/0.10.0.md for a release template
|
|
required_version: 0.5.3.1
|
|
optional_date: 2012-03-16
|
|
optional_title: Bitcoin-Qt version 0.5.3.1 released
|
|
---
|
|
Bitcoin-Qt version 0.5.3.1 for Windows is now available for download at:
|
|
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/>
|
|
|
|
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>
|
|
|
|
BUG FIXES
|
|
---------
|
|
|
|
* Fixed a potentially critical security vulnerability in Windows
|
|
versions of Bitcoin-Qt.
|