Browse code

doc update

git-svn: trunk@1264

Tomasz Kojm authored on 2005/01/20 09:12:15
Showing 6 changed files
... ...
@@ -151,6 +151,7 @@ Matthew Seaman <m.seaman*infracaninophile.co.uk>
151 151
 Matt Sullivan <matt*sullivan.gen.nz>
152 152
 Joe Talbott <josepht*cstone.net>
153 153
 Gernot Tenchio <g.tenchio*telco-tech.de>
154
+Yar Tikhiy <yar*comp.chem.msu.su>
154 155
 Michael L Torrie <torriem*chem.byu.edu>
155 156
 Reini Urban <rurban*x-ray.at>
156 157
 Laurent Wacrenier <lwa*teaser.fr>
... ...
@@ -1,3 +1,7 @@
1
+Thu Jan 20 01:07:26 CET 2005 (tk)
2
+---------------------------------
3
+  * docs: update
4
+
1 5
 Wed Jan 19 17:46:19 GMT 2005 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	Changed fullline warning. The debug message is no
... ...
@@ -2,6 +2,95 @@ 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
+
6
+0.81rc1
7
+-------
8
+
9
+Changes in this Release Candidate include:
10
+
11
+-) libclamav:
12
+    + major improvements in the mail scanning engine:
13
+	o support for multipart/partial messages
14
+	o improved support for non-standard quoted-printable attachments
15
+	o in some situations it will try to guess a correct mode (e.g.
16
+	  a good type for an incorrect content-type, a best guess for an
17
+	  unknown encoding type, etc.)
18
+	o handling of RFC822 comments in the commands (e.g.: Co(foo)ntent-Type:
19
+	  text/plain)
20
+	o better recovery if memory softlimit is hit
21
+	o new test code that decodes emails without parsing them first (must
22
+	  be enabled manually before compilation)
23
+
24
+    + support for extracting RFC2397 encoded data within HTML documents
25
+    + blocking of zip archives with modified information in local header
26
+    + improved PE structure rebuilding from compressed executables
27
+    + improved support for zip archives
28
+    + support for Mac's HQX file format
29
+    + stability and (minor) security fixes
30
+    + a lot of minor improvements, including support for new platforms
31
+
32
+-) clamd:
33
+    + new directive ExitOnOOM (stop the deamon when libclamav reports an out of
34
+      memory condition)
35
+    + new directives StreamMinPort and StreamMaxPort (port range specification
36
+      for a stream mode)
37
+    + support for passing of file descriptors
38
+
39
+-) clamdscan:
40
+    + added support for --move and --remove
41
+
42
+-) clamav-milter:
43
+    + SESSION mode (single, regular connection with clamd) is now enabled by
44
+      default
45
+    + new option --internal (scan the emails itself with libclamav without
46
+      the use of clamd)
47
+    + various optimisations
48
+
49
+-) freshclam:
50
+    + the DNS mode is now enabled by default (no need for DNSDatabaseInfo in
51
+      freshclam.conf)
52
+    + --no-dns uses a If-Modified-Since method instead of a range GET
53
+    + added support for AllowSupplementaryGroups
54
+
55
+-) sigtool:
56
+    + new options --vba and --vba-hex (extract VBA/Word6 macros and optionally
57
+      display the corresponding hex values; Word6 binary code will be
58
+      disassembled)
59
+
60
+-) new applications in our 3rd party software list:
61
+    + AVScan - a libclamav based GUI a-v scanner for Unix
62
+    + clamailfilter - a Python script that provides a-v scanning via procmailrc
63
+    + ClamAVPlugin - A ClamAV plugin for SpamAssassin 3.x
64
+    + ClamCour - an e-mail filter for Courier
65
+    + clamfilter - a small, secure, and efficient content filter for Postfix
66
+    + ClamMail - an anti-virus POP3 proxy for Windows
67
+    + ClamShell - a Java GUI for clamscan
68
+    + ClamTk - a perl-tk GUI for ClamAV
69
+    + clapf - a virus scanning and antispam content filter for Postfix
70
+    + D bindings for ClamAV - ClamAV bindings for the D programming language
71
+    + Frox - a transparent FTP proxy
72
+    + KMail - a fully-featured email client now supports ClamAV out of box
73
+    + Mail Avenger - a highly-configurable SMTP server with a-v support
74
+    + Mailnees - a mail content filter for Sendmail and Postfix
75
+    + Maverix - anti-spam and anti-virus solution for AOLServer
76
+    + Moodle - scan files submitted by students for viruses!
77
+    + php-clamav - scan files from within PHP
78
+    + pymavis - a powerful email parser, similar to the old amavis-perl
79
+    + QClam - a simple program to plug ClamAV to a qmail mailbox
80
+    + qmailmrtg7 - display graphs of viruses found by ClamAV
81
+    + qSheff - an e-mail filter for qmail
82
+    + SafeSquid - a feature rich content filtering internet proxy
83
+    + Scrubber - a server-side daemon for filtering mail content
84
+    + simscan - an e-mail and spam filter for qmail
85
+    + smtpfilter - scan SMTP session for viruses
86
+    + snort-inline - scan your network traffic for viruses with ClamAV
87
+    + SquidClamAV Redirector - a Squid helper script which adds virus scanning 
88
+    + WRAVLib - a library for a-v integration with Mono/.NET applications
89
+
90
+--
91
+The ClamAV team (http://www.clamav.net/team.html)
92
+
93
+
5 94
 0.80
6 95
 ----
7 96
 
... ...
@@ -2,6 +2,95 @@ 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
+
6
+0.81rc1
7
+-------
8
+
9
+Changes in this Release Candidate include:
10
+
11
+-) libclamav:
12
+    + major improvements in the mail scanning engine:
13
+	o support for multipart/partial messages
14
+	o improved support for non-standard quoted-printable attachments
15
+	o in some situations it will try to guess a correct mode (e.g.
16
+	  a good type for an incorrect content-type, a best guess for an
17
+	  unknown encoding type, etc.)
18
+	o handling of RFC822 comments in the commands (e.g.: Co(foo)ntent-Type:
19
+	  text/plain)
20
+	o better recovery if memory softlimit is hit
21
+	o new test code that decodes emails without parsing them first (must
22
+	  be enabled manually before compilation)
23
+
24
+    + support for extracting RFC2397 encoded data within HTML documents
25
+    + blocking of zip archives with modified information in local header
26
+    + improved PE structure rebuilding from compressed executables
27
+    + improved support for zip archives
28
+    + support for Mac's HQX file format
29
+    + stability and (minor) security fixes
30
+    + a lot of minor improvements, including support for new platforms
31
+
32
+-) clamd:
33
+    + new directive ExitOnOOM (stop the deamon when libclamav reports an out of
34
+      memory condition)
35
+    + new directives StreamMinPort and StreamMaxPort (port range specification
36
+      for a stream mode)
37
+    + support for passing of file descriptors
38
+
39
+-) clamdscan:
40
+    + added support for --move and --remove
41
+
42
+-) clamav-milter:
43
+    + SESSION mode (single, regular connection with clamd) is now enabled by
44
+      default
45
+    + new option --internal (scan the emails itself with libclamav without
46
+      the use of clamd)
47
+    + various optimisations
48
+
49
+-) freshclam:
50
+    + the DNS mode is now enabled by default (no need for DNSDatabaseInfo in
51
+      freshclam.conf)
52
+    + --no-dns uses a If-Modified-Since method instead of a range GET
53
+    + added support for AllowSupplementaryGroups
54
+
55
+-) sigtool:
56
+    + new options --vba and --vba-hex (extract VBA/Word6 macros and optionally
57
+      display the corresponding hex values; Word6 binary code will be
58
+      disassembled)
59
+
60
+-) new applications in our 3rd party software list:
61
+    + AVScan - a libclamav based GUI a-v scanner for Unix
62
+    + clamailfilter - a Python script that provides a-v scanning via procmailrc
63
+    + ClamAVPlugin - A ClamAV plugin for SpamAssassin 3.x
64
+    + ClamCour - an e-mail filter for Courier
65
+    + clamfilter - a small, secure, and efficient content filter for Postfix
66
+    + ClamMail - an anti-virus POP3 proxy for Windows
67
+    + ClamShell - a Java GUI for clamscan
68
+    + ClamTk - a perl-tk GUI for ClamAV
69
+    + clapf - a virus scanning and antispam content filter for Postfix
70
+    + D bindings for ClamAV - ClamAV bindings for the D programming language
71
+    + Frox - a transparent FTP proxy
72
+    + KMail - a fully-featured email client now supports ClamAV out of box
73
+    + Mail Avenger - a highly-configurable SMTP server with a-v support
74
+    + Mailnees - a mail content filter for Sendmail and Postfix
75
+    + Maverix - anti-spam and anti-virus solution for AOLServer
76
+    + Moodle - scan files submitted by students for viruses!
77
+    + php-clamav - scan files from within PHP
78
+    + pymavis - a powerful email parser, similar to the old amavis-perl
79
+    + QClam - a simple program to plug ClamAV to a qmail mailbox
80
+    + qmailmrtg7 - display graphs of viruses found by ClamAV
81
+    + qSheff - an e-mail filter for qmail
82
+    + SafeSquid - a feature rich content filtering internet proxy
83
+    + Scrubber - a server-side daemon for filtering mail content
84
+    + simscan - an e-mail and spam filter for qmail
85
+    + smtpfilter - scan SMTP session for viruses
86
+    + snort-inline - scan your network traffic for viruses with ClamAV
87
+    + SquidClamAV Redirector - a Squid helper script which adds virus scanning 
88
+    + WRAVLib - a library for a-v integration with Mono/.NET applications
89
+
90
+--
91
+The ClamAV team (http://www.clamav.net/team.html)
92
+
93
+
5 94
 0.80
6 95
 ----
7 96
 
8 97
Binary files a/clamav-devel/docs/MacOSX/Macintosh.tar.gz and b/clamav-devel/docs/MacOSX/Macintosh.tar.gz differ
9 98
Binary files a/clamav-devel/docs/clamdoc.pdf and b/clamav-devel/docs/clamdoc.pdf differ