Skip to content

Commit 1a05c86

Browse files
committed
doc: archive release notes for v27.2
1 parent f1bcf3e commit 1a05c86

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
27.2 Release Notes
2+
=====================
3+
4+
Bitcoin Core version 27.2 is now available from:
5+
6+
<https://bitcoincore.org/bin/bitcoin-core-27.2/>
7+
8+
This release includes various bug fixes and performance
9+
improvements, as well as updated translations.
10+
11+
Please report bugs using the issue tracker at GitHub:
12+
13+
<https://github.com/bitcoin/bitcoin/issues>
14+
15+
To receive security and update notifications, please subscribe to:
16+
17+
<https://bitcoincore.org/en/list/announcements/join/>
18+
19+
How to Upgrade
20+
==============
21+
22+
If you are running an older version, shut it down. Wait until it has completely
23+
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 macOS)
25+
or `bitcoind`/`bitcoin-qt` (on Linux).
26+
27+
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
28+
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.
30+
31+
Compatibility
32+
==============
33+
34+
Bitcoin Core is supported and extensively tested on operating systems
35+
using the Linux Kernel 3.17+, macOS 11.0+, and Windows 7 and newer. Bitcoin
36+
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
38+
unsupported systems.
39+
40+
Notable changes
41+
===============
42+
43+
### P2P
44+
45+
- #30394 net: fix race condition in self-connect detection
46+
47+
### Init
48+
49+
- #30435 init: change shutdown order of load block thread and scheduler
50+
51+
### RPC
52+
53+
- #30357 Fix cases of calls to FillPSBT errantly returning complete=true
54+
55+
### PSBT
56+
57+
- #29855 psbt: Check non witness utxo outpoint early
58+
59+
### Test
60+
61+
- #30552 test: fix constructor of msg_tx
62+
63+
### Doc
64+
65+
- #30504 doc: use proper doxygen formatting for CTxMemPool::cs
66+
67+
### Build
68+
69+
- #30283 upnp: fix build with miniupnpc 2.2.8
70+
- #30633 Fixes for GCC 15 compatibility
71+
72+
### CI
73+
74+
- #30193 ci: move ASan job to GitHub Actions from Cirrus CI
75+
- #30299 ci: remove unused bcc variable from workflow
76+
77+
Credits
78+
=======
79+
80+
Thanks to everyone who directly contributed to this release:
81+
82+
- Ava Chow
83+
- Cory Fields
84+
- Martin Zumsande
85+
- Matt Whitlock
86+
- Max Edwards
87+
- Sebastian Falbesoner
88+
- Vasil Dimov
89+
- willcl-ark
90+
91+
As well as to everyone that helped with translations on
92+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)