Browse code

V 0.70

git-svn: trunk@502

Tomasz Kojm authored on 2004/04/17 08:32:38
Showing 6 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Apr 17 00:19:08 CEST 2004 (tk)
2
+----------------------------------
3
+  V 0.70
4
+
1 5
 Fri Apr 16 23:20:19 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * freshclam: fix SIGHUP handling (patch by Dr Matthew J Seaman
... ...
@@ -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
... ...
@@ -2036,7 +2036,7 @@ ac_config_headers="$ac_config_headers clamav-config.h"
2036 2036
 
2037 2037
 
2038 2038
 LC_CURRENT=1
2039
-LC_REVISION=3
2039
+LC_REVISION=4
2040 2040
 LC_AGE=0
2041 2041
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2042 2042
 
... ...
@@ -22,7 +22,7 @@ dnl AM_INIT_AUTOMAKE(clamav, `date +%Y%m%d`)
22 22
 AM_CONFIG_HEADER(clamav-config.h)
23 23
 
24 24
 LC_CURRENT=1
25
-LC_REVISION=3
25
+LC_REVISION=4
26 26
 LC_AGE=0
27 27
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
28 28
 AC_SUBST(LIBCLAMAV_VERSION)
... ...
@@ -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