Skip to content

Commit e95bfc1

Browse files
committed
Merge bitcoin#32797: doc: archive 28.2 release notes
9078423 doc: archive 28.2 release notes (fanquake) Pull request description: v28.2 is now tagged: https://github.com/bitcoin/bitcoin/releases/tag/v28.2. ACKs for top commit: glozow: ACK 9078423 Tree-SHA512: 49cde7ac9bbf08510c1914e5c9e0b80e31333a554318e29c9b61a9975d6d6308dabf5c3d8c736eba7aedee815de95d013f39456716c60cef76f0bc712dd74d6c
2 parents c584966 + 9078423 commit e95bfc1

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
Bitcoin Core version 28.2 is now available from:
2+
3+
<https://bitcoincore.org/bin/bitcoin-core-28.2/>
4+
5+
This release includes new features, various bug fixes and performance
6+
improvements, as well as updated translations.
7+
8+
Please report bugs using the issue tracker at GitHub:
9+
10+
<https://github.com/bitcoin/bitcoin/issues>
11+
12+
To receive security and update notifications, please subscribe to:
13+
14+
<https://bitcoincore.org/en/list/announcements/join/>
15+
16+
How to Upgrade
17+
==============
18+
19+
If you are running an older version, shut it down. Wait until it has completely
20+
shut down (which might take a few minutes in some cases), then run the
21+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
22+
or `bitcoind`/`bitcoin-qt` (on Linux).
23+
24+
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
25+
possible, but it might take some time if the data directory needs to be migrated. Old
26+
wallet versions of Bitcoin Core are generally supported.
27+
28+
Compatibility
29+
==============
30+
31+
Bitcoin Core is supported and extensively tested on operating systems
32+
using the Linux Kernel 3.17+, macOS 11.0+, and Windows 7 and newer. Bitcoin
33+
Core should also work on most other UNIX-like systems but is not as
34+
frequently tested on them. It is not recommended to use Bitcoin Core on
35+
unsupported systems.
36+
37+
Notable changes
38+
===============
39+
40+
### Build
41+
42+
- #31407 guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries
43+
- #31500 depends: Fix compiling libevent package on NetBSD
44+
- #31627 depends: Fix spacing issue
45+
- #32070 build: use make < 3.82 syntax for define directive
46+
- #32439 guix: accomodate migration to codeberg
47+
- #32568 depends: use "mkdir -p" when installing xproto
48+
- #32693 depends: fix cmake compatibility error for freetype
49+
50+
### Test
51+
52+
- #32286 test: Handle empty string returned by CLI as None in RPC tests
53+
- #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc
54+
55+
### Tracing
56+
57+
- #31623 tracing: Rename the MIN macro to TRACEPOINT_TEST_MIN in log_raw_p2p_msgs
58+
59+
### Doc
60+
61+
- #32003 doc: remove note about macOS self-signing
62+
63+
### Misc
64+
65+
- #31611 doc: upgrade license to 2025
66+
- #32187 refactor: Remove spurious virtual from final ~CZMQNotificationInterface
67+
68+
Credits
69+
=======
70+
71+
Thanks to everyone who directly contributed to this release:
72+
- 0xB10C
73+
- achow101
74+
- Brandon Odiwuor
75+
- fanquake
76+
- Hennadii Stepanov
77+
- josibake
78+
- kehiy
79+
- MarcoFalke
80+
- Sjors Provoost
81+
82+
As well as to everyone that helped with translations on
83+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)