| ... | ... |
@@ -1,57 +1,7 @@ |
| 1 |
-0.95 |
|
| 1 |
+0.95.1 |
|
| 2 |
+------ |
|
| 2 | 3 |
|
| 3 |
-ClamAV 0.95 introduces many bugfixes, improvements and additions. To make |
|
| 4 |
-the transition easier, we put various tips and upgrade notes on this page: |
|
| 5 |
-https://wiki.clamav.net/Main/UpgradeNotes095. For detailed list of changes |
|
| 6 |
-and bugfixes, please see the ChangeLog. |
|
| 7 |
- |
|
| 8 |
-The following are the key features of this release: |
|
| 9 |
- |
|
| 10 |
- - Google Safe Browsing support: in addition to the heuristic and signature |
|
| 11 |
- based phishing detection mechanisms already available in ClamAV, the |
|
| 12 |
- scanner can now make use of the Google's blacklists of suspected |
|
| 13 |
- phishing and malware sites. The ClamAV Project distributes a constantly |
|
| 14 |
- updated Safe Browsing database, which can be automatically fetched by |
|
| 15 |
- freshclam. For more information, please see freshclam.conf(5) and |
|
| 16 |
- http://safebrowsing.clamav.net. |
|
| 17 |
- |
|
| 18 |
- - New clamav-milter: The program has been redesigned and rewritten from |
|
| 19 |
- scratch. The most notable difference is that the internal mode has been |
|
| 20 |
- dropped which means that now a working clamd companion is required. |
|
| 21 |
- The milter now also has its own configuration file. |
|
| 22 |
- |
|
| 23 |
- - Clamd extensions: The protocol has been extended to lighten the load |
|
| 24 |
- that clamd puts on the system, solve limitations of the old protocol, |
|
| 25 |
- and reduce latency when signature updates are received. For more |
|
| 26 |
- information about the new extensions please see the official |
|
| 27 |
- documentation and the upgrade notes. |
|
| 28 |
- |
|
| 29 |
- - Improved API: The API used to program ClamAV's engine (libclamav) has |
|
| 30 |
- been redesigned to use modern object-oriented techniques and solves |
|
| 31 |
- various API/ABI compatibility issues between old and new releases. |
|
| 32 |
- You can find more information in Section 6 of clamdoc.pdf and in |
|
| 33 |
- the upgrade notes. |
|
| 34 |
- |
|
| 35 |
- - ClamdTOP: This is a new program that allows system administrators to |
|
| 36 |
- monitor clamd. It provides information about the items in the clamd's |
|
| 37 |
- queue, clamd's memory usage, and the version of the signature database, |
|
| 38 |
- all in real-time and in nice curses-based interface. |
|
| 39 |
- |
|
| 40 |
- - Memory Pool Allocator: Libclamav now includes its own memory pool |
|
| 41 |
- allocator based on memory mapping. This new solution replaces the |
|
| 42 |
- traditional malloc/free system for the copy of the signatures that |
|
| 43 |
- is kept in memory. As a result, clamd requires much less memory, |
|
| 44 |
- particularly when signature updates are received and the database is |
|
| 45 |
- loaded into memory. |
|
| 46 |
- |
|
| 47 |
- - Unified Option Parser: Prior to version 0.95 each program in ClamAV's |
|
| 48 |
- suite of programs had its own set of runtime options. The new general |
|
| 49 |
- parser brings consistency of use and validation to these options across |
|
| 50 |
- the suite. Some command line switches of clamscan have been renamed |
|
| 51 |
- (the old ones will still be accepted but will have no effect and will |
|
| 52 |
- result in warnings), please see clamscan(1) and clamscan --help for |
|
| 53 |
- the details. |
|
| 4 |
+This is a bugfix release only, please see the ChangeLog for details. |
|
| 54 | 5 |
|
| 55 | 6 |
-- |
| 56 | 7 |
The ClamAV team (http://www.clamav.net/team) |
| ... | ... |
@@ -2,6 +2,13 @@ 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.95.1 |
|
| 6 |
+------ |
|
| 7 |
+ |
|
| 8 |
+This is a bugfix release only, please see the ChangeLog for details. |
|
| 9 |
+ |
|
| 10 |
+-- |
|
| 11 |
+The ClamAV team (http://www.clamav.net/team) |
|
| 5 | 12 |
|
| 6 | 13 |
0.95 |
| 7 | 14 |
---- |
| ... | ... |
@@ -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.95 |
|
| 59 |
+<BR> <BIG CLASS="HUGE">Clam AntiVirus 0.95.1 |
|
| 60 | 60 |
<BR> <BIG CLASS="HUGE"><SPAN CLASS="textit">User Manual</SPAN> |
| 61 | 61 |
<BR> |
| 62 | 62 |
</BIG></BIG></DIV> |