From e6c7f275d21373c49e9d534a367ad4d27297e869 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Mon, 30 Oct 2023 11:14:13 -0500 Subject: [PATCH] Update FLEVEL table --- src/appendix/FunctionalityLevels.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/appendix/FunctionalityLevels.md b/src/appendix/FunctionalityLevels.md index dde9d9d..0857e0b 100644 --- a/src/appendix/FunctionalityLevels.md +++ b/src/appendix/FunctionalityLevels.md @@ -9,6 +9,10 @@ Setting appropriate FLEVELs in signatures is particularly crucial when using fea | Release Date | Release | FLEVEL | FunctionalityLevel (bytecode enum) | clamav lib | .so | freshclam lib | .so | API/ABI changes, major features, other notes | | ------------ | -------- | ------ | ---------------------------------- | ---------- | ------ | ------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | n/a | 1.3.0 | 200 | FUNC_LEVEL_1_3 | n/a | n/a | n/a | n/a | | +| Oct-2023 | 1.2.1 | 191 | FUNC_LEVEL_1_1 | 12:01:00 | 12.0.1 | 3:01:00 | 3.0.1 | Critical bug fixes | +| Oct-2023 | 1.1.3 | 183 | FUNC_LEVEL_1_1_3 | 12:00:00 | 12.0.0 | 3:00:00 | 3.0.0 | Critical bug fixes | +| Oct-2023 | 1.0.4 | 164 | FUNC_LEVEL_1_0_4 | 11:00:00 | 11.0.0 | 2:02:00 | 2.0.2 | Critical bug fixes | +| Oct-2023 | 0.103.11 | 132 | FUNC_LEVEL_0103_111 | 9:05:00 | 9.0.5 | 2:01:00 | 2.0.1 | Critical bug fixes | | Aug-2023 | 1.2.0 | 190 | FUNC_LEVEL_1_2 | 12:01:00 | 12.0.1 | 3:01:00 | 3.0.1 | UDF partition support | | Aug-2023 | 1.1.2 | 182 | FUNC_LEVEL_1_1_2 | 12:00:00 | 12.0.0 | 3:00:00 | 3.0.0 | Upgrade UnRAR library for security fix | | Aug-2023 | 1.0.3 | 163 | FUNC_LEVEL_1_0_3 | 11:00:00 | 11.0.0 | 2:02:00 | 2.0.2 | Upgrade UnRAR library for security fix |