Browse code

Preparing for 0.99.4 by updating version number, flevel, readme, news. Additional changes may be needed prior to release.

Micah Snyder authored on 2018/02/10 08:48:54
Showing 7 changed files
... ...
@@ -1,17 +1,25 @@
1
-0.99.1
1
+0.99.4
2 2
 ------
3 3
 
4
-ClamAV 0.99.1 contains a new feature for parsing Hancom Office files
5
-including extracting and scanning embedded objects. ClamAV 0.99.1
6
-also contains important bug fixes. Please see ChangeLog for details.
4
+ClamAV 0.99.4 is a hotfix release to patch a set of vulnerabilities.
7 5
 
8
-Thanks to the following community members for code submissions used in
9
-ClamAV 0.99.1:
6
+    - fixes for the following CVE's: CVE-2012-6706, CVE-2017-6419, 
7
+      CVE-2017-11423. 
8
+    - also included are 2 fixes for file descriptor leaks as well fixes for
9
+      a handful of other important bugs. 
10 10
 
11
-Jim Morris
12
-Andreas Cadhalpun
13
-Mark Allan
14
-Sebastian Siewior
11
+Thank you to the following ClamAV community members for your code
12
+submissions and bug reports! 
13
+
14
+Alberto Garcia
15
+Bernhard Vogel
16
+Francisco Oca
17
+mtowalski
18
+Suleman Ali
19
+yongji.oy
20
+xrym
21
+
22
+Special thanks again to Offensive Research at Salesforce.com for responsible disclosure.
15 23
 
16 24
 --
17 25
 The ClamAV team (http://www.clamav.net/about.html#credits)
... ...
@@ -2,6 +2,29 @@ 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.4
6
+------
7
+
8
+ClamAV 0.99.4 is a hotfix release to patch a set of vulnerabilities.
9
+
10
+    - fixes for the following CVE's: CVE-2012-6706, CVE-2017-6419, 
11
+      CVE-2017-11423. 
12
+    - also included are 2 fixes for file descriptor leaks as well fixes for
13
+      a handful of other important bugs. 
14
+
15
+Thank you to the following ClamAV community members for your code
16
+submissions and bug reports! 
17
+
18
+Alberto Garcia
19
+Bernhard Vogel
20
+Francisco Oca
21
+mtowalski
22
+Suleman Ali
23
+yongji.oy
24
+xrym
25
+
26
+Special thanks again to Offensive Research at Salesforce.com for responsible disclosure.
27
+
5 28
 0.99.3
6 29
 ------
7 30
 
... ...
@@ -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.3], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
23
+AC_INIT([ClamAV], [0.99.4], [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.3\\
75
+	\huge Clam AntiVirus 0.99.4\\
76 76
 	\huge \emph{User Manual}\\
77 77
     \end{flushright}
78 78
 
... ...
@@ -86,6 +86,7 @@
86 86
     ClamAV User Manual,
87 87
 87d
88 88
 88d
89
+89d
89 90
     \copyright \  2016 Cisco Systems, Inc.
90 91
     Authors: Tomasz Kojm\\
91 92
     This document is distributed under the terms of the GNU General
... ...
@@ -72,7 +72,7 @@
72 72
  * in re-enabling affected modules.
73 73
  */
74 74
 
75
-#define CL_FLEVEL 84
75
+#define CL_FLEVEL 85
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.3"
3
+VERSION="0.99.4"
4 4
 
5 5
 LC_CURRENT=8
6 6
 LC_REVISION=1
... ...
@@ -6,8 +6,8 @@
6 6
 #define REPO_VERSION VERSION
7 7
 #endif
8 8
 
9
-#define RES_VER_Q 0,99,3
10
-#define RES_VER_S "ClamAV 0.99.3"
9
+#define RES_VER_Q 0,99,4
10
+#define RES_VER_S "ClamAV 0.99.4"
11 11
 
12 12
 VS_VERSION_INFO VERSIONINFO
13 13
     FILEVERSION RES_VER_Q