From 5171f25e3a26166d0b00b9d09e8d75f096e01982 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 4 Feb 2020 14:15:14 -0700 Subject: [PATCH] Update NEWS about plugin breakage from the include-file changes --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f4e147fc06..8c067241c1 100644 --- a/NEWS +++ b/NEWS @@ -118,6 +118,12 @@ Changed Functionality packet sources, which should remain functional with little to no changes, since the entirety of the changes should be in ``PktSrc``. +- Remove a large number of headers from being included by various files across + the entire code base, which leads to a sizeable build time improvement. This + set of changes has the potential to cause plugins to not build anymore. The + fixes for this potential breakage should just be a matter of including the + necessary headers in the plugin code. + Removed Functionality ---------------------