Add an item to the release notes

This commit is contained in:
João Valverde 2023-01-21 17:42:09 +00:00
parent 3c97c2f226
commit ee5435784d

View File

@ -33,6 +33,9 @@ follow existing conventions for architecture-dependent files.
The extcap personal folder is now ``$HOME/.local/lib/extcap``. The extcap personal folder is now ``$HOME/.local/lib/extcap``.
Previously it was ``$XDG_CONFIG_HOME/wireshark/extcap``. Previously it was ``$XDG_CONFIG_HOME/wireshark/extcap``.
The installation target no longer installs development headers by default.
That must be done explicitly using ``cmake --install <builddir> --component Development``.
Many other improvements have been made. Many other improvements have been made.
See the “New and Updated Features” section below for more details. See the “New and Updated Features” section below for more details.