mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Bump version to 1.3.2 and FLEVEL to 202
This commit is contained in:
parent
ae81c213b9
commit
097aede5d5
5 changed files with 8 additions and 3 deletions
|
@ -22,7 +22,7 @@ string(TIMESTAMP TODAY "%Y%m%d")
|
||||||
set(VERSION_SUFFIX "")
|
set(VERSION_SUFFIX "")
|
||||||
|
|
||||||
project( ClamAV
|
project( ClamAV
|
||||||
VERSION "1.3.1"
|
VERSION "1.3.2"
|
||||||
DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." )
|
DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." )
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ properties(
|
||||||
parameters(
|
parameters(
|
||||||
[
|
[
|
||||||
string(name: 'VERSION',
|
string(name: 'VERSION',
|
||||||
defaultValue: '1.3.1',
|
defaultValue: '1.3.2',
|
||||||
description: 'ClamAV version string'),
|
description: 'ClamAV version string'),
|
||||||
string(name: 'FRAMEWORK_BRANCH',
|
string(name: 'FRAMEWORK_BRANCH',
|
||||||
defaultValue: '1.3',
|
defaultValue: '1.3',
|
||||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -3,6 +3,10 @@
|
||||||
Note: This file refers to the official packages. Things described here may
|
Note: This file refers to the official packages. Things described here may
|
||||||
differ slightly from third-party binary packages.
|
differ slightly from third-party binary packages.
|
||||||
|
|
||||||
|
## 1.3.2
|
||||||
|
|
||||||
|
ClamAV 1.3.2 is a patch release with the following fixes:
|
||||||
|
|
||||||
## 1.3.1
|
## 1.3.1
|
||||||
|
|
||||||
ClamAV 1.3.1 is a critical patch release with the following fixes:
|
ClamAV 1.3.1 is a critical patch release with the following fixes:
|
||||||
|
|
|
@ -183,6 +183,7 @@ enum FunctionalityLevels {
|
||||||
|
|
||||||
FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */
|
FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */
|
||||||
FUNC_LEVEL_1_3_1 = 201, /**< LibClamAV release 1.3.1 */
|
FUNC_LEVEL_1_3_1 = 201, /**< LibClamAV release 1.3.1 */
|
||||||
|
FUNC_LEVEL_1_3_2 = 202, /**< LibClamAV release 1.3.2 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
* in re-enabling affected modules.
|
* in re-enabling affected modules.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CL_FLEVEL 201
|
#define CL_FLEVEL 202
|
||||||
#define CL_FLEVEL_DCONF CL_FLEVEL
|
#define CL_FLEVEL_DCONF CL_FLEVEL
|
||||||
#define CL_FLEVEL_SIGTOOL CL_FLEVEL
|
#define CL_FLEVEL_SIGTOOL CL_FLEVEL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue