mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-1068-zeek-include-dir'
* origin/topic/jsiwek/gh-1068-zeek-include-dir: GH-1068: Add zeek symlink to allow "zeek/Foo.h" include style
This commit is contained in:
commit
ac57377a94
10 changed files with 29 additions and 12 deletions
7
NEWS
7
NEWS
|
@ -288,6 +288,13 @@ Deprecated Functionality
|
|||
fields since those are redundant with what's already available in
|
||||
the connection parameter.
|
||||
|
||||
- External plugins should include Zeek header files like
|
||||
``#include <zeek/Foo.h>`` instead of ``#include <Foo.h>``. The later
|
||||
style is considered deprecated. Reliance on ``zeek-config --include_dir``
|
||||
to contain ``$prefix/include/zeek`` is also deprecated: its replacement
|
||||
output is expected to be just ``$prefix/include``, with it currently
|
||||
outputting both paths, delimited by a colon, during the deprecation period.
|
||||
|
||||
Zeek 3.1.0
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue