Skip to content

Commit 8d4298e

Browse files
committed
doc: update release notes for 22.1rc2
1 parent a032d23 commit 8d4298e

File tree

1 file changed

+70
-59
lines changed

1 file changed

+70
-59
lines changed

doc/release-notes.md

Lines changed: 70 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,47 @@
1-
22.0 Release Notes
1+
22.1rc2 Release Notes
22
==================
33

4-
Bitcoin Core version 22.0 is now available from:
4+
Vertcoin Core version 22.1rc2 is now available from:
55

6-
<https://bitcoincore.org/bin/bitcoin-core-22.0/>
6+
<https://github.com/vertcoin-project/vertcoin-core/releases/tag/v22.1rc2>
77

88
This release includes new features, various bug fixes and performance
99
improvements, as well as updated translations.
1010

1111
Please report bugs using the issue tracker at GitHub:
1212

13-
<https://github.com/bitcoin/bitcoin/issues>
13+
<https://github.com/vertcoin-project/vertcoin-core/issues>
1414

15-
To receive security and update notifications, please subscribe to:
15+
To receive upstream security and update notifications, please subscribe to:
1616

17-
<https://bitcoincore.org/en/list/announcements/join/>
17+
<https://bitcoincore.org/en/list/announcements/join/>
1818

1919
How to Upgrade
2020
==============
2121

2222
If you are running an older version, shut it down. Wait until it has completely
2323
shut down (which might take a few minutes in some cases), then run the
24-
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
25-
or `bitcoind`/`bitcoin-qt` (on Linux).
24+
installer (on Windows) or just copy over `/Applications/Vertcoin-Qt` (on macOS)
25+
or `vertcoind`/`vertcoin-qt` (on Linux).
2626

27-
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
27+
Upgrading directly from a version of Vertcoin Core that has reached its EOL is
2828
possible, but it might take some time if the data directory needs to be migrated. Old
29-
wallet versions of Bitcoin Core are generally supported.
29+
wallet versions of Vertcoin Core are generally supported.
3030

3131
Compatibility
3232
==============
3333

34-
Bitcoin Core is supported and extensively tested on operating systems
35-
using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Bitcoin
34+
Vertcoin Core is supported and extensively tested on operating systems
35+
using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Vertcoin
3636
Core should also work on most other Unix-like systems but is not as
37-
frequently tested on them. It is not recommended to use Bitcoin Core on
37+
frequently tested on them. It is not recommended to use Vertcoin Core on
3838
unsupported systems.
3939

40-
From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
40+
From Vertcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
4141

4242
Notable changes
4343
===============
4444

45-
P2P and network changes
46-
-----------------------
47-
48-
New and Updated RPCs
49-
--------------------
50-
51-
Build System
52-
------------
53-
54-
Files
55-
-----
56-
57-
New settings
58-
------------
59-
6045
Updated settings
6146
----------------
6247

@@ -66,57 +51,83 @@ Updated settings
6651
mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1`
6752
and `-nopersistmempool` is unaffected. (#23061)
6853

69-
Tools and Utilities
70-
-------------------
54+
### P2P
7155

72-
Wallet
73-
------
56+
- #211 Reduce getheaders spam by serializing getheaders requests per peer
7457

75-
GUI changes
76-
-----------
77-
78-
Low-level changes
79-
=================
80-
81-
RPC
82-
---
83-
84-
Tests
85-
-----
86-
87-
22.0 change log
88-
===============
58+
### RPC and other APIs
8959

90-
A detailed list of changes in this version follows. To keep the list to a manageable length, small refactors and typo fixes are not included, and similar changes are sometimes condensed into one line.
60+
- #25237 rpc: Capture UniValue by ref for rpcdoccheck
61+
- #25983 Prevent data race for pathHandlers
62+
- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1)
9163

92-
### Consensus
64+
### Wallet
9365

94-
### Policy
66+
- #22781 wallet: fix the behavior of IsHDEnabled
67+
- #22949 fee: Round up fee calculation to avoid a lower than expected feerate
68+
- #23333 wallet: fix segfault by avoiding invalid default-ctored external_spk_managers entry
9569

96-
### Mining
70+
### Build system
9771

98-
### Block and transaction handling
72+
- #22820 build, qt: Fix typo in QtInputSupport check
73+
- #23045 build: Restrict check for CRC32C intrinsic to aarch64
74+
- #23148 build: Fix guix linker-loader path and add check_ELF_interpreter
75+
- #23314 build: explicitly disable libsecp256k1 openssl based tests
76+
- #23580 build: patch qt to explicitly define previously implicit header include
77+
- #24215 guix: ignore additional failing certvalidator test
78+
- #24256 build: Bump depends packages (zmq, libXau)
79+
- #25201 windeploy: Renewed windows code signing certificate
80+
- #25985 Revert "build: Use Homebrew's sqlite package if it is available"
81+
- #26633 depends: update qt 5.12 url to archive location
9982

100-
### P2P protocol and network code
83+
### GUI
10184

102-
### Wallet
85+
- #gui631 Disallow encryption of watchonly wallets
86+
- #gui680 Fixes MacOS 13 segfault by preventing certain notifications
87+
- #24498 qt: Avoid crash on startup if int specified in settings.json
10388

104-
### RPC and other APIs
89+
### Tests
10590

106-
### GUI
91+
- #23716 test: replace hashlib.ripemd160 with an own implementation
92+
- #24239 test: fix ceildiv division by using integers
10793

108-
### Build system
94+
### Utilities
10995

110-
### Tests and QA
96+
- #210 modernize verthash.dat boost fs calls to support future boost releases
97+
- #22390 system: skip trying to set the locale on NetBSD
98+
- #22895 don't call GetBlockPos in ReadBlockFromDisk without cs_main lock
99+
- #24104 fs: Make compatible with boost 1.78
111100

112101
### Miscellaneous
113102

114-
### Documentation
103+
- #23335 refactor: include a missing <limits> header in fs.cpp
104+
- #23504 ci: Replace soon EOL hirsute with jammy
105+
- #26321 Adjust .tx/config for new Transifex CLI
115106

116107
Credits
117108
=======
118109

119110
Thanks to everyone who directly contributed to this release:
120111

112+
- Andrew Chow
113+
- BlackcoinDev
114+
- Carl Dong
115+
- Hennadii Stepanov
116+
- Joan Karadimov
117+
- John Moffett
118+
- Jon Atack
119+
- Kittywhiskers Van Gogh
120+
- Marco Falke
121+
- Martin Zumsande
122+
- Matthew Cummings
123+
- Michael Ford
124+
- muxator
125+
- Pieter Wuille
126+
- Ryan Ofsky
127+
- Saibato
128+
- Sebastian Falbesoner
129+
- vertion
130+
- W. J. van der Laan
131+
121132
As well as to everyone that helped with translations on
122133
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)