NEWS
7f1fb754
 0.99.3
8b5772ac
 ------
43dec309
 
7f1fb754
 Welcome to ClamAV 0.99.3. In this release, we have included many code
 submissions from the ClamAV community:
5844fab6
     - Interfaces to the Prelude SIEM open source package for collecting
       ClamAV virus events.
7f1fb754
     - Visual Studio 2015 for building Microsoft Windows binaries.
5844fab6
     - Support libmspack internal code or as a shared object library.
       The internal library is the default and contains additional
       integrity checks.
7f1fb754
     - Linking with openssl 1.1.0.
5844fab6
     - Numerous code patches, typos, and compiler warning fixes.
46833854
 
7f1fb754
 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
5844fab6
       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.
7f1fb754
     - 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
 
7f1fb754
 The ClamAV community thanks the following individuals for their ClamAV 0.99.3
 code submissions:
 
 Sebastian Andrzej Siewior
 Keith Jones
 Bill Parker
 Chris Miserva
 Daniel J. Luke
 Matthew Boedicker
 Ningirsu
 Michael Pelletier
 Anthony Chan
 Stephen Welker
3df46478
 Marc Deslauriers
 Mark Allan
 Andreas Schulze
 Jonas Zaddach
28592e59
 Georgy Salnikov
00f36515
 
d08a757a
 --
00fb0d91
 The ClamAV team (http://www.clamav.net/about.html#credits)