doc: add WIP release notes for 23.3

It's not clear if a 23.3 will be released, but update the release-notes
to reflect the currently backported changes.
This commit is contained in:
fanquake 2023-10-04 11:51:04 +01:00
parent 5e644a05ae
commit aed613ab72
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -1,9 +1,9 @@
23.2 Release Notes 23.3rc1 Release Notes
================== ==================
Bitcoin Core version 23.2 is now available from: Bitcoin Core version 23.3rc1 is now available from:
<https://bitcoincore.org/bin/bitcoin-core-23.2/> <https://bitcoincore.org/bin/bitcoin-core-23.3/test.rc1>
This release includes various bug fixes and performance This release includes various bug fixes and performance
improvements, as well as updated translations. improvements, as well as updated translations.
@ -37,36 +37,21 @@ Core should also work on most other Unix-like systems but is not as
frequently tested on them. It is not recommended to use Bitcoin Core on frequently tested on them. It is not recommended to use Bitcoin Core on
unsupported systems. unsupported systems.
### P2P ### RPC
- #26909 net: prevent peers.dat corruptions by only serializing once - #27727 rpc: Fix invalid bech32 address handling
- #27608 p2p: Avoid prematurely clearing download state for other peers
- #27610 Improve performance of p2p inv to send queues
### Build system ### Build system
- #25436 build: suppress array-bounds errors in libxkbcommon - #28097 depends: xcb-proto 1.15.2
- #25763 bdb: disable Werror for format-security
- #26944 depends: fix systemtap download URL
- #27462 depends: fix compiling bdb with clang-16 on aarch64
### Miscellaneous
- #25444 ci: macOS task imrovements
- #26388 ci: Use macos-ventura-xcode:14.1 image for "macOS native" task
- #26924 refactor: Add missing includes to fix gcc-13 compile error
Credits Credits
======= =======
Thanks to everyone who directly contributed to this release: Thanks to everyone who directly contributed to this release:
- Anthony Towns
- Hennadii Stepanov
- MacroFake - MacroFake
- Martin Zumsande
- Michael Ford - Michael Ford
- Suhas Daftuar
As well as to everyone that helped with translations on As well as to everyone that helped with translations on
[Transifex](https://www.transifex.com/bitcoin/bitcoin/). [Transifex](https://www.transifex.com/bitcoin/bitcoin/).