From cf7e43e90ef7fbad9b38540abe9a3b3c894afd4f 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.1.3 and FLEVEL to 183 --- CMakeLists.txt | 2 +- Jenkinsfile | 2 +- NEWS.md | 6 ++++++ libclamav/bytecode_api.h | 1 + libclamav/others.h | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b19e7d76b6..cb04257c50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ string(TIMESTAMP TODAY "%Y%m%d") set(VERSION_SUFFIX "") project( ClamAV - VERSION "1.1.2" + VERSION "1.1.3" 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 f16961a40c..3c5e988690 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ properties( parameters( [ string(name: 'VERSION', - defaultValue: '1.1.2', + defaultValue: '1.1.3', description: 'ClamAV version string'), string(name: 'FRAMEWORK_BRANCH', defaultValue: '1.1', diff --git a/NEWS.md b/NEWS.md index fcea6fc725..3d60209aa5 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.1.3 + +ClamAV 1.1.3 is a critical patch release with the following fixes: + +Special thanks to the following people for code contributions and bug reports: + ## 1.1.2 ClamAV 1.1.2 is a critical patch release with the following fixes: diff --git a/libclamav/bytecode_api.h b/libclamav/bytecode_api.h index dbcbd294af..fd311f1716 100644 --- a/libclamav/bytecode_api.h +++ b/libclamav/bytecode_api.h @@ -171,6 +171,7 @@ enum FunctionalityLevels { FUNC_LEVEL_1_1 = 180, /**< LibClamAV release 1.1.0 */ FUNC_LEVEL_1_1_1 = 181, /**< LibClamAV release 1.1.1 */ FUNC_LEVEL_1_1_2 = 182, /**< LibClamAV release 1.1.2 */ + FUNC_LEVEL_1_1_3 = 183, /**< LibClamAV release 1.1.3 */ }; /** diff --git a/libclamav/others.h b/libclamav/others.h index 5826719766..aca2872cc8 100644 --- a/libclamav/others.h +++ b/libclamav/others.h @@ -73,7 +73,7 @@ * in re-enabling affected modules. */ -#define CL_FLEVEL 182 +#define CL_FLEVEL 183 #define CL_FLEVEL_DCONF CL_FLEVEL #define CL_FLEVEL_SIGTOOL CL_FLEVEL