aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-09-03 00:42:00 +0100
committerJoão Valverde <j@v6e.pt>2017-09-17 07:22:16 +0000
commit21d2158a0bf39c08af6c5a24ef9895f819cd3af3 (patch)
treef629500b12b5ba12083d017247a0efce93893478 /docbook/release-notes.asciidoc
parent6c4b9360e59eb94e3219c6c1bf9a72a1c35a674d (diff)
CMake: Initial work to install headers for the benefit of plugins
To be continued incrementally to fix gaps and omissions. If we are willing to reorganize the source tree to have one or two header include folders this could be simplified considerably. It would also force developers to give more consideration to API issues, which is a good thing. See also e7ef19efc0e928b50644b37772ccbf176e74f766. Bug: 14062 Change-Id: I0759da2f9793cfb5cf92c9e231457bba43df4353 Reviewed-on: https://code.wireshark.org/review/23548 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 42918dbee9..5377fa2bb2 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -13,11 +13,10 @@ used for troubleshooting, analysis, development and education.
== What's New
- * It's now possible to build plugins out-of-tree on Unix-like systems using
- autotools (i.e. building Wireshark with autotools will install the necessary
- dependencies). A pkg-config file is provided to help with this. Only epan plugins
- supported for now, other types will be added in the future. Note you must still
- rebuild all plugins between minor releases (X.Y).
+* The installation step for Wireshark will now install headers required to
+ build plugins. A pkg-config file is provided to help with this. Only libwireshark
+ plugins supported for now, other types will be added in the future. Note you
+ must still rebuild all plugins between minor releases (X.Y).
//=== Bug Fixes