Browse code

0.99 README

Steven Morgan authored on 2015/10/06 01:21:48
Showing 1 changed files
... ...
@@ -2,34 +2,40 @@ 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-beta2
5
+0.99
6
+----
6 7
 
7
-*Highlights* for the second beta of ClamAV 0.99 include:
8
-    - New and improved on-access scanning for Linux. See the recent
9
-      blog post for more details on the new on-access capabilities.
10
-    - Improved support for YARA rules including private rules,
11
-      referencing other rules, and YARA "include" files.
12
-    - Configurable default password list to attempt zip file
13
-      decryption.
14
-    - TIFF support.
15
-    - ./configure options for YARA.
16
-    - upgrade Windows pthread library to 2.9.1.
17
-    - a new signature target type for uncategorized files.
8
+ClamAV 0.99 contains major new features and changes. Particularly,
9
+if you are using clamd on-access scanning or have applications using
10
+all-match mode, you will want to review the changes and make any necessary
11
+adjustments before using ClamAV 0.99.
12
+    - Processing of YARA rules(some limitations- see signatures.pdf).
13
+    - Support in ClamAV logical signatures for many of the features
14
+      added for YARA, such as Perl Compatible Regular Expressions,
15
+      alternate strings, and YARA string attributes. See signatures.pdf
16
+      for full details.
17
+    - New and improved on-access scanning for Linux. See the recent blog
18
+      post and clamdoc.pdf for details on the new on-access capabilities.
19
+    - A new ClamAV API callback function that is invoked when a virus 
20
+      is found. This is intended primarily for applications running in 
21
+      all-match mode. Any applications using all-match mode must use 
22
+      the new callback function to record and report detected viruses.    
23
+    - Configurable default password list to attempt zip file decryption.
24
+    - TIFF file support.
25
+    - Upgrade Windows pthread library to 2.9.1.
26
+    - A new signature target type for designating signatures to run
27
+      against files with unknown file types.
18 28
     - Improved fidelity of the "data loss prevention" heuristic
19 29
       algorithm. Code supplied by Bill Parker.
20 30
 
21
-0.99-beta1
22
-
23
-This is a preview release of some upcoming ClamAV 0.99 features:
24
-
25
-    - Process YARA rules(with limitations) as ClamAV signatures.
26
-    - Support in ClamAV logical signatures many of the features
27
-      added for YARA, such as Perl Compatible Regular Expressions.
28
-
29
-For more details about ClamAV 0.99-beta1, please see the blog post
30
-on blog.clamav.net.
31
+Steve Basford
32
+Sebastian Andrzej Siewior
33
+Bill Parker
34
+Andreas Schulze
35
+Yann E. Morin
36
+Andreas Cadhalpun
37
+Dmitry Marakasov
38
+Michael Pelletier
31 39
 
32 40
 0.98.7
33 41
 ------