From 55475af34c8abcd38cbf28a6d2bf6c4d64d3ccd6 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Tue, 26 Sep 2023 17:45:44 +0200 Subject: [PATCH] NEWS: Add entry for dot directory changes --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6e67df81b5..5f9ecb17eb 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,11 @@ Breaking Changes 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). +- 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 -----------------