/ doc / release-notes / release-notes-23.2.md
release-notes-23.2.md
 1  23.2 Release Notes
 2  ==================
 3  
 4  Bitcoin Core version 23.2 is now available from:
 5  
 6    <https://bitcoincore.org/bin/bitcoin-core-23.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, macOS 10.15+, 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  ### P2P
41  
42  - #26909 net: prevent peers.dat corruptions by only serializing once
43  - #27608 p2p: Avoid prematurely clearing download state for other peers
44  - #27610 Improve performance of p2p inv to send queues
45  
46  ### Build system
47  
48  - #25436 build: suppress array-bounds errors in libxkbcommon
49  - #25763 bdb: disable Werror for format-security
50  - #26944 depends: fix systemtap download URL
51  - #27462 depends: fix compiling bdb with clang-16 on aarch64
52  
53  ### Miscellaneous
54  
55  - #25444 ci: macOS task imrovements
56  - #26388 ci: Use macos-ventura-xcode:14.1 image for "macOS native" task
57  - #26924 refactor: Add missing includes to fix gcc-13 compile error
58  
59  Credits
60  =======
61  
62  Thanks to everyone who directly contributed to this release:
63  
64  - Anthony Towns
65  - Hennadii Stepanov
66  - MacroFake
67  - Martin Zumsande
68  - Michael Ford
69  - Suhas Daftuar
70  
71  As well as to everyone that helped with translations on
72  [Transifex](https://www.transifex.com/bitcoin/bitcoin/).