Browse code

Made minor changes to the NEWS and README relative to the 0.98 branch

Kevin Lin authored on 2013/09/12 00:17:45
Showing 2 changed files
... ...
@@ -3,21 +3,21 @@
3 3
 
4 4
 ClamAV 0.98 includes many new features, across all the different components
5 5
 of ClamAV. There are new scanning options, extensions to the libclamav API,
6
-support for additional filetypes and internal upgrades.
6
+support for additional filetypes, and internal upgrades.
7 7
 
8 8
     - Signature improvements: New signature targets have been added for
9
-      PDF files, Flash files and Java class files. NOTE: Java archive files
10
-      (JAR) are not part of the Java target. Hash signatures can now be
11
-      written with a * size if the size is unknown. Using wildcard size
9
+      PDF files, Flash files and Java class files. (NOTE: Java archive files
10
+      (JAR) are not part of the Java target.) Hash signatures can now specify
11
+      a '*' (wildcard)  size if the size is unknown. Using wildcard size
12 12
       requires setting the minimum engine FLEVEL to avoid backwards
13 13
       compatibility issues. For more details read the ClamAV Signatures
14 14
       guide.
15 15
 
16 16
     - Scanning enhancements: New filetypes can be unpacked and scanned,
17
-      including ISO9660, Flash and self-extracting 7z files. PDF
17
+      including ISO9660, Flash, and self-extracting 7z files. PDF
18 18
       handling is now more robust and better handles encrypted PDF files.
19 19
 
20
-    - Authenticode: ClamAV is now aware of the certificate chain when
20
+    - Authenticode: ClamAV is now aware of the certificate chains when
21 21
       scanning signed PE files. When the database contains signatures for
22 22
       trusted root certificate authorities, the engine can whitelist
23 23
       PE files with a valid signature. The same database file can also
... ...
@@ -27,16 +27,16 @@ support for additional filetypes and internal upgrades.
27 27
 
28 28
     - New options: Several new options for clamscan and clamd have been
29 29
       added. For example, ClamAV can be set to print infected files and
30
-      error files and suppress printing OK results. This can be helpful
30
+      error files, and suppress printing OK results. This can be helpful
31 31
       when scanning large numbers of files. This new option is "-o" for
32 32
       clamscan and "LogClean" for clamd. Check clamd.conf or the clamscan
33 33
       help message for specific details.
34 34
 
35 35
     - New callbacks added to the API: The libclamav API has additional hooks
36 36
       for developers to use when wrapping ClamAV scanning. These function
37
-      types are defined to start with "clcb_" and allow developers to add
38
-      logic at certain steps of the scanning process without directly
39
-      modifying the library. For more details refer to the clamav.h file.
37
+      types are prefixed with "clcb_" and allow developers to add logic at 
38
+      certain steps of the scanning process without directly modifying the 
39
+      library. For more details refer to the clamav.h file.
40 40
 
41 41
     - More configurable limits: Several hardcoded values are now configurable
42 42
       parameters, providing more options for tuning the engine to match your
... ...
@@ -7,21 +7,21 @@ here may not be available in binary packages.
7 7
 
8 8
 ClamAV 0.98 includes many new features, across all the different components
9 9
 of ClamAV. There are new scanning options, extensions to the libclamav API,
10
-support for additional filetypes and internal upgrades.
10
+support for additional filetypes, and internal upgrades.
11 11
 
12 12
     - Signature improvements: New signature targets have been added for
13
-      PDF files, Flash files and Java class files. NOTE: Java archive files
14
-      (JAR) are not part of the Java target. Hash signatures can now be
15
-      written with a * size if the size is unknown. Using wildcard size
13
+      PDF files, Flash files and Java class files. (NOTE: Java archive files
14
+      (JAR) are not part of the Java target.) Hash signatures can now specify
15
+      a '*' (wildcard)  size if the size is unknown. Using wildcard size
16 16
       requires setting the minimum engine FLEVEL to avoid backwards
17 17
       compatibility issues. For more details read the ClamAV Signatures
18 18
       guide.
19 19
 
20 20
     - Scanning enhancements: New filetypes can be unpacked and scanned,
21
-      including ISO9660, Flash and self-extracting 7z files. PDF
21
+      including ISO9660, Flash, and self-extracting 7z files. PDF
22 22
       handling is now more robust and better handles encrypted PDF files.
23 23
 
24
-    - Authenticode: ClamAV is now aware of the certificate chain when
24
+    - Authenticode: ClamAV is now aware of the certificate chains when
25 25
       scanning signed PE files. When the database contains signatures for
26 26
       trusted root certificate authorities, the engine can whitelist
27 27
       PE files with a valid signature. The same database file can also
... ...
@@ -31,16 +31,16 @@ support for additional filetypes and internal upgrades.
31 31
 
32 32
     - New options: Several new options for clamscan and clamd have been
33 33
       added. For example, ClamAV can be set to print infected files and
34
-      error files and suppress printing OK results. This can be helpful
34
+      error files, and suppress printing OK results. This can be helpful
35 35
       when scanning large numbers of files. This new option is "-o" for
36 36
       clamscan and "LogClean" for clamd. Check clamd.conf or the clamscan
37 37
       help message for specific details.
38 38
 
39 39
     - New callbacks added to the API: The libclamav API has additional hooks
40 40
       for developers to use when wrapping ClamAV scanning. These function
41
-      types are defined to start with "clcb_" and allow developers to add
42
-      logic at certain steps of the scanning process without directly
43
-      modifying the library. For more details refer to the clamav.h file.
41
+      types are prefixed with "clcb_" and allow developers to add logic at 
42
+      certain steps of the scanning process without directly modifying the 
43
+      library. For more details refer to the clamav.h file.
44 44
 
45 45
     - More configurable limits: Several hardcoded values are now configurable
46 46
       parameters, providing more options for tuning the engine to match your