Version 0.96.5

OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=38
This commit is contained in:
2010-12-01 17:46:44 +00:00
committed by Git OBS Bridge
parent 6143b0e05f
commit 298ad9526a
5 changed files with 41 additions and 7 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Dec 1 17:42:03 UTC 2010 - max@novell.com
- New version 0.96.5:
* libclamav/pdf.c: fix crashes (bb #2358, bb #2380, bb #2396).
* libclamav/pe_icons.c: off by one while (bb#2344)
* libclamav: fix detection of embedded executables
* libclamav/matcher-ac.c: fix offset handling for sigs with {x-y}
* freshclam/manager.c: fix error path infinite loop (bb#2389)
* freshclam: improve mirror management
* libclamav: fix possible use of uninitialized values (bb#2291)
* libclamav: Set the unreliability flag on (un)packed files
(bb#2307)
* libclamav/c++: Update embedded copy of LLVM to version 2.8
(bb #2327)
* freshclam: make query format backward compatible
* freshclam: get detection stats directly from clamd (bb#2312)
* libclamav/cache.c,c++/bytecode2llvm.cpp}: make cl_load thread
safe (bb #2333).
* freshclam: load database in subprocess (bb #2147).
* clamd: add new commands DETSTATS and DETSTATSCLEAR
(part of bb#2312)
* libclamav/7z.c: fix file descriptor leak (bb #2347)
* clamd, libclamavll: add ability to logg messages from libclamav
(bb #1965)
* libclamav/builtin_bytecodes.h: Don't disable JIT on pentium4
(bb #2345)
* clamav-for-windows: displace clamav-for-windows to a separate
solution and directory
* clamd: add new option OLE2BlockMacros (requested by Mike)
* freshclam: DatabaseCustomURL: add support for
If-Modified-Since
* freshclam: add initial support for DatabaseCustomURL
-------------------------------------------------------------------
Thu Oct 28 16:34:29 CEST 2010 - max@suse.de