| ... | ... |
@@ -1,8 +1,43 @@ |
| 1 |
-0.93.1 |
|
| 1 |
+0.94rc1 |
|
| 2 |
+------- |
|
| 2 | 3 |
|
| 3 |
-This version improves handling of PDF, CAB, RTF, OLE2 and HTML files |
|
| 4 |
-and includes various bugfixes for 0.93 issues. |
|
| 4 |
+This is a release candidate for 0.94. The following are the key features |
|
| 5 |
+and improvements of this version: |
|
| 6 |
+ |
|
| 7 |
+ - Logical Signatures: The logical signature technology uses operators |
|
| 8 |
+ such as AND, OR and NOT to allow the combination of more than one |
|
| 9 |
+ signature into one entry in the signature database resulting in |
|
| 10 |
+ more detailed and flexible pattern matching. |
|
| 11 |
+ |
|
| 12 |
+ - Anti-phishing Technology: Users can now change the priority and reporting |
|
| 13 |
+ of ClamAV's heuristic anti-phishing scanner within the detection engine |
|
| 14 |
+ process. They can choose whether, when scanning a supicious file, ClamAV |
|
| 15 |
+ should stop scanning and report the phish, or continue to scan in case the |
|
| 16 |
+ file contains other malware (clamd: HeuristicScanPrecedence, |
|
| 17 |
+ clamscan: --heuristic-scan-precedence) |
|
| 18 |
+ |
|
| 19 |
+ - Disassembly Engine: The initial version of the disassembly engine improves |
|
| 20 |
+ ClamAV's detection abilities. |
|
| 21 |
+ |
|
| 22 |
+ - PUA Detection: Users can now decide which PUA signatures should be loaded |
|
| 23 |
+ (clamd: ExcludePUA, IncludePUA; clamscan: --exclude-pua, --include-pua) |
|
| 24 |
+ |
|
| 25 |
+ - Data Loss Prevention (DLP): This version includes a new module that, when |
|
| 26 |
+ enabled, scans data for the inclusion of US formated Social Security |
|
| 27 |
+ Numbers and credit card numbers (clamd: StructuredDataDetection, |
|
| 28 |
+ clamscan: --detect-structured; additional fine-tuning options are available) |
|
| 29 |
+ |
|
| 30 |
+ - IPv6 Support: Freshclam now supports IPv6 |
|
| 31 |
+ |
|
| 32 |
+ - Improved Scanning of Scripts: The normalization of scripts now covers |
|
| 33 |
+ JavaScript |
|
| 34 |
+ |
|
| 35 |
+ - Improved QA and Unit Testing: The improved QA process now includes |
|
| 36 |
+ API testing and new library of test files in various formats that are |
|
| 37 |
+ tested on a wide variety of systems. |
|
| 38 |
+ |
|
| 39 |
+For more details, please refer to http://www.clamav.net/press/0.94-WhatsNew.pdf |
|
| 40 |
+and to the ChangeLog. |
|
| 5 | 41 |
|
| 6 | 42 |
-- |
| 7 | 43 |
The ClamAV team (http://www.clamav.net/team) |
| ... | ... |
@@ -2,6 +2,66 @@ 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.94rc1 |
|
| 6 |
+------- |
|
| 7 |
+ |
|
| 8 |
+This is a release candidate for 0.94. The following are the key features |
|
| 9 |
+and improvements of this version: |
|
| 10 |
+ |
|
| 11 |
+ - Logical Signatures: The logical signature technology uses operators |
|
| 12 |
+ such as AND, OR and NOT to allow the combination of more than one |
|
| 13 |
+ signature into one entry in the signature database resulting in |
|
| 14 |
+ more detailed and flexible pattern matching. |
|
| 15 |
+ |
|
| 16 |
+ - Anti-phishing Technology: Users can now change the priority and reporting |
|
| 17 |
+ of ClamAV's heuristic anti-phishing scanner within the detection engine |
|
| 18 |
+ process. They can choose whether, when scanning a supicious file, ClamAV |
|
| 19 |
+ should stop scanning and report the phish, or continue to scan in case the |
|
| 20 |
+ file contains other malware (clamd: HeuristicScanPrecedence, |
|
| 21 |
+ clamscan: --heuristic-scan-precedence) |
|
| 22 |
+ |
|
| 23 |
+ - Disassembly Engine: The initial version of the disassembly engine improves |
|
| 24 |
+ ClamAV's detection abilities. |
|
| 25 |
+ |
|
| 26 |
+ - PUA Detection: Users can now decide which PUA signatures should be loaded |
|
| 27 |
+ (clamd: ExcludePUA, IncludePUA; clamscan: --exclude-pua, --include-pua) |
|
| 28 |
+ |
|
| 29 |
+ - Data Loss Prevention (DLP): This version includes a new module that, when |
|
| 30 |
+ enabled, scans data for the inclusion of US formated Social Security |
|
| 31 |
+ Numbers and credit card numbers (clamd: StructuredDataDetection, |
|
| 32 |
+ clamscan: --detect-structured; additional fine-tuning options are available) |
|
| 33 |
+ |
|
| 34 |
+ - IPv6 Support: Freshclam now supports IPv6 |
|
| 35 |
+ |
|
| 36 |
+ - Improved Scanning of Scripts: The normalization of scripts now covers |
|
| 37 |
+ JavaScript |
|
| 38 |
+ |
|
| 39 |
+ - Improved QA and Unit Testing: The improved QA process now includes |
|
| 40 |
+ API testing and new library of test files in various formats that are |
|
| 41 |
+ tested on a wide variety of systems. |
|
| 42 |
+ |
|
| 43 |
+For more details, please refer to http://www.clamav.net/press/0.94-WhatsNew.pdf |
|
| 44 |
+and to the ChangeLog. |
|
| 45 |
+ |
|
| 46 |
+-- |
|
| 47 |
+The ClamAV team (http://www.clamav.net/team) |
|
| 48 |
+ |
|
| 49 |
+ |
|
| 50 |
+0.93.3 |
|
| 51 |
+------ |
|
| 52 |
+ |
|
| 53 |
+This release fixes a problem in handling of .cld files introduced in 0.93.2. |
|
| 54 |
+ |
|
| 55 |
+-- |
|
| 56 |
+The ClamAV team (http://www.clamav.net/team) |
|
| 57 |
+ |
|
| 58 |
+0.93.2 |
|
| 59 |
+------ |
|
| 60 |
+ |
|
| 61 |
+This release fixes and re-enables the Petite unpacker, improves database |
|
| 62 |
+loading and solves some other minor issues. |
|
| 63 |
+ |
|
| 64 |
+ |
|
| 5 | 65 |
0.93.1 |
| 6 | 66 |
------ |
| 7 | 67 |
|
| ... | ... |
@@ -56,7 +56,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds |
| 56 | 56 |
<BR> |
| 57 | 57 |
<BR> |
| 58 | 58 |
<DIV ALIGN="RIGHT"> |
| 59 |
-<BR> <BIG CLASS="HUGE">Clam AntiVirus 0.93.3 |
|
| 59 |
+<BR> <BIG CLASS="HUGE">Clam AntiVirus 0.94rc1 |
|
| 60 | 60 |
<BR> <BIG CLASS="HUGE"><SPAN CLASS="textit">User Manual</SPAN> |
| 61 | 61 |
<BR> |
| 62 | 62 |
</BIG></BIG></DIV> |
| ... | ... |
@@ -215,7 +215,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds |
| 215 | 215 |
<BR><HR> |
| 216 | 216 |
<ADDRESS> |
| 217 | 217 |
Tomasz Kojm |
| 218 |
-2008-07-16 |
|
| 218 |
+2008-08-15 |
|
| 219 | 219 |
</ADDRESS> |
| 220 | 220 |
</BODY> |
| 221 | 221 |
</HTML> |
| ... | ... |
@@ -56,7 +56,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds |
| 56 | 56 |
<BR> |
| 57 | 57 |
<BR> |
| 58 | 58 |
<DIV ALIGN="RIGHT"> |
| 59 |
-<BR> <BIG CLASS="HUGE">Clam AntiVirus 0.93.3 |
|
| 59 |
+<BR> <BIG CLASS="HUGE">Clam AntiVirus 0.94rc1 |
|
| 60 | 60 |
<BR> <BIG CLASS="HUGE"><SPAN CLASS="textit">User Manual</SPAN> |
| 61 | 61 |
<BR> |
| 62 | 62 |
</BIG></BIG></DIV> |
| ... | ... |
@@ -215,7 +215,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds |
| 215 | 215 |
<BR><HR> |
| 216 | 216 |
<ADDRESS> |
| 217 | 217 |
Tomasz Kojm |
| 218 |
-2008-07-16 |
|
| 218 |
+2008-08-15 |
|
| 219 | 219 |
</ADDRESS> |
| 220 | 220 |
</BODY> |
| 221 | 221 |
</HTML> |
| ... | ... |
@@ -66,7 +66,7 @@ Reporting a unit test failure bug</A> |
| 66 | 66 |
</LI> |
| 67 | 67 |
<LI>your <code>config.log</code> |
| 68 | 68 |
</LI> |
| 69 |
-<LI>The following files from the <code>unit-tests/</code> directory: |
|
| 69 |
+<LI>The following files from the <code>unit_tests/</code> directory: |
|
| 70 | 70 |
|
| 71 | 71 |
<UL> |
| 72 | 72 |
<LI><code>test.log</code> |
| ... | ... |
@@ -96,7 +96,7 @@ $ CK_FORK=no ./libtool --mode=execute valgrind unit_tests/check-clamav |
| 96 | 96 |
<BR><HR> |
| 97 | 97 |
<ADDRESS> |
| 98 | 98 |
Tomasz Kojm |
| 99 |
-2008-07-16 |
|
| 99 |
+2008-08-15 |
|
| 100 | 100 |
</ADDRESS> |
| 101 | 101 |
</BODY> |
| 102 | 102 |
</HTML> |
| ... | ... |
@@ -64,11 +64,11 @@ Mathematics Department, Macquarie University, Sydney. |
| 64 | 64 |
The command line arguments were: <BR> |
| 65 | 65 |
<STRONG>latex2html</STRONG> <TT>-local_icons clamdoc.tex</TT> |
| 66 | 66 |
<P> |
| 67 |
-The translation was initiated by Tomasz Kojm on 2008-07-16 |
|
| 67 |
+The translation was initiated by Tomasz Kojm on 2008-08-15 |
|
| 68 | 68 |
<BR><HR> |
| 69 | 69 |
<ADDRESS> |
| 70 | 70 |
Tomasz Kojm |
| 71 |
-2008-07-16 |
|
| 71 |
+2008-08-15 |
|
| 72 | 72 |
</ADDRESS> |
| 73 | 73 |
</BODY> |
| 74 | 74 |
</HTML> |