~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-10-02 15:36:00 UTC
  • mfrom: (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20101002153600-2tx3vki1u55cdrjy
Tags: 0.96.3+dfsg-2ubuntu0.10.04.1
Microversion update to 0.96.3 for Lucid (LP: #653738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.96
2
 
----
3
 
 
4
 
This release of ClamAV introduces new malware detection mechanisms and other
5
 
significant improvements to the scan engine. The key features include:
6
 
 
7
 
    - The Bytecode Interpreter: the interpreter built into LibClamAV allows
8
 
      the signature writers to create and distribute very complex detection
9
 
      routines and remotely enhance the scanner's functionality
10
 
 
11
 
    - Heuristic improvements: improve the PE heuristics detection engine by
12
 
      adding support of bogus icons and fake PE header information. In a
13
 
      nutshell, ClamAV can now detect malware that tries to disguise itself
14
 
      as a harmless application by using the most common Windows program icons.
15
 
 
16
 
    - Signature Improvements: logical signature improvements to allow more
17
 
      detailed matching and referencing groups of signatures. Additionally,
18
 
      improvements to wildcard matching on word boundaries and newlines.
19
 
 
20
 
    - Support for new archives: 7zip, InstallShield and CPIO. LibClamAV
21
 
      can now transparently unpack and inspect their contents.
22
 
 
23
 
    - Support for new executable file formats: 64-bit ELF files and OS X
24
 
      Universal Binaries with Mach-O files. Additionally, the PE module
25
 
      can now decompress and inspect executables packed with UPX 3.0.
26
 
 
27
 
    - Support for DazukoFS in clamd
28
 
 
29
 
    - Performance improvements: overall performance improvements and memory
30
 
      optimizations for a better overall resource utilization experience.
31
 
 
32
 
    - Native Windows Support: ClamAV will now build natively under Visual
33
 
      Studio. This will allow 3rd Party application developers on Windows
34
 
      to easily integrate LibClamAV into their applications.
35
 
 
36
 
The complete list of changes is available in the ChangeLog file. For upgrade
37
 
notes and tips please see: https://wiki.clamav.net/Main/UpgradeNotes096
 
1
0.96.3
 
2
------
 
3
 
 
4
This release fixes problems with the PDF parser and the internal bzip2
 
5
library. A complete list of changes is available in the Changelog file.
38
6
 
39
7
--
40
8
The ClamAV team (http://www.clamav.net/team)