Browse code

0.99-rc2 Changelog.

Steven Morgan authored on 2015/11/05 05:57:20
Showing 1 changed files
... ...
@@ -1,3 +1,61 @@
1
+Wed, 4 Nov 2015 14:46:46 -0500 (Steven Morgan)
2
+------------------------------------------
3
+ * bb11420 - fix preclass/cache interaction.
4
+
5
+Fri, 30 Oct 2015 13:34:56 -0400 (Steven Morgan)
6
+------------------------------------------
7
+ * bb11419 - fix valgrind-detected uninitialized value when caching
8
+   is disabled.
9
+
10
+Fri, 30 Oct 2015 12:48:26 -0400 (Steven Morgan)
11
+------------------------------------------
12
+ * bb11418 - fix clamdscan segfault when using stream(stdin) input.
13
+
14
+Thu, 29 Oct 2015 17:44:43 -0400 (Kevin Lin)
15
+------------------------------------------
16
+ * bb#11421 - CUD digital signature verification and empty files
17
+
18
+Wed, 28 Oct 2015 17:05:37 -0400 (Kevin Lin)
19
+------------------------------------------
20
+ * change unknown database default to skip from .db
21
+
22
+Thu, 22 Oct 2015 20:50:53 +0200 (Andreas Cadhalpun)
23
+------------------------------------------
24
+ * use pkg-config to determine CHECK_LIBS
25
+
26
+Mon, 26 Oct 2015 15:19:22 -0400 (Kevin Lin)
27
+------------------------------------------
28
+ * bb#11015(2) - refactor automated pwdb target assignment for tdb
29
+
30
+Mon, 26 Oct 2015 11:47:25 -0400 (Kevin Lin)
31
+------------------------------------------
32
+ * fix error reporting for pwdb signature loading
33
+
34
+Mon, 26 Oct 2015 12:49:01 -0400 (Steven Morgan)
35
+------------------------------------------
36
+ * fix crash in clamd scan callback function.
37
+
38
+Thu, 22 Oct 2015 14:50:41 -0400 (Kevin Lin)
39
+------------------------------------------
40
+ * fix for openssl build with specific openssl location
41
+
42
+Mon, 21 Sep 2015 18:28:54 -0400 (Mickey Sola)
43
+------------------------------------------
44
+ * onas: adding better feedback for users attempting to use fanotify
45
+   prevention on kernels with unsupported configurations.
46
+
47
+Thu, 15 Oct 2015 15:16:40 -0400 (Mickey Sola)
48
+------------------------------------------
49
+ * onas: adding throttling to notifications when handling fanotify errors
50
+	on large files.
51
+
52
+Mon, 5 Oct 2015 13:48:03 -0400 (Mickey Sola)
53
+------------------------------------------
54
+ * onas: adding optional extra scanning for inotify events
55
+
56
+Wed, 14 Oct 2015 09:37:59 -0400 (Mickey Sola)
57
+------------------------------------------
58
+ * onas: improving handling of fanotify read errors for large files.
1 59
 
2 60
 Wed, 6 Oct 2015 14:25:00 -0400 (Steven Morgan)
3 61
 ------------------------------------------