Skip to content

Commit

Permalink
Update FLEVEL table
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Oct 30, 2023
1 parent 80b86d9 commit e6c7f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/appendix/FunctionalityLevels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e6c7f27

Please sign in to comment.