Skip to content

Commit 7627542

Browse files
committed
Release 22.0: fixups
1 parent b85badc commit 7627542

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

_data/binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
win64zip: "win64.zip"
22
win64exe: "win64-setup.exe"
3-
macdmg: "-osx.dmg"
3+
macdmg: "-osx-signed.dmg"
44
mactar: "osx64.tar.gz"
55
lin64: "x86_64-linux-gnu.tar.gz"
66
riscv64: "riscv64-linux-gnu"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 22.0 released
3+
name: blog-release-22.0
4+
id: en-blog-release-0.22.0
5+
lang: en
6+
type: posts
7+
layout: post
8+
9+
## If this is a new post, reset this counter to 1.
10+
version: 1
11+
12+
## Only true if release announcement or security annoucement. English posts only
13+
announcement: 1
14+
15+
excerpt: >
16+
Bitcoin Core 22.0 is now available.
17+
---
18+
Bitcoin Core version 22.0 is now available for [download][download
19+
page]. See the [release notes][] for more information about the many
20+
new features and bug fixes in this release.
21+
22+
If have any questions, please stop by the #bitcoin IRC chatroom
23+
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
24+
25+
[release notes]: /en/releases/22.0/
26+
[IRC]: irc://irc.freenode.net/bitcoin
27+
[web irc]: https://webchat.freenode.net/#bitcoin
28+
[download page]: /en/download
29+
30+
{% include references.md %}

_releases/22.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ excerpt: Bitcoin Core version 22.0 is now available
77
date: 2021-09-13
88

99
## Use a YAML array for the version number to allow other parts of the
10-
## site to correctly sort in "natural sort of version numbers"
11-
release: [22, 0, 0]
10+
## site to correctly sort in "natural sort of version numbers".
11+
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
12+
## 1, 2]" versus "1.2 => [1, 2]"
13+
release: [22, 0]
1214

1315
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
1416
## and View Details, or install the transmission-cli Debian/Ubuntu package
@@ -154,7 +156,7 @@ Build System
154156
------------
155157

156158
- Release binaries are now produced using the new `guix`-based build system.
157-
The [/doc/release-process.md](/doc/release-process.md) document has been updated accordingly.
159+
The [/doc/release-process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md) document has been updated accordingly.
158160

159161
Files
160162
-----

0 commit comments

Comments
 (0)