Browse code

0.98.5 NEWS/README updates.

Steven Morgan authored on 2014/09/03 18:14:42
Showing 2 changed files
... ...
@@ -23,6 +23,7 @@ ClamAV 0.98.5 also includes these new features:
23 23
     - Enhancements to the clambc command line utility to assist
24 24
       ClamAV bytecode signature authors by providing introspection
25 25
       into compiled bytecode programs.
26
+    - Resolution of many of the warning messages from ClamAV compilation.
26 27
     - Bug fixes and other feature enhancements. See Changelog or
27 28
       git log for details.
28 29
 
... ...
@@ -16,6 +16,27 @@ Look for our upcoming series of blog posts to learn more about using the
16 16
 ClamAV API and bytecode facilities for collecting and analyzing file
17 17
 properties.
18 18
 
19
+ClamAV 0.98.5 also includes these new features:
20
+
21
+    - Support for the XDP file format and extracting, decoding, and
22
+      scanning PDF files within XDP files.
23
+    - Addition of shared library support for LLVM verions 3.1 - 3.4
24
+      for the purpose of just-in-time(JIT) compilation of ClamAV
25
+      bytecode signatures. Andreas Cadhalpun submitted the patch
26
+      implementing this support.
27
+    - Enhancements to the clambc command line utility to assist
28
+      ClamAV bytecode signature authors by providing introspection
29
+      into compiled bytecode programs.
30
+    - Resolution of many of the warning messages from ClamAV compilation.
31
+    - Bug fixes and other feature enhancements. See Changelog or
32
+      git log for details.
33
+
34
+Thanks to the following ClamAV community members for code submissions
35
+and bug reporting included in ClamAV 0.98.5:
36
+
37
+Andreas Cadhalpun
38
+Sebastian Andrzej Siewior
39
+
19 40
 0.98.4
20 41
 ------
21 42