Browse code

NEWS for 0.98.2

Steven Morgan authored on 2014/04/23 06:53:12
Showing 1 changed files
... ...
@@ -1,31 +1,60 @@
1
-0.98.1
1
+0.98.2
2 2
 ------
3
-ClamAV 0.98.1 provides improved support of Mac OS X platform, support for new file types, and 
4
-quality improvements. These include:
5 3
 
6
-    - Extraction, decompression, and scanning of files within Apple Disk Image (DMG) format.
4
+Here are the new features and improvements in ClamAV 0.98.2:
7 5
 
8
-    - Extraction, decompression, and scanning of files within Extensible Archive (XAR) format.
9
-      XAR format is commonly used for software packaging, such as PKG and RPM, as well as 
10
-      general archival.
6
+    - Support for common raw disk image formats using 512 byte sectors,
7
+      specifically GPT, APM, and MBR partitioning.
11 8
 
12
-    - Decompression and scanning of files in "Xz" compression format.
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.
13 15
 
14
-    - Recognition of Open Office XML formats.
16
+    - All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan, clamdtop)
17
+      now support IPV6 addresses and configuration parameters.
15 18
 
16
-    - Improvements and fixes to extraction and scanning of ole formats.
19
+    - Use OpenSSL file hash functions for improved performance. OpenSSL 
20
+      is now prerequisite software for ClamAV 0.98.2.
17 21
 
18
-    - Option to force all scanned data to disk. This impacts only a few file types where
19
-      some embedded content is normally scanned in memory. Enabling this option
20
-      ensures that a file descriptor exists when callback functions are used, at a small
21
-      performance cost. This should only be needed when callback functions are used
22
-      that need file access.
22
+    - Improved detection of malware scripts within image files. Issue reported
23
+      by Maarten Broekman.
23 24
 
24
-    - Various improvements to ClamAV configuration, support of third party libraries, 
25
-      and unit tests.
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.
26 29
 
27
-There are also fixes for other minor issues and code quality changes. Please
28
-see the ChangeLog file for details.
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 
29 58
 
30 59
 --
31 60
 The ClamAV team (http://www.clamav.net/team)