NEWS
40351dca
 0.99.3
8b5772ac
 ------
43dec309
 
40351dca
 Welcome to ClamAV 0.99.3. In this release, we have included many code
 submissions from the ClamAV community:
eb9f4d9a
     - Interfaces to the Prelude SIEM open source package for collecting
       ClamAV virus events.
40351dca
     - Visual Studio 2015 for building Microsoft Windows binaries.
eb9f4d9a
     - Support libmspack internal code or as a shared object library.
       The internal library is the default and contains additional
       integrity checks.
40351dca
     - Linking with openssl 1.1.0.
961ab24c
     - Deprecation of the AllowSupplementaryGroups parameter statement
       in clamd, clamav-milter, and freshclam. Use of supplementary
       is now in effect by default.
eb9f4d9a
     - Numerous code patches, typos, and compiler warning fixes.
46833854
 
40351dca
 Additionally, we have introduced important changes and new features in
 ClamAV 0.99.3, including:
     - Deprecating internal LLVM code support. The configure script has changed
       to search the system for an installed instance of the LLVM development
       libraries, and to otherwise use the bytecode interpreter for ClamAV
eb9f4d9a
       bytecode signatures. To use the LLVM Just-In-Time compiler for
       executing bytecode signatures, please ensure that the LLVM development
       package at version 3.6 or lower is installed. Using the deprecated LLVM
       code is possible with the command: './configure --with-system-llvm=no',
       but it no longer compiles on all platforms.
40351dca
     - Compute and check PE import table hash (a.k.a. "imphash") signatures.
     - Support file property collection and analysis for MHTML files.
     - Raw scanning of PostScript files.
     - Fix clamsubmit to use the new virus and false positive submission web
       interface.
     - Optionally, flag files with the virus "Heuristic.Limits.Exceeded" when
       size limitations are exceeded.
     - Improve decoders for PDF files.
43dec309
 
40351dca
 The ClamAV community thanks the following individuals for their ClamAV 0.99.3
 code submissions:
8640364d
 
 Sebastian Andrzej Siewior
40351dca
 Keith Jones
8640364d
 Bill Parker
40351dca
 Chris Miserva
8640364d
 Daniel J. Luke
40351dca
 Matthew Boedicker
 Ningirsu
 Michael Pelletier
 Anthony Chan
 Stephen Welker
0d203271
 Marc Deslauriers
 Mark Allan
 Andreas Schulze
 Jonas Zaddach
b2f59861
 Georgy Salnikov
00f36515
 
d08a757a
 --
00fb0d91
 The ClamAV team (http://www.clamav.net/about.html#credits)