aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-09-23 22:50:28 +0100
committerJoão Valverde <j@v6e.pt>2017-09-25 14:55:09 +0000
commitf64906413067f59b7bce5d149fd86b22ec392952 (patch)
tree7250b1b40ec4b87205c0804b7ac4096f9e9087a7 /docbook
parent625bab309d9dd21db2d8ae2aa3511810d32842a8 (diff)
Add toy plugin to doc/ as an out-of-tree build example
Change-Id: I9b7abb27d30dbe83996a01b7f722693a974948c5 Reviewed-on: https://code.wireshark.org/review/23665 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 2b3e81346c..1060e28027 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -14,8 +14,9 @@ used for troubleshooting, analysis, development and education.
== What's New
* The installation step for Wireshark will now install headers required to
- build plugins. A pkg-config file is provided to help with this. Note you
- must still rebuild all plugins between minor releases (X.Y).
+ build plugins. A pkg-config file is provided to help with this
+ (see doc/plugins.example for details). Note you must still rebuild all
+ plugins between minor releases (X.Y).
//=== Bug Fixes