Browse code

update

git-svn: trunk@2663

Tomasz Kojm authored on 2007/02/01 07:17:12
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ here may not be available in binary packages.
3 3
 --
4 4
 
5 5
 
6
-0.90RC2
6
+0.90RC3
7 7
 -------
8 8
 
9 9
 The Release Candidate of the long awaited ClamAV 0.90 is ready for general
... ...
@@ -60,18 +60,28 @@ Detailed list of changes (to be finished):
60 60
 -) libclamav:
61 61
   + New unpacker for RAR3, RAR2 and RAR1
62 62
   + Support for RAR-SFX, Zip-SFX and CAB-SFX archives
63
+  + New PE parsing model:
64
+    - Accurate virtual and raw size and offset calculations
65
+    - Proper parsing of executables with weird/handcrafted/uncommon headers
66
+    - Proper handling (or skipping) of ghost sections at various places in the
67
+      code
68
+    - Rebuild improvements for various unpackers
69
+    - Adjusted alignment on rebuilt executables
70
+    - Proper handling of out of sections offsets
71
+    - Broken exe detection now mimics the XPSP2 loader
72
+    - Lots of misc improvements and fixes
63 73
   + Support for PE32+ (64-bit) executables
64
-  + Support for PE section based MD5 signatures (.mdb)
74
+  + Support for MD5 signatures based on PE sections (.mdb)
65 75
   + ELF file parser
66 76
   + Support for Sensory Networks' NodalCore hardware acceleration technology
67 77
   + Advanced phishing detection module (experimental)
68
-  + Phishing detection can be disabled with CL_DB_NOPHISHING
69 78
   + Signatures are stored in separate trees depending on their target type
70 79
   + Algorithmic detection can be controlled with CL_SCAN_ALGO
71
-  + Support for obfuscators: SUE (experimental), Y0da Cryptor, CryptFF
72
-  + Support for unpackers: NsPack (experimental), wwpack32
73
-  + Support for SIS files (SybmianOS installer packages)
74
-  + Support for PDF files
80
+  + Support for new obfuscators: SUE, Y0da Cryptor, CryptFF
81
+  + Support for new packers: NsPack, wwpack32, MEW, Upack
82
+  + Support for SIS files (SymbianOS packages)
83
+  + Support for PDF and RTF files
84
+  + New encoding and entity normalizer (experimental)
75 85
 
76 86
 -) clamd:
77 87
   + New config file parser:
... ...
@@ -96,6 +106,8 @@ Detailed list of changes (to be finished):
96 96
   + Reporting: ability to report phishing attempts to anti-phishing
97 97
     organisations to help close the sites
98 98
   + Improved load balancing for scanning with clusters
99
+  + Removed -b option (enable BOUNCE compile time option to re-enable the
100
+    option)
99 101
 
100 102
 -) clamscan:
101 103
   + New options: --no-phishing-sigs, --no-algorithmic (disable phishing and
... ...
@@ -105,8 +117,10 @@ Detailed list of changes (to be finished):
105 105
   + New option: --copy
106 106
 
107 107
 -) freshclam:
108
-  + interpreter for .cdiff files (scripted updates)
109
-  + new option HTTPUserAgent to force different User-Agent header
108
+  + Interpreter for .cdiff files (scripted updates)
109
+  + Initial version of mirror manager
110
+  + New option: --list-mirrors
111
+  + New option HTTPUserAgent to force different User-Agent header
110 112
 
111 113
 -) sigtool:
112 114
   + New option: --utf16-decode (decode UTF16 encoded files)