Browse code

setting version for security release to 0.99.3

Micah Snyder authored on 2018/01/23 10:25:02
Showing 9 changed files
... ...
@@ -1,6 +1,6 @@
1
-Mon, 18 Jan 2018 12:45:00 -0500 (Steven Morgan)
1
+Mon, 22 Jan 2018 19:33:00 -0500 (Micah Snyder)
2 2
 ------------------------------------------
3
- * ClamAV 0.99.2.1 security patch release.
3
+ * ClamAV 0.99.3 security patch release.
4 4
 
5 5
 Thu, 22 Apr 2016 12:45:00 -0500 (Steven Morgan)
6 6
 ------------------------------------------
... ...
@@ -2,10 +2,10 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
-0.99.2.1
5
+0.99.3
6 6
 ------
7 7
 
8
-ClamAV 0.99.2.1 is a hotfix release to patch a set of vulnerabilities.
8
+ClamAV 0.99.3 is a hotfix release to patch a set of vulnerabilities.
9 9
 
10 10
     - fixes for the following CVE's: CVE-2017-6418, CVE-2017-6420, 
11 11
       CVE-2017-12374, CVE-2017-12375, CVE-2017-12376, CVE-2017-12377, 
... ...
@@ -20,7 +20,7 @@ dnl   MA 02110-1301, USA.
20 20
 AC_PREREQ([2.59])
21 21
 dnl For a release change [devel] to the real version [0.xy]
22 22
 dnl also change VERSION below
23
-AC_INIT([ClamAV], [0.99.2.1], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
23
+AC_INIT([ClamAV], [0.99.3], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
24 24
 
25 25
 AH_BOTTOM([#include "platform.h"])
26 26
 dnl put configure auxiliary into config
... ...
@@ -72,7 +72,7 @@
72 72
     \vspace{3cm}
73 73
     \begin{flushright}
74 74
 	\rule[-1ex]{8cm}{3pt}\\
75
-	\huge Clam AntiVirus 0.99.2.1\\
75
+	\huge Clam AntiVirus 0.99.3\\
76 76
 	\huge \emph{User Manual}\\
77 77
     \end{flushright}
78 78
 
... ...
@@ -85,6 +85,7 @@
85 85
     \begin{boxedminipage}[b]{\textwidth}
86 86
     ClamAV User Manual,
87 87
 87d
88
+88d
88 89
     \copyright \  2016 Cisco Systems, Inc.
89 90
     Authors: Tomasz Kojm\\
90 91
     This document is distributed under the terms of the GNU General
... ...
@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (C) 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
2
+ *  Copyright (C) 2015, 2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
3 3
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
4 4
  *
5 5
  *  Authors: Tomasz Kojm
... ...
@@ -72,7 +72,7 @@
72 72
  * in re-enabling affected modules.
73 73
  */
74 74
 
75
-#define CL_FLEVEL 82
75
+#define CL_FLEVEL 84
76 76
 #define CL_FLEVEL_DCONF	CL_FLEVEL
77 77
 #define CL_FLEVEL_SIGTOOL CL_FLEVEL
78 78
 
... ...
@@ -1,6 +1,6 @@
1 1
 dnl change this on a release
2 2
 dnl VERSION="devel-`date +%Y%m%d`"
3
-VERSION="0.99.2.1"
3
+VERSION="0.99.3"
4 4
 
5 5
 LC_CURRENT=8
6 6
 LC_REVISION=1
... ...
@@ -658,7 +658,7 @@
658 658
         "RemovePreviousVersions" = "11:FALSE"
659 659
         "DetectNewerInstalledVersion" = "11:TRUE"
660 660
         "InstallAllUsers" = "11:FALSE"
661
-        "ProductVersion" = "8:0.99.2.1"
661
+        "ProductVersion" = "8:0.99.3"
662 662
         "Manufacturer" = "8:Cisco Systems, Inc."
663 663
         "ARPHELPTELEPHONE" = "8:"
664 664
         "ARPHELPLINK" = "8:"
... ...
@@ -744,7 +744,7 @@
744 744
         "RemovePreviousVersions" = "11:TRUE"
745 745
         "DetectNewerInstalledVersion" = "11:TRUE"
746 746
         "InstallAllUsers" = "11:TRUE"
747
-        "ProductVersion" = "8:0.99.2.1"
747
+        "ProductVersion" = "8:0.99.3"
748 748
         "Manufacturer" = "8:Cisco Systems, Inc"
749 749
         "ARPHELPTELEPHONE" = "8:"
750 750
         "ARPHELPLINK" = "8:http://www.clamav.net"
... ...
@@ -6,8 +6,8 @@
6 6
 #define REPO_VERSION VERSION
7 7
 #endif
8 8
 
9
-#define RES_VER_Q 0,99,2,1
10
-#define RES_VER_S "ClamAV 0.99.2.1"
9
+#define RES_VER_Q 0,99,3
10
+#define RES_VER_S "ClamAV 0.99.3"
11 11
 
12 12
 VS_VERSION_INFO VERSIONINFO
13 13
     FILEVERSION RES_VER_Q