Browse code

Work on 0.98.5 NEWS and Changelog.

Steven Morgan authored on 2014/08/29 17:49:14
Showing 2 changed files
... ...
@@ -4,8 +4,8 @@ Thu, 31 Jul 2014 19:11:22 EDT (swebb)
4 4
 
5 5
 Thu, Jul 31 11:50:23 EDT 2014 (swebb)
6 6
 ------------------------------------
7
-* bb#10731 - Allow to specify a group for the socket of which the user is
8
-not a member - patch submitted by Sebastian Andrzej Siewior
7
+* bb#10731 - Allow specification of a group for the milter socket of which
8
+the user is not a member - patch submitted by Sebastian Andrzej Siewior
9 9
 
10 10
 Fri, 25 Jul 2014 12:26:04 EDT (klin)
11 11
 ------------------------------------
... ...
@@ -11,6 +11,26 @@ optional.
11 11
 Look for our upcoming series of blog posts to learn more about using the
12 12
 ClamAV API and bytecode facilities for collecting and analyzing file
13 13
 properties.
14
- 
14
+
15
+ClamAV 0.98.5 also includes these new features:
16
+
17
+    - Support for the XDP file format and extracting, decoding, and
18
+      scanning PDF files within XDP files.
19
+    - Addition of shared library support for LLVM verions 3.1 - 3.4
20
+      for the purpose of just-in-time(JIT) compilation of ClamAV
21
+      bytecode signatures. Andreas Cadhalpun submitted the patch
22
+      implementing this support.
23
+    - Enhancements to the clambc command line utility to assist
24
+      ClamAV bytecode signature authors by providing introspection
25
+      into compiled bytecode programs.
26
+    - Bug fixes and other feature enhancements. See Changelog or
27
+      git log for details.
28
+
29
+Thanks to the following ClamAV community members for code submissions
30
+and bug reporting included in ClamAV 0.98.5:
31
+
32
+Andreas Cadhalpun
33
+Sebastian Andrzej Siewior
34
+
15 35
 --
16 36
 The ClamAV team (http://www.clamav.net/about.html#credits)