git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@502 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -16,7 +16,7 @@ implemented by Trog. Besides, there are many improvements and bugfixes |
| 16 | 16 |
+ on-access scanning now also available on FreeBSD (with Dazuko 2.0) |
| 17 | 17 |
+ new directive ArchiveBlockEncrypted |
| 18 | 18 |
+ new directive ReadTimeout (replaces ThreadTimeout) |
| 19 |
- + handle SIGHUP (re-open logfile), SIGUSR2 (reload database) |
|
| 19 |
+ + handle SIGHUP (re-open logfile) and SIGUSR2 (reload database) |
|
| 20 | 20 |
+ respect TCPAddr in stream scanner |
| 21 | 21 |
|
| 22 | 22 |
-) clamav-milter: |
| ... | ... |
@@ -40,6 +40,9 @@ implemented by Trog. Besides, there are many improvements and bugfixes |
| 40 | 40 |
SIGALRM and SIGUSR1 (wake up and check mirror) |
| 41 | 41 |
+ fix bug with -u and -c handling |
| 42 | 42 |
|
| 43 |
+-) contrib |
|
| 44 |
+ + windows clamd client now available with source code |
|
| 45 |
+ |
|
| 43 | 46 |
-) documentation: |
| 44 | 47 |
+ new Polish documentation on ClamAV and Samba integration |
| 45 | 48 |
+ official documentation updated |
| ... | ... |
@@ -49,6 +52,17 @@ Special thanks to Dirk Mueller <mueller*kde.org> for his code review, |
| 49 | 49 |
many bugfixes and cleanups. |
| 50 | 50 |
|
| 51 | 51 |
|
| 52 |
+Thanks to the help of many companies (clamdoc.pdf: Section 2.10, |
|
| 53 |
+http://www.clamav.net/mirrors.html) we have 49 very fast and reliable |
|
| 54 |
+virus database mirrors in 22 regions and the number is still growing. |
|
| 55 |
+As of March 2004 we attempt to redirect our users to the closest pool |
|
| 56 |
+of mirrors by looking at their ip source address when they try to resolve |
|
| 57 |
+database.clamav.net. Our DNS servers can answer with a CNAME to: |
|
| 58 |
+europe.clamav.net, america.clamav.net, asia.clamav.net or other.clamav.net. |
|
| 59 |
+Our advanced push-mirroring mechanism (maintained by Luca Gibelli) allows |
|
| 60 |
+database maintainers to update all the mirrors in less then one minute ! |
|
| 61 |
+ |
|
| 62 |
+ |
|
| 52 | 63 |
There will be no major feature enhancements in the 0.7x series. Our work |
| 53 | 64 |
will be concentrated on a new scanning engine and preliminary heuristics - |
| 54 | 65 |
please help us and test CVS snapshots from time to time. |
| ... | ... |
@@ -69,7 +83,7 @@ on our website: http://www.clamav.net/3rdparty.html): |
| 69 | 69 |
+ ClamAssassin - a filter for procmail |
| 70 | 70 |
+ Gadoyanvirus - a filter for Qmail |
| 71 | 71 |
+ OpenProtect - a complete e-mail protection solution |
| 72 |
- + RevolSys-SMTP - a complete e-mail protection solution |
|
| 72 |
+ + RevolSys SMTP kit for Postfix - an antispam/antivirus tools installation |
|
| 73 | 73 |
+ POP3 Virus Scanner Daemon |
| 74 | 74 |
+ mailman-clamav - a virus filter for Mailman |
| 75 | 75 |
+ wbmclamav - a webmin module to manage ClamAV |
| ... | ... |
@@ -80,7 +94,7 @@ on our website: http://www.clamav.net/3rdparty.html): |
| 80 | 80 |
|
| 81 | 81 |
-- |
| 82 | 82 |
The ClamAV team (http://www.clamav.net/team.html) |
| 83 |
-April 16, 2004 |
|
| 83 |
+April 17, 2004 |
|
| 84 | 84 |
|
| 85 | 85 |
|
| 86 | 86 |
0.68-1 |
| ... | ... |
@@ -16,7 +16,7 @@ implemented by Trog. Besides, there are many improvements and bugfixes |
| 16 | 16 |
+ on-access scanning now also available on FreeBSD (with Dazuko 2.0) |
| 17 | 17 |
+ new directive ArchiveBlockEncrypted |
| 18 | 18 |
+ new directive ReadTimeout (replaces ThreadTimeout) |
| 19 |
- + handle SIGHUP (re-open logfile), SIGUSR2 (reload database) |
|
| 19 |
+ + handle SIGHUP (re-open logfile) and SIGUSR2 (reload database) |
|
| 20 | 20 |
+ respect TCPAddr in stream scanner |
| 21 | 21 |
|
| 22 | 22 |
-) clamav-milter: |
| ... | ... |
@@ -40,6 +40,9 @@ implemented by Trog. Besides, there are many improvements and bugfixes |
| 40 | 40 |
SIGALRM and SIGUSR1 (wake up and check mirror) |
| 41 | 41 |
+ fix bug with -u and -c handling |
| 42 | 42 |
|
| 43 |
+-) contrib |
|
| 44 |
+ + windows clamd client now available with source code |
|
| 45 |
+ |
|
| 43 | 46 |
-) documentation: |
| 44 | 47 |
+ new Polish documentation on ClamAV and Samba integration |
| 45 | 48 |
+ official documentation updated |
| ... | ... |
@@ -49,6 +52,17 @@ Special thanks to Dirk Mueller <mueller*kde.org> for his code review, |
| 49 | 49 |
many bugfixes and cleanups. |
| 50 | 50 |
|
| 51 | 51 |
|
| 52 |
+Thanks to the help of many companies (clamdoc.pdf: Section 2.10, |
|
| 53 |
+http://www.clamav.net/mirrors.html) we have 49 very fast and reliable |
|
| 54 |
+virus database mirrors in 22 regions and the number is still growing. |
|
| 55 |
+As of March 2004 we attempt to redirect our users to the closest pool |
|
| 56 |
+of mirrors by looking at their ip source address when they try to resolve |
|
| 57 |
+database.clamav.net. Our DNS servers can answer with a CNAME to: |
|
| 58 |
+europe.clamav.net, america.clamav.net, asia.clamav.net or other.clamav.net. |
|
| 59 |
+Our advanced push-mirroring mechanism (maintained by Luca Gibelli) allows |
|
| 60 |
+database maintainers to update all the mirrors in less then one minute ! |
|
| 61 |
+ |
|
| 62 |
+ |
|
| 52 | 63 |
There will be no major feature enhancements in the 0.7x series. Our work |
| 53 | 64 |
will be concentrated on a new scanning engine and preliminary heuristics - |
| 54 | 65 |
please help us and test CVS snapshots from time to time. |
| ... | ... |
@@ -80,7 +94,7 @@ on our website: http://www.clamav.net/3rdparty.html): |
| 80 | 80 |
|
| 81 | 81 |
-- |
| 82 | 82 |
The ClamAV team (http://www.clamav.net/team.html) |
| 83 |
-April 16, 2004 |
|
| 83 |
+April 17, 2004 |
|
| 84 | 84 |
|
| 85 | 85 |
|
| 86 | 86 |
0.68-1 |
| ... | ... |
@@ -14,6 +14,9 @@ |
| 14 | 14 |
# Enable verbose logging. |
| 15 | 15 |
#LogVerbose |
| 16 | 16 |
|
| 17 |
+# Use system logger (can work together with UpdateLogFile). |
|
| 18 |
+#LogSyslog |
|
| 19 |
+ |
|
| 17 | 20 |
# By default when freshclam is started by root it drops privileges and |
| 18 | 21 |
# switches to the "clamav" user. You can change this behaviour here. |
| 19 | 22 |
#DatabaseOwner clamav |