Browse code

0.98.4 NEWS and README

Steven Morgan authored on 2014/05/13 04:56:38
Showing 2 changed files
... ...
@@ -1,78 +1,20 @@
1
-0.98.2
1
+0.98.4
2 2
 ------
3 3
 
4
-Here are the new features and improvements in ClamAV 0.98.2:
4
+ClamAV 0.98.4 is a bug fix release. The following issues are now resolved:
5 5
 
6
-    - Support for common raw disk image formats using 512 byte sectors,
7
-      specifically GPT, APM, and MBR partitioning.
6
+    - Various build problems on Solaris, OpenBSD, AIX.
8 7
 
9
-    - Experimental support of OpenIOC files. ClamAV will now extract file
10
-      hashes from OpenIOC files residing in the signature database location,
11
-      and generate ClamAV hash signatures. ClamAV uses no other OpenIOC
12
-      features at this time. No OpenIOC files will be delivered through
13
-      freshclam. See openioc.org and iocbucket.com for additional information
14
-      about OpenIOC.
8
+    - Crashes of clamd on Windows and Mac OS X platforms when reloading
9
+      the virus signature database.
15 10
 
16
-    - All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan, clamdtop)
17
-      now support IPV6 addresses and configuration parameters.
11
+    - Infinite loop in clamdscan when clamd is not running.
18 12
 
19
-    - Use OpenSSL file hash functions for improved performance. OpenSSL 
20
-      is now prerequisite software for ClamAV 0.98.2.
13
+    - Freshclam failure on Solaris 10.
21 14
 
22
-    - Improved detection of malware scripts within image files. Issue reported
23
-      by Maarten Broekman.
15
+    - Buffer underruns when handling multi-part MIME email attachments.
24 16
 
25
-    - Change to circumvent possible denial of service when processing icons within
26
-      specially crafted PE files. Icon limits are now in place with corresponding
27
-      clamd and clamscan configuration parameters. This issue was reported by 
28
-      Joxean Koret.
29
-
30
-    - Improvements to the fidelity of the ClamAV pattern matcher, an issue
31
-      reported by Christian Blichmann.
32
-
33
-    - Opt-in collection of statistics. Statistics collected are: sizes and MD5 
34
-      hashes of files, PE file section counts and section MD5 hashes, and names
35
-      and counts of detected viruses. Enable statistics collection with the
36
-      --enable-stats clamscan flag or StatsEnabled clamd configuration
37
-      parameter.
38
-
39
-    - Improvements to ClamAV build process, unit tests, and platform support with
40
-      assistance and suggestions by Sebastian Andrzej Siewior, Scott Kitterman,
41
-      and Dave Simonson.
42
-
43
-    - Patch by Arkadiusz Miskiewicz to improve error handling in freshclam.
44
-
45
-    - ClamAV 0.98.2 also includes miscellaneous bug fixes and documentation 
46
-      improvements.
47
-
48
-Thanks to the following ClamAV community members for sending patches or reporting
49
-bugs and issues that are addressed in ClamAV 0.98.2:
50
-
51
-Sebastian Andrzej Siewior
52
-Scott Kitterman
53
-Joxean Koret
54
-Arkadiusz Miskiewicz
55
-Dave Simonson
56
-Maarten Broekman
57
-Christian Blichmann 
58
-
59
-
60
-REGARDING OPENSSL
61
-
62
-In addition, as a special exception, the copyright holders give
63
-permission to link the code of portions of this program with the 
64
-OpenSSL library under certain conditions as described in each
65
-individual source file, and distribute linked combinations
66
-including the two.
67
-
68
-You must obey the GNU General Public License in all respects
69
-for all of the code used other than OpenSSL.  If you modify
70
-file(s) with this exception, you may extend this exception to your
71
-version of the file(s), but you are not obligated to do so.  If you 
72
-do not wish to do so, delete this exception statement from your
73
-version.  If you delete this exception statement from all source
74
-files in the program, then also delete it here.
17
+    - Configuration of OpenSSL on various platforms.
75 18
 
76 19
 --
77 20
 The ClamAV team (http://www.clamav.net/team)
... ...
@@ -2,6 +2,24 @@ 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.98.4
6
+------
7
+
8
+ClamAV 0.98.4 is a bug fix release. The following issues are now resolved:
9
+
10
+    - Various build problems on Solaris, OpenBSD, AIX.
11
+
12
+    - Crashes of clamd on Windows and Mac OS X platforms when reloading
13
+      the virus signature database.
14
+
15
+    - Infinite loop in clamdscan when clamd is not running.
16
+
17
+    - Freshclam failure on Solaris 10.
18
+
19
+    - Buffer underruns when handling multi-part MIME email attachments.
20
+
21
+    - Configuration of OpenSSL on various platforms.
22
+
5 23
 0.98.2
6 24
 ------
7 25