git-svn: trunk@502
remotes/push_mirror/metadata
Tomasz Kojm 21 years ago
parent e3eaadd090
commit 8b8865d7f5
  1. 4
      clamav-devel/ChangeLog
  2. 20
      clamav-devel/NEWS
  3. 18
      clamav-devel/README
  4. 2
      clamav-devel/configure
  5. 2
      clamav-devel/configure.in
  6. 3
      clamav-devel/etc/freshclam.conf

@ -1,3 +1,7 @@
Sat Apr 17 00:19:08 CEST 2004 (tk)
----------------------------------
V 0.70
Fri Apr 16 23:20:19 CEST 2004 (tk)
----------------------------------
* freshclam: fix SIGHUP handling (patch by Dr Matthew J Seaman

@ -16,7 +16,7 @@ implemented by Trog. Besides, there are many improvements and bugfixes
+ on-access scanning now also available on FreeBSD (with Dazuko 2.0)
+ new directive ArchiveBlockEncrypted
+ new directive ReadTimeout (replaces ThreadTimeout)
+ handle SIGHUP (re-open logfile), SIGUSR2 (reload database)
+ handle SIGHUP (re-open logfile) and SIGUSR2 (reload database)
+ respect TCPAddr in stream scanner
-) clamav-milter:
@ -40,6 +40,9 @@ implemented by Trog. Besides, there are many improvements and bugfixes
SIGALRM and SIGUSR1 (wake up and check mirror)
+ fix bug with -u and -c handling
-) contrib
+ windows clamd client now available with source code
-) documentation:
+ new Polish documentation on ClamAV and Samba integration
+ official documentation updated
@ -49,6 +52,17 @@ Special thanks to Dirk Mueller <mueller*kde.org> for his code review,
many bugfixes and cleanups.
Thanks to the help of many companies (clamdoc.pdf: Section 2.10,
http://www.clamav.net/mirrors.html) we have 49 very fast and reliable
virus database mirrors in 22 regions and the number is still growing.
As of March 2004 we attempt to redirect our users to the closest pool
of mirrors by looking at their ip source address when they try to resolve
database.clamav.net. Our DNS servers can answer with a CNAME to:
europe.clamav.net, america.clamav.net, asia.clamav.net or other.clamav.net.
Our advanced push-mirroring mechanism (maintained by Luca Gibelli) allows
database maintainers to update all the mirrors in less then one minute !
There will be no major feature enhancements in the 0.7x series. Our work
will be concentrated on a new scanning engine and preliminary heuristics -
please help us and test CVS snapshots from time to time.
@ -69,7 +83,7 @@ on our website: http://www.clamav.net/3rdparty.html):
+ ClamAssassin - a filter for procmail
+ Gadoyanvirus - a filter for Qmail
+ OpenProtect - a complete e-mail protection solution
+ RevolSys-SMTP - a complete e-mail protection solution
+ RevolSys SMTP kit for Postfix - an antispam/antivirus tools installation
+ POP3 Virus Scanner Daemon
+ mailman-clamav - a virus filter for Mailman
+ wbmclamav - a webmin module to manage ClamAV
@ -80,7 +94,7 @@ on our website: http://www.clamav.net/3rdparty.html):
--
The ClamAV team (http://www.clamav.net/team.html)
April 16, 2004
April 17, 2004
0.68-1

@ -16,7 +16,7 @@ implemented by Trog. Besides, there are many improvements and bugfixes
+ on-access scanning now also available on FreeBSD (with Dazuko 2.0)
+ new directive ArchiveBlockEncrypted
+ new directive ReadTimeout (replaces ThreadTimeout)
+ handle SIGHUP (re-open logfile), SIGUSR2 (reload database)
+ handle SIGHUP (re-open logfile) and SIGUSR2 (reload database)
+ respect TCPAddr in stream scanner
-) clamav-milter:
@ -40,6 +40,9 @@ implemented by Trog. Besides, there are many improvements and bugfixes
SIGALRM and SIGUSR1 (wake up and check mirror)
+ fix bug with -u and -c handling
-) contrib
+ windows clamd client now available with source code
-) documentation:
+ new Polish documentation on ClamAV and Samba integration
+ official documentation updated
@ -49,6 +52,17 @@ Special thanks to Dirk Mueller <mueller*kde.org> for his code review,
many bugfixes and cleanups.
Thanks to the help of many companies (clamdoc.pdf: Section 2.10,
http://www.clamav.net/mirrors.html) we have 49 very fast and reliable
virus database mirrors in 22 regions and the number is still growing.
As of March 2004 we attempt to redirect our users to the closest pool
of mirrors by looking at their ip source address when they try to resolve
database.clamav.net. Our DNS servers can answer with a CNAME to:
europe.clamav.net, america.clamav.net, asia.clamav.net or other.clamav.net.
Our advanced push-mirroring mechanism (maintained by Luca Gibelli) allows
database maintainers to update all the mirrors in less then one minute !
There will be no major feature enhancements in the 0.7x series. Our work
will be concentrated on a new scanning engine and preliminary heuristics -
please help us and test CVS snapshots from time to time.
@ -80,7 +94,7 @@ on our website: http://www.clamav.net/3rdparty.html):
--
The ClamAV team (http://www.clamav.net/team.html)
April 16, 2004
April 17, 2004
0.68-1

@ -2036,7 +2036,7 @@ ac_config_headers="$ac_config_headers clamav-config.h"
LC_CURRENT=1
LC_REVISION=3
LC_REVISION=4
LC_AGE=0
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"

@ -22,7 +22,7 @@ dnl AM_INIT_AUTOMAKE(clamav, `date +%Y%m%d`)
AM_CONFIG_HEADER(clamav-config.h)
LC_CURRENT=1
LC_REVISION=3
LC_REVISION=4
LC_AGE=0
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
AC_SUBST(LIBCLAMAV_VERSION)

@ -14,6 +14,9 @@
# Enable verbose logging.
#LogVerbose
# Use system logger (can work together with UpdateLogFile).
#LogSyslog
# By default when freshclam is started by root it drops privileges and
# switches to the "clamav" user. You can change this behaviour here.
#DatabaseOwner clamav

Loading…
Cancel
Save