doc: Add release notes describing libexec/ binaries

This commit is contained in:
Ryan Ofsky 2025-04-09 18:04:03 -04:00
parent 45bfd97ec7
commit 2f04eff3e9

View file

@ -0,0 +1,11 @@
Install changes
---------------
The `test_bitcoin`, `test_bitcoin-qt`, `bench_bitcoin`, `bitcoin-chainstate`,
`bitcoin-node`, and `bitcoin-wallet` binaries are now installed in
`$PREFIX/libexec` rather than `$PREFIX/bin`. If you are using a binary release
or building from source with default build options, most of these programs are
not built by default anyway so these changes may not be noticable.
Goal of this change is to organize binaries better and not add binaries that
rarely need to be executed directly on the system PATH.