Browse code

0.99.1 ChangeLog, NEWS, README.

Steven Morgan authored on 2016/02/04 07:46:20
Showing 3 changed files
... ...
@@ -1,3 +1,188 @@
1
+Tue, 3 Feb 2016 17:30:00 -0500 (Steven Morgan)
2
+------------------------------------------
3
+ * ClamAV 0.99.1 beta1 release.
4
+
5
+Tue, 2 Feb 2016 14:23:13 -0500 (Kevin Lin)
6
+------------------------------------------
7
+ * add scanning options for scanning xml-based documents
8
+	(MSXML, OOXML, HWPML) and HWP3
9
+
10
+Fri, 29 Jan 2016 16:17:40 -0500 (Kevin Lin)
11
+------------------------------------------
12
+ * add dconfs for XDP, MBR, GPT, APM, OOXML, MSXML, and HWP formats
13
+
14
+Tue, 2 Feb 2016 12:38:27 -0500 (Kevin Lin)
15
+------------------------------------------
16
+ * hwp: scan decompressed data on limits exceeded
17
+
18
+Sun, 31 Jan 2016 15:41:54 -0500 (Steven Morgan)
19
+------------------------------------------
20
+ * Fix for signature name length<3 in .ign & .ign2 CVD files.
21
+
22
+Fri, 29 Jan 2016 11:21:46 -0500 (Steven Morgan)
23
+------------------------------------------
24
+ * Change RTF file magic from '{\rtf' to '{\rt'
25
+
26
+Wed, 27 Jan 2016 14:17:47 -0500 (Mickey Sola)
27
+------------------------------------------
28
+ * bb11444 - zeroing out buffer at allocation to avoid writing uninitialized
29
+	bytes to a file
30
+
31
+Wed, 20 Jan 2016 16:21:58 -0500 (Mickey Sola)
32
+------------------------------------------
33
+ * bb11446 - adding check for compressed input stream
34
+
35
+Wed, 13 Jan 2016 14:56:46 -0500 (Kevin Lin)
36
+------------------------------------------
37
+ * clean up and boost accuracy to detecting OOXML documents
38
+
39
+Thu, 14 Jan 2016 17:01:01 -0500 (Steven Morgan)
40
+------------------------------------------
41
+ * 11477 - Fix crash when using pcre statistics due to inconsistent memory
42
+	management function calls
43
+
44
+Thu, 14 Jan 2016 15:31:02 -0500 (Mickey Sola)
45
+------------------------------------------
46
+ * bb11444: adding check to verify a valid number of rounds for rijndael aes
47
+	encryption/decryption
48
+
49
+Wed, 13 Jan 2016 13:18:01 -0500 (Mickey Sola)
50
+------------------------------------------
51
+ * bb11441 - fixing edge case revealed by unit testing
52
+
53
+Tue, 12 Jan 2016 17:20:26 -0500 (Steven Morgan)
54
+------------------------------------------
55
+ * bb11466 - let html be scanned raw when --scan-html=no is in effect.
56
+
57
+Tue, 12 Jan 2016 16:14:40 -0500 (Steven Morgan)
58
+------------------------------------------
59
+ * bb11475: fix crash due to memory overlay with crafted 7z files.
60
+
61
+Tue, 12 Jan 2016 14:30:41 -0500 (Mickey Sola)
62
+------------------------------------------
63
+ * bb11441 - fixing off by one OOB write in htmlnorm
64
+
65
+Mon, 11 Jan 2016 14:47:30 -0500 (Mickey Sola)
66
+------------------------------------------
67
+ * bb11446 - fixing autoit OOB bufferread
68
+
69
+Wed, 6 Jan 2016 14:57:48 -0500 (Mickey Sola)
70
+------------------------------------------
71
+ * sigtool: adding support for decoding cdb sigs
72
+
73
+Tue, 5 Jan 2016 13:13:47 -0500 (Steven Morgan)
74
+------------------------------------------
75
+ * bb11467 - fix embedded http links.
76
+
77
+Tue, 22 Dec 2015 19:04:42 -0500 (Steven Morgan)
78
+------------------------------------------
79
+ * bb11451 - fix guard macro name collision on AIX.
80
+
81
+Tue, 22 Dec 2015 13:36:51 -0500 (Steven Morgan)
82
+------------------------------------------
83
+ * fix regression crash on sid 1005597703 due to uninitialzed
84
+	(i.e., garbage initialized) structure.
85
+
86
+Mon, 21 Dec 2015 17:39:47 -0500 (Steven Morgan)
87
+------------------------------------------
88
+ * bb11456 - corrects mso stream prefix value for big endian processors.
89
+	Patch by Jim Morris.
90
+
91
+Thu, 17 Dec 2015 16:16:55 -0500 (Kevin Lin)
92
+------------------------------------------
93
+ * ooxml_hwp: add support for filetyping and preclassification
94
+
95
+Thu, 17 Dec 2015 11:04:00 -0500 (Kevin Lin)
96
+------------------------------------------
97
+ * hwpole2: new filetype and handler for hwp embedded ole2 files
98
+
99
+Thu, 17 Dec 2015 12:46:38 -0500 (Mickey Sola)
100
+------------------------------------------
101
+ * bb11443 - fixing possible oob dereference when parsing mbox files
102
+
103
+Tue, 15 Dec 2015 16:12:01 -0500 (Mickey Sola)
104
+------------------------------------------
105
+ * bb11442 - adding explicit wwunpack oob checks
106
+
107
+Tue, 15 Dec 2015 10:53:05 -0500 (Mickey Sola)
108
+------------------------------------------
109
+ * bb11445 - fixing edge case where a null terminator was unintentionally
110
+	written into an adjacent buffer.
111
+
112
+Wed, 16 Dec 2015 16:13:05 -0500 (Kevin Lin)
113
+------------------------------------------
114
+ * hwpml: use msxml_parser callback scanner for binary data
115
+
116
+Wed, 16 Dec 2015 16:12:20 -0500 (Kevin Lin)
117
+------------------------------------------
118
+ * msxml_parser: add callback-based scanning mechanism
119
+
120
+Tue, 15 Dec 2015 13:01:40 -0500 (Kevin Lin)
121
+------------------------------------------
122
+ * HWPML: added hwpml_keys for hwpml parsing
123
+
124
+Tue, 15 Dec 2015 10:54:20 -0500 (Kevin Lin)
125
+------------------------------------------
126
+ * add HMPML filetype, tab fixes in filetype.c
127
+
128
+Mon, 14 Dec 2015 16:34:11 -0500 (Kevin Lin)
129
+------------------------------------------
130
+ * Hwp3.x: inflate compressed segment and offset tracking
131
+
132
+Fri, 11 Dec 2015 17:50:40 -0500 (Kevin Lin)
133
+------------------------------------------
134
+ * Hwp3.x file header parsing and preclass
135
+
136
+Wed, 16 Dec 2015 14:56:56 -0500 (Kevin Lin)
137
+------------------------------------------
138
+ * pcre: fixed minimum pcre version check
139
+
140
+Fri, 11 Dec 2015 17:41:38 -0500 (Steven Morgan)
141
+------------------------------------------
142
+ * bb11452 - endianess correction for swf files on sparc -
143
+	patch supplied by Jim Morris.
144
+
145
+Wed, 9 Dec 2015 12:15:16 -0500 (Mickey Sola)
146
+------------------------------------------
147
+ * bb11424 - correcting buffer alignemnt for riff detection on sparc systems;
148
+	patch by Jim Morris
149
+
150
+Wed, 9 Dec 2015 00:17:41 +0100 (Andreas Cadhalpun)
151
+------------------------------------------
152
+ * fix detection of libcheck without pkg-config file
153
+
154
+Wed, 9 Dec 2015 11:43:35 -0500 (Kevin Lin)
155
+------------------------------------------
156
+ * add HWP5 filetype tracking to preclassification
157
+
158
+Tue, 8 Dec 2015 15:05:30 -0500 (Kevin Lin)
159
+------------------------------------------
160
+ * add HWP 3.x internal filetypes
161
+
162
+Tue, 8 Dec 2015 14:47:12 -0500 (Kevin Lin)
163
+------------------------------------------
164
+ * add hwp5 contents to preclass set
165
+
166
+Fri, 4 Dec 2015 11:55:52 -0500 (Kevin Lin)
167
+------------------------------------------
168
+ * proper identification of HWP file format
169
+
170
+Tue, 8 Dec 2015 18:36:48 -0500 (Steven Morgan)
171
+------------------------------------------
172
+ * bb11438 - strengthen file typing for OOXML.
173
+
174
+Wed, 2 Dec 2015 14:06:32 -0500 (Mickey Sola)
175
+------------------------------------------
176
+ * bb-11099 - normalization of whitelist signatures
177
+
178
+Wed, 2 Dec 2015 16:23:48 -0500 (Steven Morgan)
179
+------------------------------------------
180
+ * github issue #9 - wrong length & offset.
181
+
182
+Wed, 25 Nov 2015 11:30:00 -0500 (Steven Morgan)
183
+------------------------------------------
184
+ * ClamAV 0.99 Release.
185
+
1 186
 Wed, 4 Nov 2015 14:46:46 -0500 (Steven Morgan)
2 187
 ------------------------------------------
3 188
  * ClamAV 0.99-rc2 Release.
... ...
@@ -1,53 +1,15 @@
1
-0.99-rc2
1
+0.99.1
2
+------
2 3
 
3
-ClamAV 0.99 contains major new features and changes. YARA rules, 
4
-Perl Compatible Regular Expressions, revamped on-access scanning
5
-for Linux, and other new features join the many great features of ClamAV:
4
+ClamAV 0.99.1 contains a new feature for parsing Hancom Office files
5
+including extracting and scanning embedded objects. ClamAV 0.99.1
6
+also contains important bug fixes. Please see ChangeLog for details.
6 7
 
7
-    - Processing of YARA rules(some limitations- see signatures.pdf).
8
-    - Support in ClamAV logical signatures for many of the features
9
-      added for YARA, such as Perl Compatible Regular Expressions,
10
-      alternate strings, and YARA string attributes. See signatures.pdf
11
-      for full details.
12
-    - New and improved on-access scanning for Linux. See the recent blog
13
-      post and clamdoc.pdf for details on the new on-access capabilities.
14
-    - A new ClamAV API callback function that is invoked when a virus 
15
-      is found. This is intended primarily for applications running in 
16
-      all-match mode. Any applications using all-match mode must use 
17
-      the new callback function to record and report detected viruses.    
18
-    - Configurable default password list to attempt zip file decryption.
19
-    - TIFF file support.
20
-    - Upgrade Windows pthread library to 2.9.1.
21
-    - A new signature target type for designating signatures to run
22
-      against files with unknown file types.
23
-    - Improved fidelity of the "data loss prevention" heuristic
24
-      algorithm. Code supplied by Bill Parker.
25
-    - Support for LZMA decompression within Adobe Flash files.
26
-    - Support for MSO attachments within Microsoft Office 2003 XML files.
27
-    - A new sigtool option(--ascii-normalize) allowing signature authors
28
-      to more easily generate normalized versions of ascii files.
29
-    - Windows installation directories changed from \Program Files\Sourcefire\
30
-      ClamAV to \Program Files\ClamAV or \Program Files\ClamAV-x64.
8
+Thanks to the following community members for code submissions used in
9
+ClamAV 0.99.1:
31 10
 
32
-PLEASE NOTE:  If you are using clamd on-access scanning or have applications
33
-using all-match mode, you will want to review the changes and make any necessary
34
-adjustments before using ClamAV 0.99. Users of windows binaries need to be
35
-aware of the change of installation directories.
36
-
37
-Thank you to the ClamAV community members who sent patches and bug reports
38
-included for ClamAV 0.99:
39
-
40
-Steve Basford
41
-Sebastian Andrzej Siewior
42
-Bill Parker
43
-Andreas Schulze
44
-Yann E. Morin
11
+Jim Morris
45 12
 Andreas Cadhalpun
46
-Dmitry Marakasov
47
-Michael Pelletier
48
-Felix Groebert
49
-Stephen Welker
50 13
 
51 14
 --
52 15
 The ClamAV team (http://www.clamav.net/about.html#credits)
... ...
@@ -2,8 +2,21 @@ 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-rc2
5
+0.99.1
6
+------
7
+
8
+ClamAV 0.99.1 contains a new feature for parsing Hancom Office files
9
+including extracting and scanning embedded objects. ClamAV 0.99.1
10
+also contains important bug fixes. Please see ChangeLog for details.
11
+
12
+Thanks to the following community members for code submissions used in
13
+ClamAV 0.99.1:
14
+
15
+Jim Morris
16
+Andreas Cadhalpun
17
+
18
+0.99
19
+----
6 20
 
7 21
 ClamAV 0.99 contains major new features and changes. YARA rules, 
8 22
 Perl Compatible Regular Expressions, revamped on-access scanning
... ...
@@ -51,6 +64,7 @@ Andreas Cadhalpun
51 51
 Dmitry Marakasov
52 52
 Michael Pelletier
53 53
 Felix Groebert
54
+Stephen Welker
54 55
 
55 56
 0.98.7
56 57
 ------