Browse code

Update 0.99 NEWS, README, and Changelog.

Steven Morgan authored on 2015/10/08 03:41:15
Showing 3 changed files
... ...
@@ -1,4 +1,8 @@
1 1
 
2
+Wed, 6 Oct 2015 14:25:00 -0400 (Steven Morgan)
3
+------------------------------------------
4
+ * ClamAV 0.99-rc1 Release.
5
+
2 6
 Mon, 5 Oct 2015 14:24:58 -0400 (Mickey Sola)
3 7
 ------------------------------------------
4 8
  * Configuration patch by Bernd Kuhls to allow for building statically
... ...
@@ -1,19 +1,45 @@
1
-0.99-beta2
1
+0.99-rc1
2 2
 ------
3 3
 
4
-*Highlights* for the second beta of ClamAV 0.99 include:
5
-    - New and improved on-access scanning for Linux. See the recent
6
-      blog post for more details on the new on-access capabilities.
7
-    - Improved support for YARA rules including private rules,
8
-      referencing other rules, and YARA "include" files.
9
-    - Configurable default password list to attempt zip file
10
-      decryption.
11
-    - TIFF support.
12
-    - ./configure options for YARA.
13
-    - upgrade Windows pthread library to 2.9.1.
14
-    - a new signature target type for uncategorized files.
4
+ClamAV 0.99 contains major new features and changes. Particularly,
5
+if you are using clamd on-access scanning or have applications using
6
+all-match mode, you will want to review the changes and make any necessary
7
+adjustments before using ClamAV 0.99.
8
+    - Processing of YARA rules(some limitations- see signatures.pdf).
9
+    - Support in ClamAV logical signatures for many of the features
10
+      added for YARA, such as Perl Compatible Regular Expressions,
11
+      alternate strings, and YARA string attributes. See signatures.pdf
12
+      for full details.
13
+    - New and improved on-access scanning for Linux. See the recent blog
14
+      post and clamdoc.pdf for details on the new on-access capabilities.
15
+    - A new ClamAV API callback function that is invoked when a virus 
16
+      is found. This is intended primarily for applications running in 
17
+      all-match mode. Any applications using all-match mode must use 
18
+      the new callback function to record and report detected viruses.    
19
+    - Configurable default password list to attempt zip file decryption.
20
+    - TIFF file support.
21
+    - Upgrade Windows pthread library to 2.9.1.
22
+    - A new signature target type for designating signatures to run
23
+      against files with unknown file types.
15 24
     - Improved fidelity of the "data loss prevention" heuristic
16 25
       algorithm. Code supplied by Bill Parker.
26
+    - Support for LZMA decompression within Adobe Flash files.
27
+    - Support for MSO attachments within Microsoft Office 2003 XML files.
28
+    - A new sigtool option(--ascii-normalize) allowing signature authors
29
+      to more easily generate normalized versions of ascii files.
30
+
31
+Thank you to the ClamAV community members who sent in patches and bug
32
+reports included in ClamAV 0.99:
33
+
34
+Steve Basford
35
+Sebastian Andrzej Siewior
36
+Bill Parker
37
+Andreas Schulze
38
+Yann E. Morin
39
+Andreas Cadhalpun
40
+Dmitry Marakasov
41
+Michael Pelletier
42
+Felix Groebert
17 43
 
18 44
 --
19 45
 The ClamAV team (http://www.clamav.net/about.html#credits)
... ...
@@ -2,8 +2,8 @@ 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.99
5
+0.99-rc1
6
+--------
6 7
 
7 8
 ClamAV 0.99 contains major new features and changes. Particularly,
8 9
 if you are using clamd on-access scanning or have applications using
... ...
@@ -29,6 +29,11 @@ adjustments before using ClamAV 0.99.
29 29
       algorithm. Code supplied by Bill Parker.
30 30
     - Support for LZMA decompression within Adobe Flash files.
31 31
     - Support for MSO attachments within Microsoft Office 2003 XML files.
32
+    - A new sigtool option(--ascii-normalize) allowing signature authors
33
+      to more easily generate normalized versions of ascii files.
34
+
35
+Thank you to the ClamAV community members who sent in patches and bug
36
+reports included in ClamAV 0.99:
32 37
 
33 38
 Steve Basford
34 39
 Sebastian Andrzej Siewior