diff --git a/CHANGES b/CHANGES index e278f3eb7..e8e1f2158 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +1.8.3 | 2024-01-11 12:55:36 +0100 + + * GH-1645: Fix `&size` check. (Robin Sommer, Corelight) + + The current parsing offset could legitimately end up just beyond the + `&size` amount. + + Closes #1645. + + (cherry picked from commit 5c92b213fdc304a9ad154a6abf4b19dbb5ec66ea) + + * GH-1617: Fix handling of `%synchronize-*` attributes for units in lists. (Benjamin Bannier, Corelight) + + We previously would not detect `%synchronize-at` or `%synchronize-from` + attributes if the unit was not directly in a field, i.e., we mishandled + the common case of synchronizing on a unit in a list. + + With this patch we now handle these attributes, regardless of how the + unit appears. + + Closes #1617. + + (cherry picked from commit 57debb2d3abb3a89690d10991b1ddfd5e3198e14) + 1.8.2 | 2023-10-26 12:42:44 +0200 * Bump FreeBSD versions in CI. (Benjamin Bannier, Corelight) diff --git a/VERSION b/VERSION index 53adb84c8..a7ee35a3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 +1.8.3