diff --git a/CHANGES b/CHANGES index 93ee429502..7a87054e76 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,31 @@ +4.1.0-dev.475 | 2021-04-03 09:39:10 -0700 + + * Increase timeout of plugins.reader btest (Jon Siwek, Corelight) + + * optionally hash original, not extended, form of records for profiling (Vern Paxson, Corelight) + + profile types associated with global initializations + incorporate type name, if present, into type hash + + * fixed out-of-range enum constant: OpenFlow::INVALID_COOKIE (Vern Paxson, Corelight) + + (Though it's not currently an enum value) + + * Add method to add a fully-qualified enum name (module name included) (Vern Paxson, Corelight) + + * enum types track whether they've had values added via "redef" (Vern Paxson, Corelight) + + * tracking of original size of records (pre redef'ing) (Vern Paxson, Corelight) + + * Added TableVal::ToMap to retrieve a table's entire contents as a unordered_map (Vern Paxson, Corelight) + + * factoring out some replicated code in the parser (Vern Paxson, Corelight) + + * some micro-preening of parse.y; no semantic changes (Vern Paxson, Corelight) + + * for readability, removed explicit scoping in parse.y; no semantic changes (Vern Paxson, Corelight) + 4.1.0-dev.461 | 2021-04-01 14:11:44 -0700 * function profiling rewritten - more detailed info, supports global profiling (Vern Paxson, Corelight) diff --git a/VERSION b/VERSION index 48fa8ec322..424bab5056 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev.461 +4.1.0-dev.475 diff --git a/testing/btest/plugins/reader.zeek b/testing/btest/plugins/reader.zeek index 073cbcd9cc..37edb23e5c 100644 --- a/testing/btest/plugins/reader.zeek +++ b/testing/btest/plugins/reader.zeek @@ -4,7 +4,7 @@ # @TEST-EXEC: ZEEK_PLUGIN_PATH=`pwd` zeek -NN Demo::Foo >>output # @TEST-EXEC: echo === >>output # @TEST-EXEC: ZEEK_PLUGIN_PATH=`pwd` btest-bg-run zeek zeek %INPUT -# @TEST-EXEC: btest-bg-wait 20 +# @TEST-EXEC: btest-bg-wait 40 # @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff output # @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff out