Browse code

0.98.6 NEWS, README, and Changelog.

Steven Morgan authored on 2014/11/22 07:13:01
Showing 3 changed files
... ...
@@ -1,3 +1,12 @@
1
+Fri, 21 Nov 2014 15:55:12 EDT (swebb)
2
+-------------------------------------
3
+bb#11194: Include OpenSSL's headers after the local headers
4
+
5
+Thu, 20 Nov 2014 12:39:00 EDT (swebb)
6
+-------------------------------------
7
+bb#10907: Add trailing newline to the end of the pidfile
8
+	  (patch submitted by Sebastian Andrzej Siewior)
9
+
1 10
 Wed, 12 Nov 2014 14:30:39 EDT (swebb)
2 11
 -------------------------------------
3 12
 * bb11176 - Instruct OpenSSL to allow MD5 when in FIPS-compliant mode.
... ...
@@ -1,49 +1,12 @@
1
-0.98.5
1
+0.98.6
2 2
 ------
3 3
 
4
-Welcome to ClamAV 0.98.5! ClamAV 0.98.5 includes important new features
5
-for collecting and analyzing file properties. Software developers and
6
-analysts may collect file property meta data using the ClamAV API for
7
-subsequent analysis by ClamAV bytecode programs. Using these features
8
-will require that libjson-c is installed, but otherwise libjson-c is not
9
-needed.
4
+ClamAV 0.98.6 is a bug fix release correcting the following:
10 5
 
11
-Look for our upcoming series of blog posts to learn more about using the
12
-ClamAV API and bytecode facilities for collecting and analyzing file
13
-properties.
14
-
15
-ClamAV 0.98.5 also includes these new features and bug fixes:
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 versions 3.1 - 3.5
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
-    - Resolution of many of the warning messages from ClamAV compilation.
27
-    - Improved detection of malicious PE files.
28
-    - Security fix for ClamAV crash when using 'clamscan -a'. This issue
29
-      was identified by Kurt Siefried of Red Hat.
30
-    - Security fix for ClamAV crash when scanning maliciously crafted
31
-      yoda's crypter files. This issue, as well as several other bugs
32
-      fixed in this release, were identified by Damien Millescamp of
33
-      Oppida.
34
-    - ClamAV 0.98.5 now works with OpenSSL in FIPS compliant mode.
35
-      Thanks to Reinhard Max for supplying the patch.
36
-    - Bug fixes and other feature enhancements. See Changelog or
37
-      git log for details.
38
-
39
-Thanks to the following ClamAV community members for code submissions
40
-and bug reporting included in ClamAV 0.98.5:
41
-
42
-Andreas Cadhalpun
43
-Sebastian Andrzej Siewior
44
-Damien Millescamp
45
-Reinhard Max
46
-Kurt Seifried
6
+    - library shared object revisions.
7
+    - installation issues on some Mac OS X and FreeBSD platforms.
8
+    - includes a patch from Sebastian Andrzej Siewior making
9
+      ClamAV pid files compatible with systemd.
47 10
 
48 11
 --
49 12
 The ClamAV team (http://www.clamav.net/about.html#credits)
... ...
@@ -2,6 +2,17 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
+0.98.6
6
+------
7
+
8
+ClamAV 0.98.6 is a bug fix release correcting the following:
9
+
10
+     - library shared object revisions.
11
+     - installation issues on some Mac OS X and FreeBSD platforms.
12
+     - includes a patch from Sebastian Andrzej Siewior making
13
+       ClamAV pid files compatible with systemd.
14
+
15
+
5 16
 0.98.5
6 17
 ------
7 18