diff --git a/CHANGES b/CHANGES index 2b6b10ffcb..315becb28e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,16 @@ +3.2.0-dev.471 | 2020-05-06 10:00:58 -0700 + + * Fix global buffer over-read in POP3 analyzer (Justin Azoff, Corelight) + + * Fix SSL scripting error leading to access of unitialized field (Jon Siwek, Corelight) + + Reported by Justin Azoff + + * Remove outdated comment on set_to_regex. (Johanna Amann, Corelight) + + We can add patterns at runtime since 2.6. + 3.2.0-dev.467 | 2020-05-04 18:00:35 -0700 * GH-952: Correct spelling of DCE/RPC operation string NetrLogonSameLogonWithFlags diff --git a/VERSION b/VERSION index 1bb67fb069..231936151a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-dev.467 +3.2.0-dev.471