NEWS: Add entry for dot directory changes

This commit is contained in:
Arne Welzel 2023-09-26 17:45:44 +02:00
parent a11961dffe
commit 55475af34c

5
NEWS
View file

@ -17,6 +17,11 @@ Breaking Changes
should only cause breakage for people using a version of ``zkg` that doesn't should only cause breakage for people using a version of ``zkg` that doesn't
come bundled with Zeek (which we generally don't recommend doing). come bundled with Zeek (which we generally don't recommend doing).
- Zeek does not traverse into dot directories to find plugins or hlto files anymore.
Any dot directories found below the directories specified in ZEEK_PLUGIN_PATH or
ZEEK_SPICY_MODULE_PATH are now skipped. Dot directories explicitly listed in
ZEEK_PLUGIN_PATH or ZEEK_SPICY_MODULE_PATH are not skipped.
New Functionality New Functionality
----------------- -----------------