diff --git a/clamav.changes b/clamav.changes index d8b3432..bf5e1c5 100644 --- a/clamav.changes +++ b/clamav.changes @@ -2,12 +2,37 @@ Fri Apr 13 15:07:48 UTC 2018 - max@suse.com - Update to version 0.100.0 (bsc#1089502): - * FIXME: Add upstream changes here before submitting to Factory. + * Add interfaces to the Prelude SIEM open source package for + collecting ClamAV virus events. + * Support libmspack internal code or as a shared object + library. The internal library is the default and includes + modifications to enable parsing of CAB files that do not + entirely adhere to the CAB file format. + * Link with OpenSSL 1.1.0. + * Deprecate of the AllowSupplementaryGroups parameter + statement in clamd, clamav-milter, and freshclam. + Use of supplementary is now in effect by default. + * Deprecate internal LLVM code support. + * 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. + * Improved decoders for PDF files. + * Reduced number of compile time warnings. + * Improved support for C++11. + * Improved detection of system installed libraries. + * Fixes to ClamAV's Container system and the introduction of + Intermediates for more descriptive signatures. + * Improvements to clamd's On-Access scanning capabilities + for Linux. * Obsoletes clamav-fix_newer_zlib.patch - Update key ring and add signature file. -- Remove the logic around building the embedded llvm as the - system-wide llvm is now auto-detected and used. -- Move pc files from the main to the devel package. +- Use system-wide LLVM instead of the deprecated bundled one. +- Move pkgconfig stuff the main to the devel package. ------------------------------------------------------------------- Wed Mar 7 13:15:11 UTC 2018 - max@suse.com