NEWS
d171772a
 
d977075d
 0.100.0-beta
8b5772ac
 ------
43dec309
 
d977075d
 Welcome to ClamAV 0.100.0.  0.100.0 is under active development.
d171772a
 
 It includes 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.
825cd8cd
     - Deprecation of the AllowSupplementaryGroups parameter statement
       in clamd, clamav-milter, and freshclam. Use of supplementary
       is now in effect by default.
d977075d
     - Numerous bug fixes, typo corrections, and compiler warning fixes.
46833854
 
7f1fb754
 Additionally, we have introduced important changes and new features in
d171772a
 ClamAV 0.100, including:
7f1fb754
     - 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
 
d171772a
 The ClamAV team thanks the following individuals for their code submissions:
7f1fb754
 
d977075d
 Andreas Schulze
 Anthony Chan
7f1fb754
 Bill Parker
 Chris Miserva
 Daniel J. Luke
d977075d
 Georgy Salnikov
 Jonas Zaddach
 Keith Jones
 Marc Deslauriers
 Mark Allan
7f1fb754
 Matthew Boedicker
 Michael Pelletier
d977075d
 Ningirsu
 Sebastian Andrzej Siewior
7f1fb754
 Stephen Welker
00f36515
 
d08a757a
 --
00fb0d91
 The ClamAV team (http://www.clamav.net/about.html#credits)