| ... | ... |
@@ -1,14 +1,19 @@ |
| 1 |
-0.99-beta1 |
|
| 1 |
+0.99-beta2 |
|
| 2 | 2 |
------ |
| 3 | 3 |
|
| 4 |
-This is a preview release of some upcoming ClamAV 0.99 features: |
|
| 5 |
- |
|
| 6 |
- - Process YARA rules(with limitations) as ClamAV signatures. |
|
| 7 |
- - Support in ClamAV logical signatures many of the features |
|
| 8 |
- added for YARA, such as Perl Compatible Regular Expressions. |
|
| 9 |
- |
|
| 10 |
-For more details about ClamAV 0.99-beta1, please see the blog post |
|
| 11 |
-on blog.clamav.net. |
|
| 4 |
+*Highlights* for the second beta of ClamAV 0.99 include: |
|
| 5 |
+ - New and improved on-access scanning for Linux. See the recent |
|
| 6 |
+ blog post for more details on the new on-access capabilities. |
|
| 7 |
+ - Improved support for YARA rules including private rules, |
|
| 8 |
+ referencing other rules, and YARA "include" files. |
|
| 9 |
+ - Configurable default password list to attempt zip file |
|
| 10 |
+ decryption. |
|
| 11 |
+ - TIFF support. |
|
| 12 |
+ - ./configure options for YARA. |
|
| 13 |
+ - upgrade Windows pthread library to 2.9.1. |
|
| 14 |
+ - a new signature target type for uncategorized files. |
|
| 15 |
+ - Improved fidelity of the "data loss prevention" heuristic |
|
| 16 |
+ algorithm. Code supplied by Bill Parker. |
|
| 12 | 17 |
|
| 13 | 18 |
-- |
| 14 | 19 |
The ClamAV team (http://www.clamav.net/about.html#credits) |
| ... | ... |
@@ -2,6 +2,23 @@ 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 |
|
| 6 |
+------ |
|
| 7 |
+ |
|
| 8 |
+*Highlights* for the second beta of ClamAV 0.99 include: |
|
| 9 |
+ - New and improved on-access scanning for Linux. See the recent |
|
| 10 |
+ blog post for more details on the new on-access capabilities. |
|
| 11 |
+ - Improved support for YARA rules including private rules, |
|
| 12 |
+ referencing other rules, and YARA "include" files. |
|
| 13 |
+ - Configurable default password list to attempt zip file |
|
| 14 |
+ decryption. |
|
| 15 |
+ - TIFF support. |
|
| 16 |
+ - ./configure options for YARA. |
|
| 17 |
+ - upgrade Windows pthread library to 2.9.1. |
|
| 18 |
+ - a new signature target type for uncategorized files. |
|
| 19 |
+ - Improved fidelity of the "data loss prevention" heuristic |
|
| 20 |
+ algorithm. Code supplied by Bill Parker. |
|
| 21 |
+ |
|
| 5 | 22 |
0.99-beta1 |
| 6 | 23 |
------ |
| 7 | 24 |
|