From 68320509b07c641f59d5a09e6e9ed03dedaaf0da Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 9 Jan 2025 18:32:20 -0500 Subject: [PATCH] Bump functionality level for ClamAV 1.5.0 to 230 1.4 is now an LTS version and reserves up to 20 levels. --- src/appendix/FunctionalityLevels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appendix/FunctionalityLevels.md b/src/appendix/FunctionalityLevels.md index f2e883b..1013c98 100644 --- a/src/appendix/FunctionalityLevels.md +++ b/src/appendix/FunctionalityLevels.md @@ -8,7 +8,7 @@ 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.5.0 | 220 | FUNC_LEVEL_1_5 | n/a | n/a | n/a | n/a | | +| n/a | 1.5.0 | 230 | FUNC_LEVEL_1_5 | n/a | n/a | n/a | n/a | | | Sep-2024 | 1.4.1 | 211 | FUNC_LEVEL_1_4_1 | 12:03:00 | 12.0.3 | 3:02:00 | 3.0.2 | Critical bug fixes | | Sep-2024 | 1.3.2 | 202 | FUNC_LEVEL_1_3_2 | 12:02:00 | 12.0.2 | 3:01:00 | 3.0.1 | Critical bug fixes | | Sep-2024 | 1.0.7 | 167 | FUNC_LEVEL_1_0_7 | 11:00:00 | 11.0.0 | 2:02:00 | 2.0.2 | Critical bug fixes |