From 514e22a99250e83fe4c3c8891540669e96295e08 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 3 Oct 2023 16:08:56 -0500 Subject: [PATCH] Bump version to 1.2.1 and FLEVEL to 191 --- CMakeLists.txt | 2 +- Jenkinsfile | 2 +- NEWS.md | 6 ++++++ libclamav/bytecode_api.h | 3 ++- libclamav/others.h | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5426f388e4..6162992cc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ string(TIMESTAMP TODAY "%Y%m%d") set(VERSION_SUFFIX "") project( ClamAV - VERSION "1.2.0" + VERSION "1.2.1" DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." ) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) diff --git a/Jenkinsfile b/Jenkinsfile index 3d80419700..8372b66fca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ properties( parameters( [ string(name: 'VERSION', - defaultValue: '1.2.0', + defaultValue: '1.2.1', description: 'ClamAV version string'), string(name: 'FRAMEWORK_BRANCH', defaultValue: '1.2', diff --git a/NEWS.md b/NEWS.md index 6c181d5490..8b1cf45fd8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,12 @@ Note: This file refers to the official packages. Things described here may differ slightly from third-party binary packages. +## 1.2.1 + +ClamAV 1.2.1 is a critical patch release with the following fixes: + +Special thanks to the following people for code contributions and bug reports: + ## 1.2.0 ClamAV 1.2.0 includes the following improvements and changes: diff --git a/libclamav/bytecode_api.h b/libclamav/bytecode_api.h index 6bf3b3485b..523851dee4 100644 --- a/libclamav/bytecode_api.h +++ b/libclamav/bytecode_api.h @@ -170,7 +170,8 @@ enum FunctionalityLevels { FUNC_LEVEL_1_1 = 180, /**< LibClamAV release 1.1.0 */ - FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */ + FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */ + FUNC_LEVEL_1_2_1 = 191, /**< LibClamAV release 1.2.1 */ }; /** diff --git a/libclamav/others.h b/libclamav/others.h index c43a590d83..717ece8330 100644 --- a/libclamav/others.h +++ b/libclamav/others.h @@ -73,7 +73,7 @@ * in re-enabling affected modules. */ -#define CL_FLEVEL 190 +#define CL_FLEVEL 191 #define CL_FLEVEL_DCONF CL_FLEVEL #define CL_FLEVEL_SIGTOOL CL_FLEVEL