File tree Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 1
1
win64zip : " win64.zip"
2
2
win64exe : " win64-setup.exe"
3
- macdmg : " -osx.dmg"
3
+ macdmg : " -osx-signed .dmg"
4
4
mactar : " osx64.tar.gz"
5
5
lin64 : " x86_64-linux-gnu.tar.gz"
6
6
riscv64 : " riscv64-linux-gnu"
Original file line number Diff line number Diff line change
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 %}
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ excerpt: Bitcoin Core version 22.0 is now available
7
7
date : 2021-09-13
8
8
9
9
# # 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]
12
14
13
15
# # Optional magnet link. To get it, open the torrent in a good BitTorrent client
14
16
# # and View Details, or install the transmission-cli Debian/Ubuntu package
@@ -154,7 +156,7 @@ Build System
154
156
------------
155
157
156
158
- 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.
158
160
159
161
Files
160
162
-----
You can’t perform that action at this time.
0 commit comments